
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (44)
-
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. -
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 (...) -
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 (...)
Sur d’autres sites (3897)
-
avcodec/movtextdec : Redo TextSampleModifierBox size checks
8 décembre 2021, par Andreas Rheinhardtavcodec/movtextdec : Redo TextSampleModifierBox size checks
The current checks just check whether the boxes fit into the remaining
size of the packet instead of whether they actually fit into the box
size. This has been changed ; part of this change is to pass the size of
the box (minus the box header) as parameter instead of a pointer to
the AVPacket by which the box parsing function is supposed to
recalculate whether enough data is available.Reviewed-by : Philip Langdale <philipl@overt.org>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
FFmpeg screen recording in grayscale to reduce file size ?
6 octobre 2016, par wetjoshFirst off, I am unable to capture the screen of my Mac in grayscale. I’ve tried various combinations of
-pix_fmt gray
(for the input, for the output, and for both) but they never turn out grayscale.Secondly, assuming I figure out how to do it, is it actually a viable option for reducing file size ? I was surprised that reducing the frame rate (
-r
) did not affect file size (though-size
did).ffmpeg -f avfoundation -pix_fmt gray -s 1440x900 -i 1 \
-pix_fmt gray -r 30 -preset ultrafast -b:v 5000k -t 5 out.mov -
Linux Platform : Enlarge video screen size N times
27 janvier 2012, par Susan MayerI am looking for a application on Linux platforms (Ubuntu/CentOS etc) that can enlarge video size N times. N could be any number, like 1.5, 4 etc
For example, if I have a video with screen size 100*200, I want to make it 1.5 times larger, that will be : 150*300. Of course, I will expect the video quality to drop but it doesnt matter.
I am not sure whether ffmpeg has this function but a quick Google lands me nowhere. So I am here now.
Thanks a lot !