
Recherche avancée
Autres articles (109)
-
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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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, parLe 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 (...)
Sur d’autres sites (12621)
-
mkv extract full DTS HD Master and Dolby True HD in flac or wav
11 novembre 2016, par espositoI have some mkv files with audio in DTS Master 5.1 / 7.1 and Dolby True HD.
I like to extract the full lossless audio 24/96 (core + residual part) in one flac or wav.
If I do this :
ffmpeg.exe -i input.mkv -map 0:2 output.dts
or this :
ffmpeg.exe -i input.mkv -map 0:2 output.flac
it will extact only a lossy part. For dolby true HD there is the some problem I suppose.
There is a way to extact full "lossless" audio in flac or wav directly ?
I don’t like extact 2 files (core + residual) but "merge" All in one flac/wav file.
thank you !
-
cbs : Make tracing more general
11 septembre 2023, par Mark Thompsoncbs : Make tracing more general
Turn tracing into callbacks for each syntax element, with default
callbacks to match current trace_headers behaviour for debug. Move
the construction of bit strings into the trace callback, which
simplifies all of the read and write functions.Signed-off-by : Fei Wang <fei.w.wang@intel.com>
Reviewed-by : Neal Gompa <ngompa13@gmail.com> -
avformat/vivo : Do not use the general expression evaluator for parsing a floating...
5 décembre 2021, par Michael Niedermayeravformat/vivo : Do not use the general expression evaluator for parsing a floating point value
Fixes : Timeout
Fixes : 41564/clusterfuzz-testcase-minimized-ffmpeg_dem_VIVO_fuzzer-6309014024093696Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>