
Recherche avancée
Autres articles (57)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (7547)
-
How to generate m3u8 from a list of files in ffmpeg ?
5 février 2018, par Blurry ScriptLet’s say I have this list of files :
audios :file1.mp3 //audiotrack 1
file2.mp3 //audiotrack 2
file3.mp3 //audiotrack 3subtitles :
file1.vtt //subtitle 1
file2.vtt //subtitle 2
file3.vtt //subtitle 3videos :
file1_320x280.mp4 //video quality 1
file2_640x11024.mp4 //video quality 2
file3_1200x1600.mp4 //video quality 3how to convert with FFMPEG all this files to .TS fragments with a m3u8 file ?
also will the video.js HLS extension allow the user to choose the quality ?
-
ffmpeg -acodec and -vcodec parameter inputs list [duplicate]
9 juillet 2021, par Sajith Dilshan JamalIs there a list somewhere for ffmpeg which lists what the libraries we enter into the -acodec/ -vcodec parameters support ?



eg : ffmpeg -vcodec x264 -acodec libmp3lame



I would like a list showing which formats x264/libmp3lame support.



Also is there a list that shows all possible inputs to the -vcodec & -acodec parameters.


-
show subtitles list, get id and name of each subtitles track
21 septembre 2020, par user25I would like to get some list of all available subtitles tracks like :



#1 - id, name
#2 - id, name
#3 - id, name
...




So list would tell how much subtitles tracks I have, show id and name of each track



Is there any
FFmpeg
option to show such list ?