Recherche avancée

Médias (1)

Mot : - Tags -/university

Autres articles (35)

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

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (3129)

  • Why does it look like ffmpeg is limiting the encode speed

    22 avril 2022, par Lexizz

    Objective

    


    I'm trying to create lower resolutions videos with the max possible speed, so I'm using cuda to do it

    


    My command :

    


    ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -extra_hw_frames 10 -i input.mp4 -vf scale_cuda=-2:720 -c:a copy -c:v h264_nvenc -preset fast -b:v 5M output.mp4


    


    Problem

    


    This command reached a speed of 33x on a GTX 1650 and I couldn't make it go faster, so I asked my friend with a RTX 3070 (which has much more CUDA cores) and the max speed was the same 33x

    


    Question

    


    Is FFmpeg actually limiting the encode speed ? And exist a way to make it go faster ?

    


  • Enormous, constant memory consumption using VP9 codec in FFMPEG C++

    17 décembre 2017, par Sebastian Schon

    Using :
    https://github.com/ash3D/VideoRecorder
    Wrapped with :
    https://github.com/ash3D/UEVideoRecorder

    I added the VP9 codec to the "FindEncoder" function of the CVideoRecorder (part of the VideoRecorder repository). Using VP9 codec works generally, however the memory consumption is enormous and within a good 30 seconds, the memory usage goes up from 3GB to 6GB, upon which (round about) FFMPEG throws out of memory errors and aborts the encoding process. I started up the Diagnostics Tool of Visual Studio and it told me that avcodec.dll is holding all the memory, which is not released until the encoding is terminated (peacefully). The function within which the allocating call is executed is the CVideoRecorder::Encode() function, which inside it calls avcodec_send_frame().

    H264 and HVENC work fine with a constant memory consumption of around 300MB.

    I tried setting various settings on the VP9 codec like the bitrate, cfr and quality, none of which changed the behavior in any to me recognizable way.

  • avplay : Add an option for not limiting the input buffer size

    3 juillet 2012, par Martin Storsjö

    avplay : Add an option for not limiting the input buffer size