
Recherche avancée
Autres articles (30)
-
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 -
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 (...) -
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 (6756)
-
Is Google Analytics Accurate ? 6 Important Caveats
8 novembre 2022, par Erin -
Migration from FFMPEG 4.3.2 to 5.1.0 - Alternative to AVLockOp enum
1er novembre 2022, par jd750A lot of classes and enums that I use in FFMPEG 4.3.2 were removed from the version 5. The enum AVLockOp is one of them. I looked online for a AVLockOp alternative in the version 5.1.0 but I didn't find any. Is there an alternative to AVLockOp in FFMPEG 5.1.0 ?


I googled : "ffmpeg AVLockOp alternative", "ffmpeg AVLockOp deprecated", "ffmpeg 5.1 migration AVLockOp", etc...


I didn't find what I was looking for. So stackoverflow is my last hope.
I'm looking for someone who had the same issue or someone that knows an alternative to replace AVLockOp in FFMPEG 5.1.


-
ffmpeg decode and encode for an extension typo
15 novembre 2022, par William WongI am trying to download some videos from an m3u8 file online. However, the
.ts
files were (maybe intentionally) changed to.png
files. I have tried downloading the.png
files and changing them to.ts
manually and it plays well.

However, the ffmpeg file seems cannot parse the
.png
files. I tried to force the output format with-f
, but it does not work.

May I know if that is possible to still use the ffmpeg for downloading and converting the stream to mp4 ? I am also open to other methods or simple fixes with bash/ python.