
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (29)
-
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 -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
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 (2015)
-
How to add text watermark to output video when using ffmpeg in android ? [duplicate]
29 janvier 2018, par Jithin ShajiThis question already has an answer here :
-
ffmpeg text watermark bottom left
1 answer
Iam developing an android app for video editing using ffmpeg plugin. I need to add a watermark text(not image) to all the output videos after encoding. How can I achieve that ? For example Iam splitting a video into segments using the command
ffmpeg -i inputfile -acodec copy -f segment -segment_time 30 -vcodec copy -reset_timestamps 1 -map 0 outfile
How can I add watermarktext to the outfile ?
-
ffmpeg text watermark bottom left
-
How to add text watermark to output video when using ffmpeg ? [duplicate]
29 janvier 2018, par Jithin ShajiThis question already has an answer here :
-
ffmpeg text watermark bottom left
1 answer
Iam developing an android app for video editing using ffmpeg plugin. I need to add a watermark text(not image) to all the output videos after encoding. How can I achieve that ? For example Iam splitting a video into segments using the command
ffmpeg -i inputfile -acodec copy -f segment -segment_time 30 -vcodec copy -reset_timestamps 1 -map 0 outfile
How can I add watermarktext to the outfile ? I found one solution at ffmpeg text watermark bottom left.
But I need to combine both commands (Split command and drawtext command) -
ffmpeg text watermark bottom left
-
Making a watched folder wait for a file to finish rendering
10 février 2018, par JSchreyI’m trying to setup a watched folder (using fswatch)that starts to convert a received file into another format using ffmpeg(got that part sorted out).
So far so good, what I’m having problems with is getting the script to wait until the original input (or master file) has finished rendering or has been copied completely into my watched folder.Here’s the script for the folder
fswatch -o ~/Desktop/autom_shell| xargs -n1 ~/Desktop/scripts_autom_shell/move_QT.sh
move_QT.sh filters and moves quicktime movies from my receiving folder to the folder where I encode.
I’ve searched for a solution and found kqwait but I have absolutely no idea how to apply it in my case.
MacOS 10.10