Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (68)

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

  • Les images

    15 mai 2013
  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (11382)

  • avutil/tx : remove deadcode of the control flow

    28 janvier 2022, par Steven Liu
    avutil/tx : remove deadcode of the control flow
    

    Fix CID : 1497864
    The control flow should return ENOSYS if nb_cd_matches is 0 at before
    and the ret equal AVERROR(ENOMEM) or goto end label, so remove the last
    control flow if (ret >= 0) before end label.

    Signed-off-by : Steven Liu <liuqi05@kuaishou.com>

    • [DH] libavutil/tx.c
  • i want to control on bitrate for 720p

    10 décembre 2020, par shadymelad

    i want to control on bitrate for my files&#xA;i use this code

    &#xA;

    for %i in (Fargo.*.mkv) do echo %~ni.mkv &amp;&amp; ffmpeg -i %~ni.mkv -i shady.png -filter_complex "[0:v][1:v]overlay=main_w-overlay_w-10:10,subtitles=%~ni.srt" -codec:a copy -s hd720 -b:v 800k -maxrate 800k -bufsize 800k -preset medium %~ni.new.mp4&#xA;

    &#xA;

    by this code always the bitrate come to high like average 2000-2500 the finiel files come to high for watching online for ex 1 EP for series come like 1 Giga&#xA;i want to control it to get out average 1000-1200 to make the size come not to high for watching online

    &#xA;

    anyone can help me ?

    &#xA;

  • how can i control Nodejs server app by internet

    22 décembre 2020, par Khales Naim

    I have deploy a node js app on a windows server that decode my ip cam by ffmpeg and jsmpeg that working very well .

    &#xA;

    On client side i can call the live cam rtsp stream by websocket on my phone .

    &#xA;

    What i want to do is to control app.js from my phone to stop or restart the app.js

    &#xA;

    any help is welcom

    &#xA;