Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (63)

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • libavfilter/vf_owdenoise.c : skip processing when strength is 0

    12 avril 2016, par Yuuki Galaxy
    libavfilter/vf_owdenoise.c : skip processing when strength is 0
    

    It is practical to de-noise only on luma while keeping chroma unchanged.

    However, libavfilter/vf_owdenoise.c always do the Wavelet transform/retransform on all 3 channels without check whether chroma_strength is 0.

    Thus I make this patch. De-noise on Y only for yuv420 is now 1.5 times faster.

    Signed-off-by : Yuuki Galaxy <galaxy001@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_owdenoise.c
  • Create video from images we selected ?

    7 avril 2022, par devfoz

    I could not find any solutions to this issue. There is a package in pub. dev but I am not sure is this the right way : https://pub.dev/packages/flutter_ffmpeg

    &#xA;

    Is there a guide for this, anyone can help ?

    &#xA;

  • Compile ffmpeg on Ubuntu 13.10 with libfdk_aac

    26 février 2014, par nitsuj

    I tried this guide, but I have an error that permission is denied when I try to run a script from PHP using exec(). I think that this is because ffmpeg is in /root.

    How can I install this where my PHP script can access it ?