
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (66)
-
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (7093)
-
ffmpeg rotate gif input file playlist
17 septembre 2019, par Teddy KI’d like to create a file
gif_playlist.txt
which contains absolute paths to numerous.gif
’sI’d like to stream audio in, then randomly load gifs and essentially create a video of all the gifs and my music.
I’d like this to continue for the length of the music, as such when a gif ends I want it to pick another from
playlist
.I have been able to achieve this with the below, except it does not change the gif, it only loops the first chosen.
How can I keep picking from
playlist
until the music source has ended ?playlist="gif_playlist.txt";
randfile="$(cat "$playlist" | rl | head -1)";
ffmpeg -i "$1" -ignore_loop 0 -i "$randfile" -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" -shortest -strict -2 -c:v libx264 -threads 4 -c:a aac -b:a 192k -pix_fmt yuv420p -shortest "$2" -
FFmpeg detecting the first frame after a commercial
5 novembre 2013, par William Joe BaldwinI've been searching for a way to detect the very first frame after a commercial in FFmpeg.
My recorder records TV shows, approximately 1 second before the sequence.
Therefore the video file starts with few frames of the commercial.By checking the page below, it seems there is a way to detect scene changes :
Extract Thumbnails of Every Camera Change on a Video File
Does anyone know a way to rewrite the code from the link to get the first scene change as frame count ?
Thanks !
-
how to get cmsamplebuffer data to avformate_open_input() function in FFMpeg ?
17 mai 2018, par Shahrear Mahmudi want to stream apple mobile camera to a UDP port using FFMPEG. so far i have already done it from a video file. but now i want to do it live from apple mobile camera.
some body can give me some clue for this. my head is spining for this solution ?
Please help me.