Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

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

  • hwcontext_vaapi : Add option to set driver name

    14 novembre 2018, par Mark Thompson
    hwcontext_vaapi : Add option to set driver name
    

    For example : -init_hw_device vaapi :/dev/dri/renderD128,driver=foo

    This may be more convenient that using the environment variable, and allows
    loading different drivers for different devices in the same process.

    • [DH] libavutil/hwcontext_vaapi.c
  • Revision 219f645b2d : Add tune-content command line option Change-Id : I3793b54ad432e46bcdb2dcc7adc0e1

    6 août 2014, par Alex Converse

    Changed Paths :
     Modify /vpxenc.c



    Add tune-content command line option

    Change-Id : I3793b54ad432e46bcdb2dcc7adc0e15fa6deec47

  • How send only video to bitstream filter trough tee option

    24 août 2018, par Benji Joa

    I want to encode video in mpeg4 format and get two output of it, one in h264 format(without sound) and the other in mpeg4-ts format. I don’t find the option for enable sound in the first output.
    Here my command line :

    ./ffmpeg -i input -map 0 -c:a aac -c:v libx264  -y -f tee "[f=h264:bsfs/v=bitstreamfilter1]out.264|[f=mpegts:bsfs/v=bitstreamfilter2]out.ts"

    Thanks you