Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (38)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

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

Sur d’autres sites (5796)

  • multichannel (dolby digital, DTS, ecc.) delay difference on original master

    17 janvier 2017, par esposito

    I have different flac files with 6/8 channels (this is the audio of movie) and I need to mix with ffmpeg part of rear channels with front channels and sometimes viceversa.

    There is no problem do it the operation work with an automate software.

    But I’am sure there is a phase difference beetween front channels and rear channels and I like to add a delay to compensate this difference (when I listen it is clear there is a phase offset and this degrade the result).

    I don’t have an idea about how many milliseconds I need to add to compensate and what channel and if the difference is negative or positive.

    Someone can help me please to understand approximately what are the range of delay for each channel (a table is very useful) ?

    Thank you !!

  • What's the difference with crf and qp in ffmpeg ?

    18 novembre 2016, par Nova

    After browsing around Google, I’ve came across this page about h264 encoding and discovered about qp. https://trac.ffmpeg.org/wiki/Encode/H.264

    My questions are : What are the differences with crf and qp ? Is it better to use qp over crf overall, or is it only if for using qp 0 for best lossless ? Does qp have a known sensible setting if it’s preferred ? So far, I know crf has the default value of 23 while 18 is a sensible preferred increase in quality, although I don’t understand why 18 wouldn’t be default if better sensible lossless. Lastly, would changing either of them cause incompatibility with non-ffmpeg players or just qp ?

    I’m converting from webm to mp4 by the way.

    I was going to test crf 23 and 18 and pick which is best but I can’t seem to find any concrete information on this comparison or about qp.

  • avformat/movenc : Check first DTS similar to dts difference

    9 septembre 2016, par Michael Niedermayer
    avformat/movenc : Check first DTS similar to dts difference
    

    Fixes assertion failure
    Fixes : b84b53855a0b74560e64c6f45f505a13/signal_sigabrt_7ffff6ae7c37_3837_ef4e243ea5b4fa8d0becf4afe9166604.avi

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c