
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (39)
-
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 (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (4411)
-
ffmpeg erases the last part of audio in the video file
17 octobre 2017, par MomAndDadI use following encoding option.
ffmpeg -i input.wmv -movflags faststart -c:v libx264 -profile:v baseline -acodec aac -ac 2 -ar 48000 -strict -2 /root/output.mp4;
But sometimes last 5 30 seconds audio is erased.
Total video duration is about 3 mins.
what do you think the problem is ?Is this related to computer performance ? I use quadcore, 4G ram.
-
Importing a part of a project in Eclipse
10 mars 2015, par Arif GencosmanogluOn Eclipse, I imported FFmpeg as a project to reduce a selected video sizes for my android application. But my .apk size went up from 2MB to 24MB.
This project includes a lot of extra properties for video editing. However I use only one single command line to reduce my video resolution. The code I added :
LoadJNI vk = new LoadJNI();
try {
String workFolder = getApplicationContext()
.getFilesDir().getAbsolutePath();
String[] complexCommand = {
"ffmpeg",
"-y",
"-i",
"/storage/emulated/0/DCIM/Camera/20150224_125355.mp4",
"-strict", "experimental", "-s", "160x120",
"-r", "25", "-vcodec", "mpeg4", "-b", "150k",
"-ab", "48000", "-ac", "2", "-ar", "22050",
"/storage/emulated/0/TempFolder/out.mp4" };
vk.run(complexCommand, workFolder,
getApplicationContext());
Log.i("test", "ffmpeg4android finished successfully");
} catch (Throwable e) {
Log.e("test", "vk run exception.", e);
}To sum up, is there a way to import a portion of a project (as a module maybe) ? or do I have to find another method to reduce my video size ?
-
Merge pull request #6 from kouber/patch-1
12 septembre 2017, par unnuMerge pull request #6 from kouber/patch-1
Typo