
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (33)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...) -
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 (9739)
-
i want to control on bitrate for 720p
10 décembre 2020, par shadymeladi want to control on bitrate for my files
i use this code


for %i in (Fargo.*.mkv) do echo %~ni.mkv && ffmpeg -i %~ni.mkv -i shady.png -filter_complex "[0:v][1:v]overlay=main_w-overlay_w-10:10,subtitles=%~ni.srt" -codec:a copy -s hd720 -b:v 800k -maxrate 800k -bufsize 800k -preset medium %~ni.new.mp4



by this code always the bitrate come to high like average 2000-2500 the finiel files come to high for watching online for ex 1 EP for series come like 1 Giga
i want to control it to get out average 1000-1200 to make the size come not to high for watching online


anyone can help me ?


-
How to get ffmpeg split results in a streaming-like way ?
15 décembre 2016, par AlexMy goal is to transfer video files to another peer using webRTC and play it in real time on web page. In case of lag, I decided to split video files before tranferring. I’m using ffmpeg (actually a javascript version here) to split videos using commands like
ffmpeg -i input.mp4 -codec copy -map 0 -f segment out%0d.mp4
, which will get a series of output files at the same time. But I want to transfer the output files one by one and start to play them in right order before getting all output files, can i do that ?
-
FFMPEG mp4 instead of flv
20 juin 2013, par Scott Stevensreally struggling with ffmpeg at the moment, after a few days of messing about with it i have managed to get it to almost do what i want !
I have an audio track and a series of images that are to be converted into a slideshow displaying each image for 5 seconds.
ffmpeg -r 1/5 -i C :\ffmpeg\image-%02d.bmp -i C :\ffmpeg\music.mp3 -qscale:v 2 -shortest -codec:a copy C :\ffmpeg\output.flv
I can get this to work as a flv but not as any other format. I need to have it in either an mp4, avi, wmv, or mov format.
I can convert this to a wmv but the file size is HUGE (about 100meg/min) !
ffmpeg -i C :\ffmpeg\output.flv -vcodec wmv1 -acodec adpcm_ima_wav C :\ffmpeg\output.wmv
Can anyone please help me either
- output the original code to mp4,wmv,mov,or avi (with a reasonable file size
ideally less than 10 meg per min) - convert the flv to either an mp4,wmv,mov, or avi with again a reasonable
file size)
- output the original code to mp4,wmv,mov,or avi (with a reasonable file size