
Advanced search
Medias (91)
-
Corona Radiata
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Lights in the Sky
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Head Down
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Echoplex
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Discipline
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Letting You
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
Other articles (105)
-
Encoding and processing into web-friendly formats
13 April 2011, byMediaSPIP 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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 April 2011, byLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Gestion de la ferme
2 March 2010, byLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
On other websites (13003)
-
How to bulk convert and watermark a folder of videos with FFmpeg? [on hold]
10 November 2015, by jaymarkDoes anyone know how I can do the following in a single
FFmpeg
command in Windows?- Input a folder of videos
- Convert them to mp4, 640x480
- Watermark in the lower right corner
- Manage quality scale from 1-10
- Cut/trim each output video to multiple 3 minute video files
Any help would be greatly appreciated.
-
Creating an FFMPEG command for setting all videos to the same size and adding an watermark?
27 October 2015, by DigiDuncanI’m writing a Java app that uses at some point an ffMPEG command in the console. This command needs to do the following:
- Take the input file from
DDTV/episodes-unconverted/example.[mpg/avi]
- Make it 1280x780. (If it’s 4:3, add pillar boxes, if it’s 16:9... just you know do nothing I guess)
- Add the watermark
DDTV/DDTVwatermark.png
at 10px from the bottom, and 10px from the right, at 33% transparency to the video. - Output it to
DDTV/episodes-converted/example.mpg
Thank you so much!
- Take the input file from
-
To water mark videos at bottom right corner using ffmpeg
8 October 2015, by sagarI found some answer here in stack which is indeed using ffmpeg but it is giving me some error.
I ran it in command window and the error is quite like
"Unable to find a suitable output format for ’ΓÇôi’
ΓÇôi: Invalid argument".my command is as follows
ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=(main_w-overlay_w-10)/2:(main_h-overlay_h-10)/2 [out]" outputvideo.mp4
please suggest some ideas.