Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (83)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (8319)

  • Slow seek in MKV videos with FFmpeg C/C++

    14 juin 2019, par Igor

    Seeking in any large MKV H.264 video works very slow.

    Call of av_seek_frame() in my code using FFmpeg LibAV takes about 3-10 seconds to jump to a middle position in 1-2 hours video.

    I tried all combinations of flags : AVSEEK_FLAG_BACKWARD, AVSEEK_FLAG_BYTE, AVSEEK_FLAG_ANY, AVSEEK_FLAG_FRAME

    However VLC seeks very fast in same MVK videos.

    Seeking in MP4 H.264 works instantly. The problem is only with MKV.

    Latest FFmpeg 4.1.3.

  • How to batch watermark videos with FFMPEG on a Mac [closed]

    12 août 2020, par analogvids

    I've seen a lot of code for scripts to batch convert and to batch watermark videos with FFMPEG but these are largely guides for windows. I need to know how to do this on a Mac. I've successfully written and run a shell script to batch convert videos :

    


    for i in *.Avi; do ffmpeg -i "$i" -c:a aac -b:a 128k -c:v libx264  -preset veryslow "${i%}.mp4"; done)


    


    I have also successfully run a command to convert and watermark videos individually :

    


    ffmpeg -i test.MOV -i watermark.png -filter_complex "overlay=100:100" watermarked.mp4


    


    I consistently get a syntax error when trying to combine these commands to create a script for batch watermarking. I do not need to batch convert in the same command, though having that option would be nice. Any guidance would be greatly appreciated.

    


    for clarification, this is the script i created :

    


    # !/bin/bash for i in *.MOV ; do ffmpeg -i "$i" -i watermark.jpeg -filter_complex “overlay=0” ”$I%.mp4" ; done

    


    and this is the error message terminal spits out : ./batchwatermark10.sh : line 3 : unexpected EOF while looking for matching `"' ./batchwatermark10.sh : line 4 : syntax error : unexpected end of file

    


    Thanks !

    


  • Revision 4655 : Faire fonctionner les vidéos sur IE8

    5 janvier 2011, par kent1 — Log

    Faire fonctionner les vidéos sur IE8