Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (70)

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

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

Sur d’autres sites (9442)

  • Revision 99261 : Une option oubliée dans le Yaml

    29 août 2016, par kent1@… — Log

    Une option oubliée dans le Yaml

  • Unrecognized option 'filter:v'

    18 octobre 2014, par user3455531

    I am using ffmpeg & ffmpeg-php for encoding videos. Recently, i started to get this

    Unrecognized option 'filter:v'

    When i try using filter:v from the command line, it works, but it does not work from the php scripts. I got the above errors in the php logs. What could be the problem and how do i fix it ?

    These are the php ffmpeg settings of my server :

    ffmpeg-php version  0.6.0-svn
    ffmpeg-php built on Oct 4 2014 11:36:46
    ffmpeg-php gd support   enabled
    ffmpeg libavcodec version   Lavc52.72.2
    ffmpeg libavformat version  Lavf52.64.2
    ffmpeg swscaler version SwS0.11.0

    Directive   Local Value Master Value
    ffmpeg.allow_persistent 0   0
    ffmpeg.show_warnings    0   0
  • avformat/dashenc : fix min_seg_duration option size

    18 novembre 2017, par James Cowgill
    avformat/dashenc : fix min_seg_duration option size
    

    In the DASHContext structure, min_seg_duration is declared as an int,
    but the AVOption list claimed it was an INT64. Change the option list
    to use the correct size, which should fix some initialization errors
    seen on big-endian platforms.

    Signed-off-by : James Cowgill <jcowgill@debian.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dashenc.c