Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (76)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (7030)

  • C# WinForms, play video using the FFmpeg library

    25 septembre 2020, par Damn Vegetables

    According to web search results, FFmpeg.AutoGen provides video/audio frames with timing data, and I could use them to render the way I want. But I cannot find a simple example for playing a video file on a WinForms window, using FFmpeg.

    


    In the example file, I can see code for initialisation and decoding video frames. How to play those frames smoothly on WinForms ? Should I use some sort of DirectX library ?

    


  • x264 : Encoded videos need lots of CPU to play

    30 novembre 2014, par LTR

    My computer (Intel Core 2 Duo T9300, 2.5GHz) can usually play any Full HD file, and Blu-Rays perfectly.

    However, when I encode a Full HD file myself, the CPU is struggling and frames are dropped.

    Here’s my command line :

    ffmpeg.exe -r 24 -f concat -i list_of_png_files.txt -i w :\audio.wav -acodec copy -c:v libx264 -preset medium -b:v 10000k -shortest output.avi

    I tried adding -maxrate 13000k after "-preset medium". However, x264 doesn’t seem to honor this - the framerate still reaches 20MBit at parts.

    How can I encode videos in such a way as to reduce CPU usage during decoding ?

  • x264 : Encoded videos need lots of CPU to play

    30 novembre 2014, par LTR

    My computer (Intel Core 2 Duo T9300, 2.5GHz) can usually play any Full HD file, and Blu-Rays perfectly.

    However, when I encode a Full HD file myself, the CPU is struggling and frames are dropped.

    Here’s my command line :

    ffmpeg.exe -r 24 -f concat -i list_of_png_files.txt -i w :\audio.wav -acodec copy -c:v libx264 -preset medium -b:v 10000k -shortest output.avi

    I tried adding -maxrate 13000k after "-preset medium". However, x264 doesn’t seem to honor this - the framerate still reaches 20MBit at parts.

    How can I encode videos in such a way as to reduce CPU usage during decoding ?