Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (88)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • La gestion des forums

    3 novembre 2011, par

    Si les forums sont activés sur le site, les administrateurs ont la possibilité de les gérer depuis l’interface d’administration ou depuis l’article même dans le bloc de modification de l’article qui se trouve dans la navigation de la page.
    Accès à l’interface de modération des messages
    Lorsqu’il est identifié sur le site, l’administrateur peut procéder de deux manières pour gérer les forums.
    S’il souhaite modifier (modérer, déclarer comme SPAM un message) les forums d’un article particulier, il a à sa (...)

Sur d’autres sites (11232)

  • How to have "standard PAL" flag with a 1920x1080 video

    16 octobre 2019, par gauthier heyob

    I need to transcode some 1920x1080 video and to have the mediainfo flag "standard PAL" in it.

    I tried many things with ffmpeg but either I have the PAL flag with 720x576 or it disappears with 1920x1080.

    I know it is something I can do because some I have some video file with everithing in them
    https://pastecode.xyz/view/ac09a472

    Hope that makes sense !

  • How to use the data encoded in AVPacket to fill in RTMP_Packet and send it to RTMP server

    5 décembre 2019, par DJI_lover

    I am currently using ffmpeg to push live streaming, but the effect is not very good, so I want to control the details of librtmp. I know that AVPacket contains encoded data (H264 NAL, but not real NAL). I hope someone can tell me how to fill RTMP_Packet with AVPacket data. I hope there are some reference codes .Thanks !!

  • How can I create video thumbnails in different Folders in ffmpeg ?

    1er janvier 2020, par termnlencodes

    I’m trying to generate video thumbnails for all my video collection using ffmpeg. Downside is, I don’t know how to create them in they’re respective folders.

    Example : Videos are in the following folders ;

    C :/Media/TV Show/<showname></showname>/<seasonnum></seasonnum>/

    C :/Media/Movies/<moviename></moviename>/

    I want to generate the thumbnails under and folders.

    Here’s the script I’m using rn and I don’t know what to add on it.

    Hope somebody can help me.
    Edit : Whenever I create the thumbnails there’s a ".1" after the file extension. How can I remove it ?