
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (107)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...) -
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 (...)
Sur d’autres sites (8424)
-
ffmpeg convert .mpg to .m2v
15 août 2016, par John Doe 2I try to convert a .mpg file into a .m2v file.
I am using this line :
ffmpeg -i video.mpg -s 720x576 -c:a copy videoNew.m2v
The .mpg file has a video length of
00:49:99
when I rightclick on the file and go to the properties, but the .m2v has a strange video length of256204778:48:05
.Why does this happen and how do I solve this ?
-
Why encoding G723 sound clicks ?
19 septembre 2012, par Stanislav LitvinenkoI need to encode G723_1
To do this, I want to use avcodec.
But when listening to the encoded file only sound clicks.
To use an example to test api-example.cExample encoded file : test.g723
Why this can happen ? And how it can be solved ?
-
How to encode frames selectively and write in different video files as per required
10 juin 2018, par MSD Paulsuppose, for example, I have 10 frames, I want to encode 1,2,3 in one video, 4,5,6 in another video and rest in another video. How to achieve this without encoding each of them differently by us. (as that solution will not be scalable) How to change in the code while writing encoded frames into the video file ?
How to make the write to happen into multiple video files.
and how to change the sequence of encoding i.e. after 1 how can I possibly encode 4,5 skipping 2,3 after 4,5 done then encode 2,3. How to do this ?