Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (69)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • faster way to downmix 5.1 videos to stereo ?

    22 octobre 2020, par alex hansen

    I have a hand full of movies that are all in 5.1 audio, i need there to be one audio track that is only in stereo. i have found a few suggestions as to how to do this but some dont work for me and others are way too slow.

    


    the one i found that works the fastest is this :

    


    ffmpeg -y -i "input" -map 0:v -c:v copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 aac -ac 2 -metadata:s:a:1 title="Eng 2.0 Stereo" -map 0:a:1? -c:a:2 copy -map 0:a:2? -c:a:3 copy -map 0:a:3? -c:a:4 copy -map 0:a:4? -c:a:5 copy -map 0:a:5? -c:a:6 copy -map 0:a:6? -c:a:7 copy -map 0:s? -c:s copy "output"   


    


    sadly i do not remember where it came from.

    


    the problem with this being that it creates a separate audio track, and for my purposes this does not work.

    


    doing just the standard -ac 2 works but is way to slow, i estimated to take over 40 hours to go through all my movies.

    


    edit :
a bit of extra information to throw in here

    


      

    • all the movies are mp4's
    • 


    • all except 2 movies are 5.1 audio (there is 1 7.1 and 1 mono. i dont really care about them tho)
    • 


    • the command i posted runs at about a 40x speed while just doing -ac 4 runs at 2x speed
    • 


    


  • Revision 4109372af3 : Adds high bit-depth psnr/sse functions Also adds some miscellaneous high bit-de

    20 septembre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_ssim.c


     Modify /vp9/encoder/vp9_ssim.h



    Adds high bit-depth psnr/sse functions

    Also adds some miscellaneous high bit-depth setup functions.

    Change-Id : I66488b08a5a2a8cb9518ca10497cf1c1501ceded

  • Fix miscellaneous typos.

    22 mai 2018, par luz.paz
    Fix miscellaneous typos.
    

    Found via `codespell -q 3`

    • [DH] configure.ac
    • [DH] doc/Doxyfile.in
    • [DH] doc/html/changelog.html
    • [DH] doc/html/documentation_format_overview.html
    • [DH] doc/html/documentation_tools_flac.html
    • [DH] doc/html/format.html
    • [DH] include/FLAC++/decoder.h
    • [DH] include/FLAC++/encoder.h
    • [DH] include/FLAC/callback.h
    • [DH] include/FLAC/metadata.h
    • [DH] include/share/compat.h
    • [DH] m4/bswap.m4
    • [DH] m4/ogg.m4
    • [DH] m4/xmms.m4
    • [DH] man/flac.1
    • [DH] man/flac.sgml
    • [DH] man/metaflac.1
    • [DH] man/metaflac.sgml
    • [DH] src/flac/main.c
    • [DH] src/libFLAC++/libFLAC++.m4
    • [DH] src/libFLAC/bitreader.c
    • [DH] src/libFLAC/libFLAC.m4
    • [DH] src/libFLAC/ogg_decoder_aspect.c
    • [DH] src/libFLAC/stream_decoder.c
    • [DH] src/libFLAC/stream_encoder.c
    • [DH] src/metaflac/usage.c
    • [DH] src/plugin_xmms/configure.c
    • [DH] src/plugin_xmms/tag.c
    • [DH] src/test_libFLAC/md5.c
    • [DH] test/common.sh.in
    • [DH] test/test_grabbag.sh