
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (26)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (6973)
-
avformat/hlsenc : add a use_localtime option to expand the segment filename with localtime
31 août 2015, par LiuQiavformat/hlsenc : add a use_localtime option to expand the segment filename with localtime
test examples :
./ffmpeg -re -i /Movies/objectC/facebook.mp4 -v verbose -c copy -f hls -hls_segment_filename test-%s.ts -use_localtime 1 -bsf:v h264_mp4toannexb aaa.m3u8
[StevenLiu@localhost ffmpeg]$ cat aaa.m3u8 ;ll test-*.ts
test-1441052221.ts
test-1441052231.ts
test-1441052235.ts
test-1441052243.ts
test-1441052249.tsrw-r—r— 1 StevenLiu staff 1310736 9 1 04:15 test-1441052131.ts
rw-r—r— 1 StevenLiu staff 495192 9 1 04:15 test-1441052141.ts
rw-r—r— 1 StevenLiu staff 1310736 9 1 04:17 test-1441052212.ts
rw-r—r— 1 StevenLiu staff 1067840 9 1 04:17 test-1441052221.ts
rw-r—r— 1 StevenLiu staff 235564 9 1 04:17 test-1441052231.ts
rw-r—r— 1 StevenLiu staff 1187220 9 1 04:17 test-1441052235.ts
rw-r—r— 1 StevenLiu staff 694848 9 1 04:17 test-1441052243.ts
rw-r—r— 1 StevenLiu staff 526588 9 1 04:17 test-1441052249.ts
[StevenLiu@localhost ffmpeg]$./ffmpeg -re -i /Movies/objectC/facebook.mp4 -v verbose -c copy -f hls -hls_segment_filename test-%s.ts -use_localtime 1 -bsf:v h264_mp4toannexb aaa.m3u8
[StevenLiu@localhost ffmpeg]$ cat aaa.m3u8 ;ll aaa-*.ts
aaa-1441052417.ts
aaa-1441052427.ts
aaa-1441052437.ts
aaa-1441052440.ts
aaa-1441052449.tsrw-r—r— 1 StevenLiu staff 1310736 9 1 04:19 aaa-1441052382.ts
rw-r—r— 1 StevenLiu staff 277300 9 1 04:19 aaa-1441052392.ts
rw-r—r— 1 StevenLiu staff 1310736 9 1 04:20 aaa-1441052417.ts
rw-r—r— 1 StevenLiu staff 1067840 9 1 04:20 aaa-1441052427.ts
rw-r—r— 1 StevenLiu staff 235564 9 1 04:20 aaa-1441052437.ts
rw-r—r— 1 StevenLiu staff 1187220 9 1 04:20 aaa-1441052440.ts
rw-r—r— 1 StevenLiu staff 338776 9 1 04:20 aaa-1441052449.ts
[StevenLiu@localhost ffmpeg]$Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
How can I render a video in real time with custom parameters ?
8 janvier 2015, par Joaquín L. RoblesIs it possible to render a video in real time with custom parameters ? I’m trying to inject some parameters (text, image and other video portions) into a video template depending on user parameters, like the "Facebook 10 Years video"..
The output format should be any video format such as H.264.
I’ve been googling and asking and the closest I got is to make a video from HTML5 canvas captures, which I think is totally inefficient.
Any insight or guidance would be great, thanks
-
How can I render a video in real time with custom parameters ?
18 décembre 2024, par Joaquín L. RoblesIs it possible to render a video in real time with custom parameters ? I'm trying to inject some parameters (text, image and other video portions) into a video template depending on user parameters, like the "Facebook 10 Years video"..



The output format should be any video format such as H.264.



I've been googling and asking and the closest I got is to make a video from HTML5 canvas captures, which I think is totally inefficient.



Any insight or guidance would be great, thanks