Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (69)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avformat/mxfdec : store parition score instead of partition pointer in metadata

    11 août 2021, par Marton Balint
    avformat/mxfdec : store parition score instead of partition pointer in metadata
    

    Partition struct may be reallocated, so let's store the score directly in order
    to avoid use-after-free.

    Also mxf->current_partition might be null when reading some local tags.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c
  • avfilter/vf_qp : Don't store NAN in int

    6 novembre 2022, par Andreas Rheinhardt
    avfilter/vf_qp : Don't store NAN in int
    

    Affected the filter-pp2 FATE-test.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_qp.c
  • Where does FFMPEG store temporary files in Linux ?

    8 juillet 2023, par 001121100

    I canceled the conversion of a very large file in ffmpeg. The incomplete file is taking up almost 200GB on my disk but it does not exist in the directory I was working in and I can't find it anywhere. Where does ffmpeg store temporary, incomplete, or canceled files ?

    &#xA;

    (I've had a similar problem in the past when running a file recovery program - I canceled the recovery and the files disappeared. They are simply taking up "ghost" space on the directory and can't be located.)

    &#xA;

    I've tried searching for the filename, clearing the trash, rebooting.

    &#xA;