Recherche avancée

Médias (91)

Autres articles (29)

  • 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 (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4857)

  • ffmpeg generate video from images timestamped

    11 février 2020, par user3262532

    I have a set of timestamped image as input and I want to generate a output video from it.

    My command is :

    ffmpeg   -f image2 -ts_from_file 1 -i './%*.jpeg'    './video.avi'

    As output I get many errors :

    ....
    [mjpeg @ 0x5591f1d5f100] bits 121 is invalid
    Error while decoding stream #0:0: Invalid data found when processing input
    [mjpeg @ 0x5591f1d5f100] mjpeg: unsupported coding type (c5)
    frame=  983 fps=130 q=31.0 size=    3078kB time=00:00:49.15 bitrate= 512.9kbits/[mjpeg @ 0x5591f1d5f100] EOI missing, emulating
       Last message repeated 4 times
    frame= 1048 fps=130 q=31.0 size=    3334kB time=00:00:52.40 bitrate= 521.2kbits/[mjpeg @ 0x5591f1d5f100] mjpeg: unsupported coding type (c8)
    frame= 1118 fps=130 q=31.0 size=    3590kB time=00:00:55.90 bitrate= 526.0kbits/[mjpeg @ 0x5591f1d5f100] bits 178 is invalid
    Error while decoding stream #0:0: Invalid data found when processing input
    [mjpeg @ 0x5591f1d5f100] mjpeg: unsupported coding type (c7)
    [mjpeg @ 0x5591f1d5f100] EOI missing, emulating
       Last message repeated 5 times
    frame= 1165 fps=130 q=24.8 Lsize=    3904kB time=00:00:58.25 bitrate= 549.0kbits/s speed=6.52x    
    video:3870kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.864412%

    The output video is not properly generates, the video file has the good framerate but visually the video is run too quick.

    I try many commands to get proper output but I can get it.

  • Redact parts of an audio file using python (FFMPEG)

    18 août 2020, par K3rn3l5

    I have a use case where I need to dynamically redact parts of an audio file using python. For example sometimes I may have to remove between timestamps 10 to 15 and other times between 5 to 7, 12 to 16 and 21 to 26 . I have tried looking at FFMPEG and think it may be possible with filters or chaining filters, but I am having trouble figuring out which ones to use and the combination. Any help or pointers will be highly appreciated. TIA !

    


  • Possible to change progress output interval in ffmpeg ?

    12 septembre 2021, par Thorts

    Example output :

    


    frame= 1234 fps= 25 q= 0.0 size= 10321 time = 00:02:12:31 bitrate= 301.1kbits/s speed=7.21x


    


    This output is updated around 4-5 times per second in the terminal.

    


    Is it possible to to change the interval for this status update ? Like once per second or once every 10 seconds.

    


    Reason being better overview when queueing several ffmpeg-jobs in a row.
Searched for 'interval' in the documentation but didn't find anything relevant.