
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (108)
-
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 (11840)
-
ffmpeg -vf transpose not working for output as .mp4 file
5 août 2014, par user3909162I want to rotate iPhone/iPad video to 90 degree, i am using following code
$input = 'video1.mp4';
$output = 'output.mp4';
$command = "ffmpeg -i $input -vf transpose=1 $output";
exec( $command, $ret );the above code is not working for
$output = 'output.mp4'; //(mp4 file)
but its working fine when i use
$output = 'output.avi'; //(avi file)
Please tell me solution for this i want also compress video in mp4 video.
-
How to duplicate mobile device video compression with ffmpeg
10 mars 2021, par connor449I have some raw video and I am trying to compress it to mimic what it would look like if it came from a mobile device.


For example, I have this information from an ipad video extracted via ffmpeg :


Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080, 16268 kb/s, 29.98 fps, 29.97 tbr, 600 tbn, 1200 tbc (default)



How do I write an ffmpeg script that duplicates this ? I have part of it, but I'm not sure about the rest :


What I have so far :


framerate = 30
codec = "libx264"

ffmpeg -i {input_video} -r {framerate} -c:v {codec} -pix_fmt yuv420p -profile:v high {output_video}




Specifically, how do I match these parameters :


- (avc1 / 0x31637661)
 - 16268 kb/s, 29.98 fps-
 - 29.97 tbr
 - 600 tbn
 - 1200 tbc (default)



-
ffmpeg streaming camera with directshow
17 novembre 2015, par atu0830I am trying use ffmpeg to streaming one camera. The command is
ffmpeg.exe -y -f dshow -i video="AmCam" -c:v copy -framerate 7.5 -map 0:0 -f ssegment -segment_time 4 -segment_format mpegts -segment_list "web\stream.m3u8" -segment_list_size 720 -segment_list_flags live -segment_wrap 10 -segment_list_type m3u8 "web\segments\s%%d.ts"
And I create a html in web folder
<video controls="controls" width="720" height="405" autoplay="autoplay">
<source src="stream.m3u8" type="application/x-mpegURL"></source>
</video>
All ts file generated but looking Safari on iPad looding but it always show dark player and loading