Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (32)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (4595)

  • ffmpeg concat command not reading input file correctly

    3 avril 2021, par nevakal

    I am trying to concatenate two video files using ffmpeg, and I am receiving an error.

    



    ffmpeg -f concat -safe 0 -i list.txt -c copy concat.mp4


    



    And the error output I receive is....

    



    [concat @ 0x7ff922000000] Line 1: unknown keyword '43.mp4'
list.txt: Invalid data found when processing input


    


  • ffmpeg not reading output file

    18 juillet 2021, par DataMsc

    I've been attempting to concatenate all the .aac files in a directory to make one output .aac for it to be merged with a .ts file. It may be trivial, but I wrote a python script to append all of the files to a string which is then passed onto subprocess for the command to be executed.

    


    Here is the command I'm using :

    


    ffmpeg -i concat:1.aac|2.aac|3.aac -c copy output.aac


    


    I've seen many solutions on forums claiming this to be the one. But when I try to execute this command in the directory, I get this error.

    


    Attempt 1

    


    Here is the error I'm receiving :

    


    Error

    


    I have no idea where I went wrong, but any guidance is appreciated.

    


  • Revision 85770264ac : Fix incorrect size reading Guard against incorrect size values moving *data pas

    18 décembre 2013, par Johann

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Fix incorrect size reading

    Guard against incorrect size values moving *data past data_end.

    Check read length against the difference of the buffers.

    Change-Id : Ie0b54e2db517fd41a0f3ceb23402ee44839a4739