Recherche avancée

Médias (91)

Autres articles (35)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5339)

  • Anomalie #2866 (Fermé) : SPIP sous estime les visites de 30 à 50% par rapport à Google Analytics

    2 août 2014, par cedric -

    Tout et son contraire dans les fils de discussion, ticket inexploitable.

  • Building the ffmpeg Libs as static (.lib) files on Windows

    21 septembre 2020, par pma07pg

    I've got the build environment set up : https://www.linkedin.com/pulse/building-ffmpeg-windows-without-fuss-moshe-david

    


    From this I can successfully build ffmpeg.exe but I want to build libavcodec.lib etc statically for use with my project. I assume it's just a simple command line option for ./configure that I'm missng, but
--enable-static builds the exe and --enable-shared builds the dlls...

    


    Any help on this would be much appreciated !

    


    Best,
Peter

    


  • Ffmpeg concat output is out of sync [closed]

    1er avril 2023, par Michal Kopčík

    I have 2 videos. One is vertical and the second is horizontal. I converted the horizontal video to vertical one with black bars at the top and bottom. Now i have 2 vertical videos and i what to concat them into one. I have tried to concat them as usual but the second video in the output was faster and the video and audio was out of sync. Note that the original horizontal and the vertical version were not out of sync.

    


    Here is link to the output

    


    I have tried flags like -async 1 and re-encoding with commands like ffmpeg -f concat -safe 0 -i mylist.txt -c:v libx264 -preset ultrafast -crf 23 -c:a aac -b:a 192k output.mp4
none of this worked. This video processing will be automated so i don't have the ability to add padding to the video or something like that.