
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (73)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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. -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (8691)
-
Can one "fix" a video with non monotonic DTS ?
30 novembre 2020, par amnI've got a number of WebM containers (
input.webm
), each with a VP9 video track and an Opus audio track. These containers (files) were generated with an older version of Google Chrome using theMediaRecorder
Web API, by a live media recording Web application.

As part of an attempt to make the material available to a certain overly stubborn Windows DirectShow application that is otherwise refusing to import WebM files — despite the fact that we've got DirectShow filters for demuxing WebM and decoding VP9 and Opous installed and verified to be working on the application host — I have tried to introduce a re-muxing batch job where the media is re-muxed into an MPEG-4 container, stuffing the same VP9 and Opus tracks in the MP4 file, for intended consumption by said Windows application.


However, on at least one of these WebM files, FFmpeg refuses to proceed with generating the output, using
ffmpeg -i input.webm -c copy output.mp4
:

[mp4 @ 00000208bee17840] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 53744 >= 53744
av_interleaved_write_frame(): Invalid argument



Given how some of the material in the WebM collection are quite lengthy (on the order of hours), I don't want to transcode video (or audio, for that matter) tracks, instead opting to try and stuff them into an MPEG-4 container. As far as I understand, VP9 in MPEG-4 is rather well supported, too — certainly FFmpeg has been able to re-mux most of the WebM files we've got into MPEG-4 containers which the aforementioned application has been able to import, too.


Is there anything I can do to "fix" [WebM] files where DTS is out of order ? Is this some error during original encoding of the media file in question ? Google Chrome does use FFmpeg for encoding media, by the way, at least I know earlier versions did.


-
Video to image sequence export (preserving color range)
20 août 2017, par Floating PointWhen I convert the material which is in legal range (tv) to prores, legal range is preserved, but when I export it to image sequence (tiff), I get files which are already in full range, although I try to preserver the original values with -vf "zscale=rin=limited:r=limited".
Is ffmpeg automatically changes color range when exporting to images ?
-
doc : delete viterbi.txt
10 novembre 2013, par Timothy Gudoc : delete viterbi.txt
The description has been moved to the FFmpeg wiki :
https://trac.ffmpeg.org/wiki/ViterbiAlgorithmSigned-off-by : Timothy Gu <timothygu99@gmail.com>