Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (53)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (10509)

  • avcodec/exr : recreate offset table outside of packet

    17 septembre 2022, par Paul B Mahol
    avcodec/exr : recreate offset table outside of packet
    

    Packet might not be writable at this point.

    • [DH] libavcodec/exr.c
  • define the input FPS of a stream using ffmpeg-python

    5 avril 2024, par tamirg

    Im creating an HLS playlist using ffmpeg, reading my input from an RTSP stream.

    


    When probing the RTSP stream, i get an FPS which is not the true FPS, and i want to "tell" ffmpeg the actual real FPS.

    


    In the command line, im using the -r flag, which works fine :

    


    ffmpeg -rtsp_transport tcp -r 18 -i rtsp://localhost:554/test -b:v 100KB -vf format=yuvj420p  -c:a copy -hls_time 2 -hls_list_size 10 -hls_flags delete_segments -start_number 1 output.m3u8


    


    I noticed that flag must come before the input param. If i use the -r after, it simply doesnt work.

    


    In ffmpeg-python, i dont see any option to do so. And using it as a flag to the .input() function, does not work.

    


    How can i use the -r flag with ffmpeg-python ?

    


  • avcodec : Define side data type for fallback track

    6 novembre 2015, par John Stebbins
    avcodec : Define side data type for fallback track
    

    This side data type is meant to be added to AVStream side data.
    A fallback track indicates an alternate track to use when the
    current track can not be decoded for some reason. e.g. no
    decoder available for codec.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/version.h