Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (25)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

  • 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 (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (4984)

  • How to hide text after specific location in scroll

    18 juillet 2019, par kiara

    I have ffmpeg code which have a image overlay on top of tht. I am adding a scrolling text. Now I want this text to rotate till a specific position like breaking news on channel but I am not able to figure out the command. Can anybody help ?

    This is what I am trying

    ffmpeg -i video.mp4  -i image.png -filter_complex "[0:v]overlay=25:25,drawtext=text='abcddgfs fgshrhtr':fontfile=/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf:y=h-line_h-110:x=w-mod(max(t-2.5\,0)*(w·25)/7.5\,(w·250)):fontcolor=red:fontsize=40:shadowx=2:shadowy=2" -t 15 -y a.mp4
  • "Unknown Encoder 'libx264'" error while using FFMPEG

    9 juillet 2018, par newuser

    I have followed the guide given here @ traq.ffmpeg. And everything goes smoothly. But when I try to run a command with FFMPEG to convert something to h.264, I get the error :

    Unknown Encoder ’libx264’

    I’m using Ubuntu 16.04 LTS.

  • "Unknown Encoder 'libx264'" error while using FFMPEG

    9 juillet 2018, par newuser

    I have followed the guide given here @ traq.ffmpeg. And everything goes smoothly. But when I try to run a command with FFMPEG to convert something to h.264, I get the error :

    Unknown Encoder ’libx264’

    I’m using Ubuntu 16.04 LTS.