Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (73)

  • 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

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (10022)

  • Extract the 0th frame of every second on a live video

    14 avril 2020, par geo-freak

    I have a command to extract the zero-th frame of every second. I got the command from here.

    



    ffmpeg -i input.ts -vf "select=between(mod(n\, 25)\, 0\, 0), setpts=N/24/TB" output-%04d.png


    



    But when I run the above command on live feed, it is extracting more than 100000 frames. The above command is not working on a live recording. Can anyone suggest or help me to extract the very first frame on a live recording ? Thanks in advance.

    



    P.S : For my testing I am running the above command on a tcr video.

    


  • FFMPEG Command Execution using libffmpeg.so file

    27 février 2014, par Sanket990

    How to Execute FFmpeg command using libffmpeg.so file ? Vec.io site using generating .so file but i don't know how to execute ffmpeg command using libffmpeg.so file
    Please give hint or steps how to execute in android
    Thanks in advance

  • Can anyone guide me how to use FFMPEG to decode H264 Video by swift in IOS ? [closed]

    28 octobre 2019, par nguyen_hung _mrroot

    Can anyone guide me how to use FFMPEG to decode H264 Video by Swift in IOS ?
    Thanks in advance.