Recherche avancée

Médias (91)

Autres articles (97)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (4997)

  • Custom FFMpeg Build with QSV, CUDA and VAAPI that can also run on other servers and directories

    28 février 2021, par Adem Aga

    Since I am starting with my first build experience with FFMpeg. I want build a custom version of FFMpeg with IntelHD GPU (QSV) and Nvidia GPU (NVENC) and VAAPI support, which should also run later on other Linux (Ubuntu 18.04 and 20.04) computers with corresponding GPUs (IntelHD + GPU).
So I would like to ask the following questions :

    


      

    • Do the corresponding graphics cards (IntelHD and Nvidia) have to be available on the server where i want compile FFMpeg and do their drivers have to be installed ? Or is it not necessary ?
    • 


    • If the graphics card drivers have to be installed, do the card drivers still have to be installed on another server, or are the drivers compiled accordingly ?
    • 


    • Which configuration settings have to be made to run the FFmpeg binary on different directorys on third (foreign) servers, like /home/anotherfolder/underfolder/ffmpeg ?
    • 


    


  • ffmpeg - Ruby on Rails [on hold]

    2 septembre 2016, par Jmv Jmv

    Regards community,

    I want to use ffmpeg, through my web browser.

    I would like to do with Ruby - RoR, I understand that these gems can help me :

    https://rubygems.org/gems/streamio-ffmpeg

    https://rubygems.org/gems/ffmpeg_progress

    I have experience with ffmpeg, but with Ruby-RoR I’m a beginner.

    Can someone give me an example or guide ?

    Thank you a lot

  • Java Use OpenCV with FFMPEG for getting Videocapture Webcam Images

    30 novembre 2020, par marcel

    I'am using OpenCV for quite some time to grap images from my USB Cam with DirectShow.

    


    webcam.open(selectedCam + Videoio.CAP_DSHOW)


    


    I'am using the pre-build opencv library directly from the openCV release site. Now I like to use ffmepg as Video I/O API Backend. If I change Videoio.CAP to FFMPEG the webcam can't be opened.

    


    webcam.open(selectedCam + Videoio.CAP_FFMPEG)


    


    In my project I include the opencv-450.jar and the nativ library from the java folder.

    


    I can't find an example or have not the right experience what to change so FFMPEG is used/working.

    


    Does anybody know what to do so FFMPEG as backend is used ?