Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (97)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

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

  • FFMPEG what is the funcition combine WAV file and Video File ?

    4 janvier 2012, par ALexF

    i use Qt & opencv record video, QAudioInput for record audio —> wav file, i want combine they into 1 video file, every body talk me should use FFMPEG for combine they, i research very much but i cant found Funcition or class implement it, please help me

    thanks very muchs

    i write it on windows & macos

  • How many key frames have been encoded in my video ? ffmpeg was the encoder used

    3 janvier 2012, par user1127753

    I am attempting to add a keyframe every second using "-g 25" as an option with ffmpeg.

    I need a way however, to query the output video, and other videos on my server to see how many keyframes have been encoded.

    Is there an ffmpeg command line attribute which will tell me this information ? Or any other tool ? Please help !

  • Convert video file to TIFF with ffmpeg.dll or avcodec.dll ? Is "on-the-fly" possible ?

    27 octobre 2011, par Berschi

    I want to create a program, which gets a video-file from Qt, converts that video file to TIFF-files and sends them to an algorithm which handles these TIFF-Files.
    My questions :

    • is it possible with ffmpeg or avcodec not to convert a video-file to TIFF-files first on harddrive and send them to the algorithm after that, but to convert frame for frame and send it to the algorithm right away ?
    • The more important question : Is it possible to do that not with an external process with ffmpeg.exe, but with ffmpeg.dll ? Or is it only possible with avcodec.dll ? (It doesn't have to be "on-the-fly" like at my point above) How can I create a ffmpeg.dll with header and lib ?