Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (75)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5167)

  • aacdec : free frame buffer if no audio was decoded

    4 mai 2013, par Hendrik Leppkes
    aacdec : free frame buffer if no audio was decoded
    

    If no decoding error was detected, but still no audio was decoded, the
    frame needs to be free’ed, or it will leak.

    Fixes part of ticket #2095

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aacdec.c
  • How to mix images and movies with ffmpeg

    30 juillet 2014, par Catalin

    I have a bunch if h264 encoded mp4 files (of about 10-15 seconds) and I want to mix them with another bunch of jpegs (which should be displayed for x seconds each).
    So I’ve setup the concat.txt file :

    file slide_1.jpg
    duration 3
    file movie_1.mp4
    file slide_2.jpg
    duration 5
    file movie_2.mp4

    and I am trying to run

    yes | scripts/ffmpeg -f concat -i concat.txt -vcodec copy -c:a copy final.mp4

    which generates a movie with the length of 6 hours (6:48:34) and in which I can only see the 1st picture.

    How do I fix this ?

  • mplayer generating online three thumbnail of video

    5 mai 2013, par soac

    I am trying to create thumbnail of video using mplayer but it is only creating 3 thumbnail of video and then repeating the last thumbnail again and again.

    MPlayer command 1 :

    mplayer video/1.mp4 -sstep 5 -endpos 25 -nosound -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath 2>log.txt

    Problem : It create 3 different image and then repeat last image again and again.

    MPlayer command 2 :

    mplayer video/1.mp4 -sstep 5 -endpos 25 -nosound -frames 5 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath 2>log.txt

    Problem : It create 3 different image and then repeat last image 2 times, If I change -frames to 10 than it repeat last image 7 times.

    MPlayer command 3 :

    mplayer video/1.mp4 -ss 5 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 10 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 15 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 20 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 15 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    2>log.txt
    

    Problem : Same problem as above described. 3 thumbnail difference and other are same. Duration of video is 27 seconds. I run this command on mplayer and mplayer2 but same result. MPlayer Binary are taken from http://sourceforge.net/projects/smplayer/files/

    I want MPlayer to capture thumbnail after every X seconds using MPlayer not FFMPEG. I am already using FFMPEG for creating thumbnail and it is working fine. My Operating System is Windows 7. Log File

    MPlayer Redxii-SVN-r36237-4.6.3 (C) 2000-2013 MPlayer Team Custom build by
    Redxii, http://smplayer.sourceforge.net Compiled against FFmpeg version
    N-52748-g1ef82cc Build date : Sun May 5 03:45:49 EDT 2013 getch2 : 6 can't get
    number of input events [disabling console input] Playing
    D :/wamp/www/videoconverter/content/original/3.mp4. libavformat version 55.4.101
    (internal) libavformat file format detected. [lavf] stream 0 : video (h264), -vid
    0 [lavf] stream 1 : audio (aac), -aid 0, -alang und VIDEO : [H264] 960x540 24bpp
    25.000 fps 2087.1 kbps (254.8 kbyte/s) Clip info : major_brand : isom
    minor_version : 512 compatible_brands : isomiso2avc1mp41 creation_time : 1970-01-01
    00:00:00 encoder : Lavf52.77.0 comment : www.freemake.com Load subtitles in
    D :/wamp/www/videoconverter/content/original/ jpeg : Progressive JPEG disabled.
    jpeg : Baseline JPEG enabled. Opening video filter : [scale w=96 h=64]
    ==========================================================================
    Opening video decoder : [ffmpeg] FFmpeg's libavcodec codec family libavcodec
    version 55.7.100 (internal) Selected video codec : [ffh264] vfm : ffmpeg (FFmpeg
    H.264)
    ==========================================================================
    Audio : no sound Starting playback... Movie-Aspect is 1.78:1 - prescaling to
    correct movie aspect. [swscaler @ 01400520]BICUBIC scaler, from yuv420p to rgb24
    using MMXEXT VO : [jpeg] 96x64 => 113x64 RGB 24-bit jpeg :
    content/tmp/sprites/HxHtQGKbsV - Output directory already exists and is
    writable. Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO :
    [jpeg] 96x64 => 113x64 RGB 24-bit jpeg : content/tmp/sprites/HxHtQGKbsV - Output
    directory already exists and is writable. V : 0.0 0/ 0 ??% ??% ??, ?% 0 0 V : 5.8
    0/ 0 ??% ??% ??, ?% 0 0 V : 10.6 0/ 0 ??% ??% ??, ?% 0 0 V : 18.5 0/ 0 ??% ??% ??, ?%
    0 0 V : 25.6 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0
     ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0
    V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??%
     ??% ??, ?% 0 0 Exiting... (End of file)