Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (83)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • ffmpeg -i an incoming file upload ? [closed]

    29 août 2020, par David542

    I'm not sure if this is more a JavaScript question or ffmpeg, but suppose I have a scenario where a user is uploading a 100GB file. And, before they upload it (or actually, as soon as we detect the first few frames or whatever), we want to make sure that it is a "valid" file — let's say for this question we want to verify that it is :

    


      

    • 29.97 fps
    • 


    • Video bitrate > X
    • 


    • Codec of com.apple.finalcutstudio.prores
    • 


    


    What would be the best way to do this ? I was thinking something like :

    


      

    1. A user clicks the upload button and selects their file.
    2. 


    3. We upload the first 1MB of that file to our server — check that using ffmpeg (how to ignore errors or something with ffmpeg ?)
    4. 


    5. If the file passes our initial checks we upload the entire video file. If not, we raise a warning to the end user and stop the upload.
    6. 


    


    How could this process be done ? I am seeking a JavaScript snippet (JS Fiddle ?) and a backend snippet (to receive the partial input and issue the ffmpeg commands).

    


  • configure : Extend the neon intrinsics check

    22 juillet 2014, par Martin Storsjö
    configure : Extend the neon intrinsics check
    

    Check for an instruction that causes the (very old) Apple GCC 4.2
    to error out ("unrecognizable insn").

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure
  • videotoolbox : require hardware acceleration

    21 août 2015, par Stefano Pigozzi
    videotoolbox : require hardware acceleration
    

    VideoToolbox also implements a software decoder for h264, and will fallback to
    using it if the file cannot be decoded on the GPU. In these cases though,
    we want the hwaccel to fail so that we can use the libavcodec software decoder
    instead of the Apple one.

    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] libavcodec/videotoolbox.c