Recherche avancée

Médias (91)

Autres articles (91)

  • 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

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (12406)

  • How to make a windows software that includes / works with FFMPEG ?

    12 mars 2019, par dlp_coasters

    i’m quite a code novice, and i don’t really know if you will understand my question but i’ll try to explain as simple as possible :

    Using FFMPEG, i wanna make a Windows app that generates "Art Tracks" (videos like those you see on YouTube "Topic" Channels with the album cover and artist name - example : https://youtu.be/t61PjCxtT0U )
    Is it possible to integrate ffmpeg to an IDE like visual studio to make this ?

    Thanks in advance !

  • FFmpeg libary in WPF

    23 octobre 2020, par MikeTMG

    I am building a softwere that can decode and encode using Wpf and c#, and I want to do that using, FFmpeg libary. I saw the ffmpeg autogen warpper but I couldn't find any documantion for its function.
Can someone please find me one ? Or better, give me better warrper.

    



    I already tried FFMpegCore, its working but very slow. For Exaple it takes 20 seconds to decode a specific frame.(And i have monstruos computer)
If will be happy if ou could give me better warpper, or a guide for ffmpeg.autogen.
Thanks in advance.

    


  • Android get video rotation from metatags

    13 novembre 2013, par vicmns

    currently I am using the Android MediaMetadataRetriever class in order to get the video rotation tag from a MP4 file, using the MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION tag. The main drawback of this, is that is only compatible with API level 17 and up, and the minimum supported API level desired for the application is 14.

    Is there any work around for this, I tried using the ffmpeg library that used in the project, but I did not find an option to get this tag from the video.

    Thanks in advance.