Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (12)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • tiff : continue parsing on non fatal errors

    11 août 2013, par Michael Niedermayer
    tiff : continue parsing on non fatal errors
    

    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/tiff.c
  • share/utf8 : Add missing check

    1er février 2016, par Erik de Castro Lopo
    share/utf8 : Add missing check
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/utf8/utf8.c
  • What is the recommended settings for video editing using ffmpeg ?

    19 août 2020, par Moustafa Mahmoud

    I am quite new for using FFmpeg, and I am using FFmpeg in screen recording. I checked the online documentation in this link ffmpeg documentation "Capturing your Desktop / Screen Recording", but I didn't find sufficient information.

    &#xA;

    I have a 4k laptop with invidia GPU, and I am using the below command to screencast the video (4k, 60 f/s), and audio from my laptop.

    &#xA;

    ffmpeg -video_size 3840x2160 \&#xA; -framerate 60 \&#xA; -f x11grab -i :1 -f pulse -ac 2 -i default \&#xA; -c:v libx264 \&#xA; -crf 0 \&#xA; -qp 0 \&#xA; -preset ultrafast videoname.mp4&#xA;

    &#xA;

    I have some problems in these settings as following :

    &#xA;

      &#xA;
    1. The output video is too large, and I need to reduce the size without touch the quality at all.
    2. &#xA;

    3. The output video seems to be not a row video, and it takes too much time in video editing decoding and encoding. I am not sure if there is a recommended setting for video editing. As I did some search and found the above is advised, but in practice perspective, it is not efficient.
    4. &#xA;

    &#xA;

    Below is my Linux distro information :

    &#xA;

    Distributor ID: Ubuntu&#xA;Description   : Ubuntu 20.04.1 LTS&#xA;Release       : 20.04&#xA;Codename      : focal&#xA;

    &#xA;