
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (25)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (6475)
-
ffmpeg add sound to output video
5 janvier 2023, par Peter CzaskI'll like to add a sound from a mp3 file to the output video when inserting an overlay image, my current command is (I'll like to add a sound on the output video at second 11) :


ffmpeg.exe -y -i input.mp4 -i image1.png -filter_complex "[0:v][1:v] overlay=2250:250:enable='between(t,11,17)'" -pix_fmt yuv420p -c:a copy output.mp4



How do I add the sound on that command ? It's possible to do it ?


Thanks


-
ffmpeg add sound to output when adding an overlay image
24 décembre 2022, par Peter CzaskI'll like to add a sound from a mp3 file to the output video when inserting an overlay image, my current command is :


ffmpeg.exe -y -i input.mp4 -i image1.png -filter_complex "[0:v][1:v] overlay=2250:250:enable='between(t,11,17)'" -pix_fmt yuv420p -c:a copy output.mp4



How do I add the sound on that command ? It's possible to do it ?


Thanks


-
ffmpeg play sound when adding an overlay image
24 décembre 2022, par Peter CzaskI'll like to add a sound from a mp3 file to the output video when inserting an overlay image, my current command is :


ffmpeg.exe -y -i input.mp4 -i image1.png -filter_complex "[0:v][1:v] overlay=2250:250:enable='between(t,11,17)'" -pix_fmt yuv420p -c:a copy output.mp4



How do I add the sound on that command ?


Thanks