Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (17650)

  • Revision 71541 : Lors de la récupération du logo d’un document original, s’il y a rotation ...

    3 avril 2013, par kent1@… — Log

    Lors de la récupération du logo d’un document original, s’il y a rotation dans les meta, on tourne le logo pour qu’il représente la vidéo qui sera lue

  • Revision 71541 : Lors de la récupération du logo d’un document original, s’il y a rotation ...

    3 avril 2013, par kent1@… — Log

    Lors de la récupération du logo d’un document original, s’il y a rotation dans les meta, on tourne le logo pour qu’il représente la vidéo qui sera lue

  • FFMPEG 1080p50 to 1080p25 bad channel logo [on hold]

    16 mars 2018, par Sambir

    I try to run ffmpeg and gpu encoding. The input stream is 1080p50 (which is 1080i50 to 1080p25 and then to p50 again). I want to transcode this @ 1080p25 but the output is not really smooth. The corners of the channel logo are not smooth and when small letters goes across the screen they are not smooth aswell.

    But when transcode @ 1080p50 then all is fine. But you can see the logo shaking. Its like running @ 720p50.

    Is there a way i can make the logo look smooth @ 1080p25 ? I tried using vf yadif and it helped a bit but the logo is a bit blurry now.

    With gpu deinterlacing it’s worse.

    This is my current command line

    ffmpeg.exe -vcodec h264_cuvid -i rtmp://192.168.2.3:8001/input/channel -map 0:0 -map 0:1 -vf yadif=1 -acodec libfdk_aac -b:a 96k -c:v h264_nvenc -gpu 0 -preset llhq -vprofile high -rc:v vbr -qmin:v 26 -qmax:v 32 -b:v 4M -maxrate 4M -bufsize 8M -threads 0 -r 25 -g 100 -f flv rtmp://192.168.2.3:8001/input/test10.stream