Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (96)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (10911)

  • FFmpeg : -vn option ("no video") ignored

    8 avril 2014, par Zumteufel

    I'm having trouble converting and stripping the video part from a video when converting to Ogg and WMA. I'm using the same arguments (apart from the codec) when converting to MP3, and in that case it works as expected.

    Example :

    $ ffmpeg -y -i {input} -vn -ar 44100 -ac 2 -ab 192k -acodec libvorbis -threads 2 {output}

    ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
     built on May 13 2013 14:06:15 with gcc 4.0.1 (GCC) (Apple Inc. build 5493)
     configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --arch=x86 --enable-runtime-cpudetect
     libavutil      52. 18.100 / 52. 18.100
     libavcodec     54. 92.100 / 54. 92.100
     libavformat    54. 63.104 / 54. 63.104
     libavdevice    54.  3.103 / 54.  3.103
     libavfilter     3. 42.103 /  3. 42.103
     libswscale      2.  2.100 /  2.  2.100
     libswresample   0. 17.102 /  0. 17.102
     libpostproc    52.  2.100 / 52.  2.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/jan/Temporary files/b1c5375e311561d509d51c5aadd3162c.part':
     Metadata:
       major_brand     : mp42
       minor_version   : 0
       compatible_brands: isommp42
       creation_time   : 2013-12-22 02:38:16
     Duration: 00:01:28.38, start: 0.000000, bitrate: 1143 kb/s
       Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 949 kb/s, 29.97 fps, 29.97 tbr, 60k tbn, 59.94 tbc
       Metadata:
         handler_name    : VideoHandler
       Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 191 kb/s
       Metadata:
         creation_time   : 2013-12-22 02:38:16
         handler_name    : IsoMedia File Produced by Google, 5-11-2011
    [flac @ 0x323bc20] encoding as 24 bits-per-sample
    Output #0, ogg, to '/Users/jan/Temporary files/What's this? Amazing brain test!!! Are you different?.ogg':
     Metadata:
       major_brand     : mp42
       minor_version   : 0
       compatible_brands: isommp42
       title           : What's this? Amazing brain test!!! Are you different?
       author          : Unknown
       artist          : Unknown
       comment         :
       encoder         : Lavf54.63.104
       Stream #0:0(und): Audio: vorbis, 44100 Hz, stereo, fltp, 192 kb/s
       Metadata:
         creation_time   : 2013-12-22 02:38:16
         handler_name    : IsoMedia File Produced by Google, 5-11-2011
    Output #1, ogg, to '/Users/jan/Temporary files/What's this? Amazing brain test!!! Are you different?.ogg':
     Metadata:
       major_brand     : mp42
       minor_version   : 0
       compatible_brands: isommp42
       encoder         : Lavf54.63.104
       Stream #1:0(und): Video: theora, yuv420p, 1280x720, q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc
       Metadata:
         handler_name    : VideoHandler
       Stream #1:1(und): Audio: flac, 44100 Hz, stereo, s32, 128 kb/s
       Metadata:
         creation_time   : 2013-12-22 02:38:16
         handler_name    : IsoMedia File Produced by Google, 5-11-2011
    Stream mapping:
     Stream #0:1 -> #0:0 (aac -> libvorbis)
     Stream #0:0 -> #1:0 (h264 -> libtheora)
     Stream #0:1 -> #1:1 (aac -> flac)

    The interesting part is the last lines, the stream mapping :

    Stream mapping:
     Stream #0:1 -> #0:0 (aac -> libvorbis)
     Stream #0:0 -> #1:0 (h264 -> libtheora)
     Stream #0:1 -> #1:1 (aac -> flac)

    Where does the flac stream come from ? Why is the H.264 stream converted with libtheora, when I have told FFmpeg to ignore video with the -vn option ?

    If using same procedure as above, but using the libmp3lame codec, I get

    Stream mapping:
     Stream #0:1 -> #0:0 (aac -> libmp3lame)
     Stream #0:1 -> #1:0 (aac -> libmp3lame)

    which is expected.

    Does anyone have any input ?

    Thanks in advance !

  • Changelog : add "version :" so people dont add new things to the last release

    23 juillet 2014, par Michael Niedermayer
    Changelog : add "version <next> :" so people dont add new things to the last release
    

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

    • [DH] Changelog
  • avformat : Micro bump for "md5enc : add format_version, to allow selecting which versio...

    16 juillet 2014, par Michael Niedermayer
    avformat : Micro bump for "md5enc : add format_version, to allow selecting which version to use"
    

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

    • [DH] libavformat/version.h