Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (77)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (8468)

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

    


  • Is there any similar program like youtube-dl or livestream ? [on hold]

    24 juin 2016, par phositronax

    Youtube-dl is written in python. But I am in need of java version of youtube-dl, or any similar program which can download f4f fragments and then combine them to one single video.

  • Convert AVFrame to CVPixelBufferRef to use in function CVOpenGLESTextureCacheCreateTextureFromImage

    7 juin 2013, par hard gamer

    I've a custom video player on iOS platform, I read many threads for performance tuning about using CVOpenGLESTextureCacheCreateTextureFromImage API. But, this API is always used with Apple decoders, so as Apple decoders provide CVPixelBufferRef, I can not find any way to convert ffmpeg's AVFrame to CVPixelBufferRef...

    Can anyone guide me for this topic ?

    Is it possible to use CVOpenGLESTextureCacheCreateTextureFromImage API for AVFrames of ffmpeg ? If yes, how ?