Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (12)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • How to watermark text on video sliding from right top to right bottom vertically

    23 juillet 2015, par Durgesh Gupta

    How to watermark text on video sliding from right top to right bottom vertically ?

    This is my command :

    ffmpeg -i /usr/home/test.mp4 -vf "drawbox=x=iw-42:y=0:w=42:h=ih:color=black@0.5:t=80,drawtext=fontfile=/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:text='Hello World':fontcolor=white@1.0:fontsize=16: y=(mod(2*n\,h+th)-th):x=w-tw-10" -codec:v libx264 -codec:a copy -strict -2 /usr/home/out.mp4

    please help me out

  • ffmpeg Unrecognized option '—enable-libopus'

    9 juillet 2021, par Irith

    I'm running ffmpeg from a windows 10 machine.

    


    My goal is to trim silence from the beginning to the end of a track (this works just fine) and compress using opus.

    


    I am new in the "audio elaboration" world so maybe I'm not understanding this properly...but the main issue here is that ffmpeg doesn't recognize —enable-libopus although it's clearly in the options (see attachment).

    


    Can anyone help please ?

    


    enter image description here

    


  • Dumped video stream often not readable in VLC

    30 janvier 2017, par user7490232

    I have two IP Cameras, and I’m regularly collecting the dumped video stream in a file. Every 30 minutes I kill down the running processes, and restart dumping, using the "mplayer" command in background to generate a .mp4 file.

    Basically I’m running something like this :

    killall mplayer
    mplayer -dumpstream rtsp://cam01:554/video.mp4 -dumpfile cam01.mp4 & bg
    mplayer -dumpstream rtsp://cam02:554/video.mp4 -dumpfile cam02.mp4 & bg

    Then I store all the resulting .mp4 files for future checks.

    Now there is the problem : many files are perfectly readable (using VLC) and many files aren’t (I’m just able to open "unreadable" files using the "ffplay" utility).

    However, as I’m using a VLC app in a smart TV to open them, I’d like to be able to open all files in VLC. Could you please give me some advice ?