
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (109)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (14972)
-
Can we have the same directory structure with hls_nested on as without it
17 septembre 2020, par Vaibhav SharmaI have an Nginx application block inside the RTMP module as


application hls {
 live on;
 hls on;
 hls_fragment 4;
 hls_playlist_length 240m;
 hls_path /opt/hls/
}



This creates files as
$name.m3u8
inside/opt/hls/


What I want something like files to be store here
/opt/hls/$name/$name.m3u8
and correspondinglyts
files as/opt/hls/$name/$name-{timestamp}.ts


I tried using hls_nested on ; inside the block but it just makes a directory with the file name as
index.m3u8


Please let me know if it is even possible to do from nginx


Thanks in advance


-
ffmpeg : generate different multibitrate video from single input
26 septembre 2016, par Stack OverflowI want to generate multiple multibitrate files from one single resource.
I want to generate 4 different quality file : 240p , 360p , 720p , 1080p.
My requirement is suppose i provide a file having 360p quality then only 2 file get generated
1) 240p
2) 360pIf, I provide a file having 720p quality then 3 files get generated
1) 240p
2) 360p
3) 720pExactly same like youtube. (If you upload higher quality video then it provides more quality option , if you upload lower quality video then it provide less quality option).
Is there any ffmpeg command which do same ? i.e from single input source it identify and generate multibitrate file of lower bitrate automatically.
-
Can I use ffmpeg's default Arial font commercially-free ?
11 avril 2021, par batatopI'm trying to find out if I can use ffmpeg's default Arial font commercially-free when burning subtitles to videos.


There are a lot of Arial fonts out there and I don't know which ones are free to use. I'm just trying to use the one that comes default with ffmpeg.


I know that Arial MS can be used on a Windows machine but I will use ffmpeg in an Ubuntu machine.


Thank you for your concern.