
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (42)
-
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8097)
-
How to convert .flac to Apple Lossless with ffmpeg or afconvert on a Mac ?
17 avril 2023, par Mac uzyszkodznikI need to convert a .flac file to Apple Lossless with ffmpeg or afconvert on a Mac, and don't want the file to weight more than original.


I have tried it already with these 2 arguments :


afconvert track.flac -d alac -o track.m4a



ffmpeg -i track.flac -acodec alac track.m4a



The problem is that they spit out 80-120mb files while the original file is 47.1 MB


Duration: 00:06:57.77, start: 0.000000, bitrate: 900 kb/s
 Stream #0:0: Audio: flac, 44100 Hz, stereo, s32 (24 bit)



-
How do I half the frame-rate of a DNxHR mxf file with FFMpeg losslessly ?
19 mai 2020, par in03I have limited experience with FFMpeg, so there's a chance I'm missing something simple here. Imagine the following scenario :



I have a DNxHR HQ UHD 50P .mxf file, 10 seconds/500 frames long. I want to remove every second frame from this file with FFMpeg so that I end up with a DNxHR HQ UHD 25P .mxf file, 10 seconds/250 frames long.



I do not want the file to be re-encoded in any way and any audio streams should remain untouched. I imagine this is possible since DNxHR is an intra-frame codec. If this isn't possible with FFMpeg, I'm happy to hear alternative approaches with similar tools.



I last tried the following command
ffmpeg -i TEST.mxf -r 25 -c:v copy TEST_25P.mxf
. Which retains the original duration of the file, halves the frame-rate, bitrate and frame-count as expected, but does so by slowing the clip down to half-speed and keeping the file at the same duration, effectively deleting the 2nd half of the file...


Any suggestions area appreciated.



EDIT :



I am exporting files from DaVinci Resolve which can only export files at the project's locked framerate. We edit in 50P because at some point we will upgrade our platform to serve 50P content, but for the time being we can only serve 25P. Converting our 50P deliverables to 25P is much easier than converting 25P projects to 50P projects.


-
avfilter/af_mcompand : compute half frequency in double
10 juin 2024, par Michael Niedermayer