Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (29)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip 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, par

    Les 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 2011

    MediaSPIP 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 Shaji

    This question already has an answer here :

    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 ?

  • How to add text watermark to output video when using ffmpeg ? [duplicate]

    29 janvier 2018, par Jithin Shaji

    This question already has an answer here :

    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)

  • Making a watched folder wait for a file to finish rendering

    10 février 2018, par JSchrey

    I’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