
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (52)
-
Qualité du média après traitement
21 juin 2013, parLe bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...) -
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.
Sur d’autres sites (13162)
-
trim MULTIPLE .mp4 files using ffmpeg in WINDOWS DOS
22 février 2014, par user1530322My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.
I can easyly do it and in a quite quick way for one single .mp4 file at a time using :
**ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.**mp4
I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".
I'm imagining something like a loop, using FOR or so, but have no ideia how to do it.
Thank you in advanced
-
trim MULTIPLE .mp4 files using ffmpeg in Windows commandline
13 janvier 2015, par user1530322My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.
I can easyly do it and in a quite quick way for one single .mp4 file at a time using :
ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.mp4
I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".
I’m imagining something like a loop, using FOR or so, but have no idea how to do it.
-
use android ndkr8 compile ffmpeg2 through cygwin on windows
22 juin 2014, par Rick SmithI want to compile ffmpeg for using in android. When i use "make" command,one error show as below :
arm-linux-androideabi/bin/ld.exe: error: libavdevice/libavdevice.so:1:1: syntax error, unexpected '!', expecting $end
How can i fix it.