
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 (45)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (6246)
-
how can i add watermark and compress a batch of video with ffmpeg
27 mai 2021, par The Funstersi am using ffmpeg for video editing


i am adding watermark to a bulk of videos with


for %%a in ("*.mp4") do ffmpeg -i "%%a" -i watermark.jpg -filter_complex "overlay=1000:10" -preset slow -codec:a copy "newfiles%% na.mp4"


now i want to merge


for %%a in ("*.mp4") do ffmpeg -i "%%a" -vcodec libx264 -crf 28 -preset faster -tune film "newfiles%% na.mp4"


so it will add watermark and compress the size of the videos


is there any way to merge them ?????


-
how can i add a watermark to the audio in FFmpeg
1er juillet 2021, par Diyorbek Ahmadjonovexec('ffmpeg -y -i '. $music .' -i ' . $rasm .' -map 0:0 -map 1:0 -codec copy -id3v2_version 3 -metadata title="'.$title .'" -metadata artist="'. $artist .'" -metadata album="' .$album .' " -metadata author_url="' .$author_url. '" -metadata genre="'. $genre .'" -filter_complex "amovie='.$ads.',volume=0.2,asetpts=N/SR/TB[bg] ;[bg][0]amix" -threads 12 -acodec libmp3lame -b:a 128k '.$name.'.mp3') ;


-
same as in tik tok videos the water mark of image with text transition from top to bottom command i need using ffmpeg,
7 juillet 2021, par Ajay Sharmaffmpeg -i vid1.mp4 -i icon.png -filter_complex "[1][0]scale2ref=w='iw*10/100':h='ow/mdar'[wm][vid] ;[vid][wm]overlay=x='if(lt(mod(t,10),5),10,W-w-100)':y='if(lt(mod(t,10),5),10,H-h-50)', drawtext=fontfile=arial_bold.ttf:text='Picshort ID : Khesari_Yadav_Official':x='if(lt(mod(t,10),5),25,W-w-100)':y='if(lt(mod(t,10),5),105,H-h-500)':fontsize=22:fontcolor=white," output2.mp4