Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (53)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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

Sur d’autres sites (10079)

  • Is the output ts file size when using ffmpeg convert rtmp to hls with adaptive bitrate too large ?

    21 juillet 2022, par bui the vuong

    I want to convert rtmp to hls that supports adaptive bitrate , when referencing in many sources I use this configuration , but I found the ts file size of 240 to 720 bitrates is larger than I thought , I thought src will have to be the maximum size or 720p , please explain to me why , and is it possible to reduce the file size ( does any option in ffmpeg increase it ) ? Thanks everyone.

    


    My ffmpeg command :

    


    ffmpeg -i rtmp://localhost:1935/$app/$name -async 1 -vsync -1
                    -c:v libx264 -c:a aac -b:v 256k -b:a 64k -g 2 -vf "scale=426:trunc(ow/a/2)*2" -tune zerolatency -preset ultrafast -crf 23 -f flv rtmp://localhost:1935/show/$name_240
                    -c:v libx264 -c:a aac -b:v 768k -b:a 128k -g 2 -vf "scale=720:trunc(ow/a/2)*2" -tune zerolatency -preset ultrafast -crf 23 -f flv rtmp://localhost:1935/show/$name_360
                    -c:v libx264 -c:a aac -b:v 1024k -b:a 128k -g 2 -vf "scale=960:trunc(ow/a/2)*2" -tune zerolatency -preset ultrafast -crf 23 -f flv rtmp://localhost:1935/show/$name_480
                    -c:v libx264 -c:a aac -b:v 1920k -b:a 128k -g 2 -vf "scale=1280:trunc(ow/a/2)*2" -tune zerolatency -preset ultrafast -crf 23 -f flv rtmp://localhost:1935/show/$name_720
                    -c copy -f flv rtmp://localhost:1935/show/$name_src;


    


  • converting a UYVY FFmpeg

    19 février 2013, par Engine

    I want to read and show a video using opencv. I've recorded with Direct-show, the Video has UYVY (4:2:2) codec, since opencv can't read that format, I want to convert the codec to an RGB color model, I readed about ffmpeg and I want to know if it's possible to get this done with it ? if not if you a suggestion I'll be thankful.

  • Integrate FFmpeg on iOS [on hold]

    11 décembre 2018, par Caleb

    I have referred links, still I have confusion. If any one has an idea then please share with me.
I am searching to implement FFmpeg on iOS for GIF , as like the example given for android, 


    Please refer this =>
    https://medium.com/wolox-driving-innovation/https-medium-com-wolox-driving-innovation-the-power-of-ffmpeg-on-android-ef6e0c01d59f

    I have referred these links,

    https://github.com/DeviLeo/DLGPlayer

    https://github.com/ElfSundae/FFmpeg-iOS-build

    https://github.com/kewlbear/FFmpeg-iOS-build-script

    

what is the correct way to achieve this.
Any help would be highly appreciated.