
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (89)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (10931)
-
How to replace all frames of video to one image ?
8 février 2018, par YuriyPryymaI have some film
I want to replace all frames from that video to my static image.
So that video duration, resolution(width, height), sound and other properties stay the same. -
Imprint an Image above a video's canvas [duplicate]
25 août 2021, par ichthyocentaursI want to add an image strip above/below a video using ffmpeg, but currently it overlaps the video content.


The command I was using


ffmpeg -i ./image_path.png -filter_complex \"[1:v][0:v]scale2ref=(3000/200)*ih/8/sar:ih/8[wm][base];[base][wm]overlay=0:0\" -pix_fmt yuv420p -c:a copy output.mp4

[wm]overlay=0:-200 Does not imprint anything

"pad=height=ih+40:color=#71cbf4,overlay=(main_w-overlay_w)/2:main_h-overlay_h" places at the bottom of the video canvas



I want to place my image strip either above or below the video canvas.


-
ffmpeg android image and audio merging not woring
22 juillet 2020, par ShekharChundawatI am using ffmpeg for making video(mp4) of image.jpg and audio.mp3.i used
-y,-i,%s,-i,%s,-shortest,-acodec,copy,-vcodec,mjpeg,-shortest,%s
this as command its run well but in output getting only 1 frame. my audio file length is 3min and getting output of 1 sec.I refere this as well but not getting desire output.