
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (78)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (11935)
-
Converting MP4 to OGG and WEBM formats with PHP and FFMPEG [on hold]
31 août 2013, par Rufat NurievI want to write my own video sharing website (php). Different browsers support different file formats. I need only 3 formats - OGG, MP4, and WEBM. Upload will support only MP4 files. So I have a problem about video converting. I dont know how to use ffmpeg. How can I convert the mp4 file to ogg and webm with ffmpeg and php. Please, answer from 0. (Sorry, for my poor English) Thanks :)
-
FFMPEG : crop a video every 10s without losing the quality
18 juin 2020, par HachimanI have an mp4 video of 1080x720. I would like to crop the video to 480x270 without quality loss every 10s in video and then scale to 1080x720 (10s zoom in and then back to default repeat to the end of the video).



Does anyone know how I can crop the video every 10s without losing quality ?



Thank you very much !



(P/s : sorry for my bad English)


-
ffmpeg gives an error :At least one output file must be specified
24 août 2021, par Hrushikesh Reddy
ffmpeg -i video.mp4 -i japanese.aac -i english.aac -i hindi.aac 
-c:v copy -c:a copy 
-map 0:v:0 -map 1:a:0 -map 2:a:0 -map 3:a:0 OUTPUT_FILE.mp4



I tried to add multiple languages to a video in ffmpeg it gives an error :At least one output file must be specified