Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (94)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6414)

  • where to download ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files for different architecture ? [closed]

    17 avril 2020, par Pradeep Simba

    where to download ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files for these arm64-v8a , armeabi , armeabi-v7a , x86 and x86_64 architecture ?

    



    I want to implement this ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files in my android app.
But, where I download this files for the following all architecture.

    



      

    1. arm64-v8a,
    2. 


    3. armeabi,
    4. 


    5. armeabi-v7a,
    6. 


    7. x86 and
    8. 


    9. x86_64.
    10. 


    



    enter image description here

    


  • ffmpeg facebook live video download issues [closed]

    20 mai 2020, par HakanK

    What is the best working code line for ffmpeg to record Facebook live video stream ?

    



    Kind regards

    



    Hakan

    


  • How to download live stream that consists out of separate .ts and .aac segments ?

    10 juin 2020, par Jan

    There is a m3u8 file with only the containing links to video segments and a different one with only the audio segments. Because it is a live streaming I have to start downloading both video and audio streams at the same time.
When just writing "ffmpeg input output" for video and the same command for audio in the following line, the program is trying to download the video file "until the end" before starting the audio stream — which does naturally not work since the live stream is indefinite.