
Recherche avancée
Autres articles (104)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...) -
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 (...)
Sur d’autres sites (8115)
-
write width and height of an image in txt file with batch
13 mars 2015, par la lluviaHow to save image size (width and height) in new file using ffmpeg or irfanview ?
I want it to be saved like this :
img.png 800 600
img2.png 640 480
....Thanks in advance.
-
FFmpeg : How to decrease the volume for few seconds in the middle of audio file ? [duplicate]
21 mai 2023, par harishkumar329I have an audio file with 120 seconds duration. I want to make the volume muted from 80th second to 100th second using FFmpeg.



Thanks in advance.


-
Scrolling text in a video with ffmpeg
12 avril 2014, par NickNameI am trying to put a textline from right to left in a video with ffmpeg but it is not working.
My command is :
ffmpeg -i input.avi -vf drawtext="fontfile=C\\:/Windows/Fonts/arial.ttf:text='YOUR TEXT HERE':fontcolor=white@1.0:fontsize=40:y=h-h/2:x=t*50" -y output.avi
Thank you in Advance...