Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (36)

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (4932)

  • FFMPEG, how to get rid of "broken pixels" in videos ?

    5 avril 2021, par Sergi Fernàndez

    I'm using the following command to trim the video and reduce it's size, while keeping the visual quality :

    


    ffmpeg -hwaccel cuda -y -hide_banner -ss 00:02:45.2000000 -i .\video\410.mkv -t 00:20:29.3090000 -map 0:v -c:v hevc_nvenc -preset slow -map 0:a -codec:a aac -x265-params crf=16 -metadata:s:v:0 title=1080p -metadata:s:v:0 language=ja -metadata:s:a:0 title=Japanese -metadata:s:a:0 language=ja -tune zerolatency .\processing\410.mkv

    


    It's been working pretty good, it gets encoded fast and it looks exactly as the input video, but at certain moments you can find this kind of problems with the pixels :

    


    Text

    


    If I open the video with Windows Media Player, VLC, Photos app, etc... they all show the video with this pixel issue. However, if i open the damaged video using Wondershare Filmora, you can't see that issue at all, and it looks just as the original video. This is how it looks like in Wondershare Filmora :

    


    Text

    


    How can that be possible ? Any way to fix this for all video players ? If possible I would like to avoid CPU encoding, as it takes more than 2 days to encode a single video... Thanks !

    


  • Can make fluent-ffmpeg use a copy of ffmpeg from inside a Docker container ?

    1er septembre 2020, par Bdyce

    I have some nodejs code in a folder on a host machine that has an npm module that requires an environment variable to be set in order to utilize an executable called FFmpeg. I have a containerized FFmpeg along with its dependencies for development purposes and am now wondering how I am able to specify the path to the FFmpeg executable from the host machine in order for this npm module to function correctly.

    


    I have the idea to use a docker volume that exposes the executable from the container onto the host and then to set the environment variable using that path but I'm not sure if this will work.

    


    Some notes from the module's docs.

    


    


    If the FFMPEG_PATH environment variable is set, fluent-ffmpeg will use it as the full path to the ffmpeg executable. Otherwise, it will attempt to call ffmpeg directly (so it should be in your PATH). You must also have ffprobe installed (it comes with ffmpeg in most distributions). Similarly, fluent-ffmpeg will use the FFPROBE_PATH environment variable if it is set, otherwise it will attempt to call it in the PATH.

    


    


  • Install ffmpeg on php 5.6.21, xamp 3.2.2

    13 novembre 2016, par Mr Boota

    I recently install xampp 3.2.2 server on my windows 8.1 32bit machine, And want to install ffmpeg on it, I have googled already and stackoverflow, And tried every single method, but no one success, please guid me how can I Install