Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (43)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (11862)

  • Create sliding video from pattern/tile image

    9 avril 2022, par Aldo

    Given a 300x300 tile image like this I would like to generate a 1920x1080 video just showing the repeated tile (i.e. tiles are repeated in order to cover all the 1920x1080) but also slowly moving from left to right.

    


    Using ImageMagick I know how to generate a very long image from the tile image, let say a 19200x1080 image :

    


    magick convert -size 19200x1080 tile:tile.jpg long.jpg


    


    But I have no idea on how to use ffmpeg in order to crop a 1920x1080 area from the long image and move the crop area horizontally as time passes.

    


    Any help, also with a completely different approach not based on the long image generated by ImageMagick ?

    


  • Compiling ffmpeg and using gas-preprocessor on Tiger ?

    19 avril 2016, par Tom

    Beginner trying to compile ffmpeg on a PowerMac G4, Mac OS X 10.4.11, Xcode 2.5 for use on this Mac (not iOS).

    I started out with Stephen Jungels tutorial (link), although it doesn’t cover Mac OS X 10.4 per se. I install LAME, FAAC/FAAD and x264 without errors. All goes well until I use ./configure for ffmpeg :

    ./configure --enable-shared --enable-libmp3lame --enable-libfaac --enable-libx264 --enable-gpl --enable-nonfree

    After some crunching, I get "Creating config.mak and config.h..." and an error "WARNING : GNU assembler not found, install gas-preprocessor". So I look for it online (https://github.com/yuvi/gas-preprocessor), move "gas-preprocessor.pl" to /usr/local/bin as instructed. Apparently it isn’t doing anything, as repeated configure gives the same error. Having gas-preprocessor.pl in the ffmpeg dir doesn’t seem to help either.

    Am I missing something that I should be doing with gas-preprocessor.pl ?

  • avutil/channel_layout : move and improve the comment about unknown orders

    25 septembre 2022, par James Almer
    avutil/channel_layout : move and improve the comment about unknown orders
    

    Don't place it as doxy specific for the order field, and generalize it both to
    also cover already defined orders and to not make it seem like the user is
    required to handle a layout they don't fully support or understand.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/channel_layout.h