Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (70)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (8294)

  • How to bold a font in ffmpeg ?

    28 février 2023, par Peter.k

    I have an issue which I don't fully understand. I use font to merge subtitles in video which is installed in my laptop and everything works fine with this code :

    


    -vf "subtitles=tt101.srt:force_style='FontName=Lucida Console,Style=Bold,FontSize=15,PrimaryColour=&H00111188,OutlineColour=&HFFFFFFFF,BorderStyle=4,BackColour=&H44FFFFFF,Outline=5,Shadow=0,MarginV=10'"


    


    But later I found this font isn't really bold but regular. I checked in my system and indeed, there's no bold version installed, so this Style=Bold fragment is ignored (as I think it is). But how the hell, while using this very font in some other programs like Word, Excel, Photoshop, PotPlayer, etc, I am able to bold this font anyway ? Why ffmpeg doesn't make it ? Does these programs use something else than Windows show in the Font catalog ?

    


  • How to (visually) losslessly compress a video with GPU acceleration in ffmpeg ?

    4 juin 2022, par Tizian Heckmann

    I am trying to compress a video in ffmpeg with GPU acceleration, but the result always looks bad. This is what I have tried and none of this has worked for me :

    


    Preset 18 is called "best quality" when looking at ffmpeg -h encoder=hevc_nvenc
    
ffmpeg -i input.mp4 -c:v hevc_nvenc -preset 18 compressed.mp4

    


    Also :
    
ffmpeg -i input.mp4 -c:v h264_nvenc -preset 18 compressed.mp4

    


    Unfortunately, the preset lossless is deprecated. When trying
    
ffmpeg -i input.mp4 -c:v h264_nvenc -preset lossless compressed.mp4
    
the output file just grows enormous.

    


    Any help is appreciated.
    
Edit : Since my question is being received as inappropriate by the community, I would like to know why. This was my first question, any advice on how to word it better or tell me why it just does not fit here would be appreciated. Thank you.

    


  • Merge commit ’0670acc4f1c4ceb16968818a654e07a3f550a8c9’

    12 mai 2015, par Michael Niedermayer
    Merge commit ’0670acc4f1c4ceb16968818a654e07a3f550a8c9’
    

    * commit ’0670acc4f1c4ceb16968818a654e07a3f550a8c9’ :
    dca_parser : Extend DTS core sync word and fix existing check

    Conflicts :
    libavcodec/dca_parser.c

    See : e80b2b9c81716a5d9f559c04cfe69d76b04e4cd3
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dca_parser.c