
Recherche avancée
Autres articles (55)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7864)
-
Concatenate Videos with FFMPEG - Poor Audio
7 septembre 2018, par swg1cor14So here is my workflow....all using ffmpeg in Ubuntu.
Step 1 : Convert main mp4 video to mpegts
Step 2 : Convert mp3 recording to m4a.
Step 3 : Attach m4a to still image
Step 4 : Convert into to mpegts
Step 5 : Concat intro and main video and convert to mp4
/home/admin/ffmpeg/ffmpeg -i Wilfried_Ligthart_Profits.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts -r 30 Wilfried_Ligthart_Profits.ts
/home/admin/ffmpeg/ffmpeg -i 5b8955ef7c324-intro.mp3 -c:a libfdk_aac -strict -2 intro_audio_90.m4a
/home/admin/ffmpeg/ffmpeg -loop 1 -i slide_9.png -i intro_audio_90.m4a -acodec copy -shortest intro_merged_90.mp4
/home/admin/ffmpeg/ffmpeg -i intro_merged_90.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts -r 30 introFile90.ts
/home/admin/ffmpeg/ffmpeg -i "concat:introFile90.ts|Wilfried_Ligthart_Profits.ts" -c copy -bsf:a aac_adtstoasc merged90.mp4So each part (introFile90.ts and Wilfried_Lighthart_Profits.ts) sound fine. However on the last step, the merged90.mp4, the audio is slowed down.
I also get a bunch of these errors :
[mp4 @ 0x31ad080] Non-monotonous DTS in output stream 0:1; previous: 59837710, current: 59837012; changing to 59837711. This may result in incorrect timestamps in the output file.
Anyways, what is wrong ? I was told to convert them to mpegts would make renders faster.
-
FFmpeg how to get the first drawtext's x,y value to the second drawtext, and change the fontsize every frame, how to create a var ?
22 octobre 2019, par FFmpeg2019I have a
ffmpeg
code :ffmpeg -i input.mp4 -vf drawtext=text=hello:fontsize=18:x=rand(0,640):y=rand(0,480),drawtext=world:fontsize=fontsize+0.1:x=16+?:y=? output.mp4
And have three questions :
- How to let the "fontsize+0.1" work ?
- The two " ?" how to get the first
drawtext
’s x,y values ? let the two strings become one string like this :hello world
. - how to create a var ?
-
Anomalie #2773 (Nouveau) : Boucle recherche Forum : mauvaise selection avec le critère {tout}
24 juin 2012, par Hossein ROTYLe résultat d’une recherche dans les forums est différent selon que l’on emploie le critère plat ou le critère tout. Alors que le critère plat sélectionne correctement les messages contenant l’occurence recherchée, le critère tout sélectionne le premier message du thread et non la réponse à ce message (...)