
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (41)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6461)
-
FFMpeg generates still video
19 juillet 2013, par Jason MuchowI'm doing a simple test of ffmpeg. I'd like to use it for thumbnail generation / video grabbing for a website I'm developing. I'm currently using VLC to grab a single frame and then generate a thumbnail, but it's rather slow and a bit cumbersome.
The problem is that the video I'm using (from my own pc) is generated by security camera software and it has an odd video format. When I open it (.bvr) in VLC, it plays very, very fast. A 10 second video goes by in about 2.5 seconds. Additionally, using a simple convert with ffmpeg "ffmpeg -i test.bvr output.avi" generates a proper-length video (10 seconds), but the video frame never changes. (It's a still image)
Test file and test output file :
I think this is primarily caused by the fact that the IP cameras may only generate 5-7 fps but the security software doesn't know better and writes it as if it should be 24/30 fps.
FFMpeg Reports : [m4v @ 00000000002cec60] Estimating duration from
bitrate, this may be inaccurate Input #0, m4v, from 'test.bvr' :
Duration : N/A, start : 0.000000, bitrate : N/A Stream #0:0 : Video : mpeg4
(Simple Profile), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 5 tbr, 1200k
tbn, 5 tbc Output #0, avi, to 'output.avi' : Metadata : ISFT
: Lavf54.25.104 Stream #0:0 : Video : mpeg4 (FMP4 / 0x34504D46),
yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 5 tbn, 5 tbc
Stream mapping :Stream #0:0 -> #0:0 (mpeg4 -> mpeg4) Press [q] to stop, [?] for help
frame= 50 fps=0.0 q=2.0 Lsize= 244kB time=00:00:10.00 bitrate=
199.7kbits/s video:237kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.877066%**Any help is appreciated !
-
ffmpeg image watermark on video first half of video on Bottom left and next half of video on Top Right
23 novembre 2020, par qedslI was playing with this for several hours, I couldn't make so thought of reaching for help, Can you please help me in framing the ffmpeg command to display the watermark Image on the video, For the Initial half video the watermark should be on the bottom left and for the rest half video the watermark shop be on the right top.


Bottom left :
ffmpeg -i input.mp4 -i logo.png -filter_complex "overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2" -codec:a copy output.mp4


Top right :

ffmpeg -i input.mp4 -i logo.png -filter_complex "overlay=main_w-overlay_w-5:5" -codec:a copy output.mp4


Also, I had a look on this for Timeoverlay ffmpeg watermark first 30 second.


How to merge all these and satisfy my requirements as mentioned above ?


-
convert a 10fps video into a one frame per second video with half resolution ffmpeg ?
22 septembre 2022, par yeahmanI want to convert my video (h264) into a video with half the resolution of the original video and with one frame per second ; this will be used a small size preview video