
Recherche avancée
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 -
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 (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (4817)
-
What is pkt_size in ffprobe -show_frames ?
8 juillet 2020, par Null_404I am running ffprobe -show_frames and _show_packets on a .ts file and trying to find the size of each I B P frame in the stream. Is this field in the -show_frames option getting what I need ?


And for the size field given by -show_packets, all the packets are very different sizes. I thought the TS packets should all be around 188 bytes, but that doesn't seem to be the case based on the output.


Thanks in advance


-
ffmpeg - convert JPG to video [on hold]
8 mars 2014, par AshishI need to convert 5 jpg files to a single video.
I need to use ffmpeg.exe for that.Please help me out to find the correct command.
My requirement is as follows :
There are 5 jpg files in this folder.
Each jpg should be displayed for 5 seconds, making it a 25 seconds video.Thanks in Advance.
-
How to have steeper audio filters in ffmpeg
15 juin 2020, par weiver23I want to low pass filter an audio piece with ffmpeg using different steepnesses of the filter.
How do I do this.



I tried it using this format :



for %%f in (srcs\*.flac) do ffmpeg -i %%f -af "lowpass=f=500=w=0.5" low\%%~nf_low1.flac




Thanks in advance !