Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (35)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

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

Sur d’autres sites (6211)

  • How to convert popular video formats into each other using Python without FFmpeg ?

    16 janvier 2021, par Manbir Judge

    I am creating a universal file convert in Python using various image or document processing modules and now the goal was to able to convert video files. The only way I was able to find was using FFmpeg but I wanted my application to be standalone without requiring other applications. Is there any way to convert video formats without using FFmpeg ?

    


    Thanks in advance !

  • Android audio processing using ffmpeg ?

    4 mai 2013, par user1568549

    I am develloping my own android media player ,so i opted for ffmpeg for decoding, i've successfully decoded and rendered video but there is no sound now i don't know how to add audio decoding audio to my video decoding and even how to decode a simple audio file and then render it in android using jni.what instruction i have to use (Avframe openinput and then what)

    Thanks in advance

  • ffmpeg android-prepare video from images according to sound file

    16 décembre 2013, par Sameer Z.

    I am working app which create the video from many screen(images).
    I can prepare video from screen.
    Now to select the no of frames depends on the pitch of the audio,for example
    for 1 sec only 3 frames and another sec 5 frames.The audio files are static.

    Please let me know your thoughts how i can achieve this.

    Thanks in advance.