
Recherche avancée
Autres articles (105)
-
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 (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (8674)
-
Anomalie #3689 : Des messages d’erreurs qui ne semblent pas avoir lieu d’être
14 août 2016, par b bVoir svp:r99161, merci marcimat :)
-
Documentation #2809 (Fermé) : Personnalisation des notes par define au lieu de globales
28 février 2013, par denisb -documentation mise à jour... (http://www.spip.net/fr_article1825.html) je ferme le tickeutick tickeutac tock tock.
-
Android, How to convert video into slow motion and play it in slow motion using FFmpeg
1er février 2016, par Kishor RamaniIn Android, How to convert video into slow motion and play it in slow motion using FFmpeg.
I am using FFmpeg command :
ffmpeg -i input.mkv -filter:v "setpts=2.0*PTS" output.mkv
Link : https://trac.ffmpeg.org/wiki/How%20to%20speed%20up%20/%20slow%20down%20a%20videobut i can’t pass "setpts=2.0*PTS" command with Double Quote in String
String cmd1 = "-i " + inputpath.mp4 + " " + "-filter:v" + " "
+ "setpts=0.5*PTS"
+ " " +
Environment.getExternalStorageDirectory().getAbsolutePath() + "/hij.mp4";if you have any better solution for converting video into slow motion or fast motion then it will be appreciated.
Thanks.