Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (67)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

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

Sur d’autres sites (7879)

  • ffmpeg Error : Pattern type 'glob' was selected but globbing is not support ed by this libavformat build

    14 septembre 2017, par Aryan Naim

    I’m trying to convert group of ".jpg" files acting as individual frames into 1 single mpeg video ".mp4"

    Example parameters i used :

    frame duration  = 2 secs
    frame rate      = 30  fps
    encoder         = libx264 (mpeg)
    input pattern   = "*.jpg"
    output pattern  = video.mp4

    Based on ffmpeg wiki instructions at (https://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images), I issued this command :

    ffmpeg -framerate 1/2 -pattern_type glob -i "*.jpg" -c:v libx264 -r 30 -pix_fmt yuv420p video.mp4

    But I’m getting this error :

    [image2 @ 049ab120] Pattern type 'glob' was selected but globbing is not
    supported by this libavformat build *.jpg: Function not implemented

    Which probably means the API pattern matching commands for my build/version have changed. By the way this my windows 32bit ffmpeg download build (ffmpeg-20150702-git-03b2b40-win32-static).

    How can I choose a group of files using pattern matching using ffmpeg ?

  • ffmpeg Error : Pattern type 'glob' was selected but globbing is not support ed by this libavformat build

    20 juillet 2015, par Aryan Naim

    I’m trying to convert group of ".jpg" files acting as individual frames into 1 single mpeg video ".mp4"

    Example parameters i used :

    frame duration =2 secs

    frame rate =30 fps

    encoder = libx264 (mpeg)

    input pattern = "*.jpg"

    output pattern = video.mp4

    Based on ffmpeg wiki instructions at (https://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images), I issued this command :

    ffmpeg -framerate 1/2 -pattern_type glob -i "*.jpg" -c:v libx264 -r 30 -pix_fmt yuv420p video.mp4

    Im getting this error :

    [image2 @ 049ab120] Pattern type ’glob’ was selected but globbing is not support
    ed by this libavformat build
    *.jpg : Function not implemented

    Which probably means the API pattern matching commands for my build/version have changed. By the way this my windows 32bit ffmpeg download build # ffmpeg-20150702-git-03b2b40-win32-static.

    How can I choose a group of files using pattern matching using ffmpeg ?

    Thanks

  • avconv (ffmpeg) : correct audio codec

    1er juin 2015, par DmitryR

    I have an error when tryying to convert video from flash recorder to mp4 :

    ubuntu@media:/data/media/failed$ avconv -i videoStream_1356794393712_805.flv -acodec aac  videoStream_1356794393712_805.mp4
    avconv version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
     built on Nov  6 2012 16:51:33 with gcc 4.6.3
    [libspeex @ 0x1091500] Missing Speex header, assuming defaults.
    [flv @ 0x108d7a0] Estimating duration from bitrate, this may be inaccurate
    Input #0, flv, from 'videoStream_1356794393712_805.flv':
     Metadata:
       creationdate    : Sat Dec 29 15:20:12
     Duration: 00:00:04.39, start: 0.000000, bitrate: N/A
       Stream #0.0: Video: h264 (Main), yuv420p, 640x480 [PAR 1:1 DAR 4:3], 30 tbr, 1k tbn, 60 tbc
       Stream #0.1: Audio: libspeex, 16000 Hz, 1 channels, s16
    [buffer @ 0x1093a00] w:640 h:480 pixfmt:yuv420p
    [mpeg4 @ 0x1094ce0] removing common factors from framerate
    [aac @ 0x108d120] Too many bits per frame requested
    Output #0, mp4, to 'videoStream_1356794393712_805.mp4':
     Metadata:
       creationdate    : Sat Dec 29 15:20:12
       Stream #0.0: Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 30 tbc
       Stream #0.1: Audio: aac, 16000 Hz, 1 channels, s16, 200 kb/s
    Stream mapping:
     Stream #0:0 -> #0:0 (h264 -> mpeg4)
     Stream #0:1 -> #0:1 (libspeex -> aac)
    Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
    ubuntu@media:/data/media/failed$

    Ubuntu 12.04 LTS, default ffmpeg/avconv.
    How can I solve this problem ?

    ffprobe log :

    ubuntu@media:/data/media/failed$ ffprobe videoStream_1356794393712_805.flv
    avprobe version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2007-2012 the Libav developers
     built on Nov  6 2012 16:51:33 with gcc 4.6.3
    [libspeex @ 0x1c27500] Missing Speex header, assuming defaults.
    [flv @ 0x1c237a0] Estimating duration from bitrate, this may be inaccurate
    Input #0, flv, from 'videoStream_1356794393712_805.flv':
     Metadata:
       creationdate    : Sat Dec 29 15:20:12
     Duration: 00:00:04.39, start: 0.000000, bitrate: N/A
       Stream #0.0: Video: h264 (Main), yuv420p, 640x480 [PAR 1:1 DAR 4:3], 30 tbr, 1k tbn, 60 tbc
       Stream #0.1: Audio: libspeex, 16000 Hz, 1 channels, s16
    [libspeex @ 0x1c27500] Missing Speex header, assuming defaults.
    ubuntu@media:/data/media/failed$