Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (43)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (9464)

  • avutil : Fix linking x86 asm constants with Clang in MSVC mode

    12 juin, par Martin Storsjö
    avutil : Fix linking x86 asm constants with Clang in MSVC mode
    

    This fixes building with Clang in MSVC mode, for x86, which was
    broken in 6e49b8699657b808b7dc80033f2c3f2d0e029fa3 (in Nov 2024) ;
    previously it failed with undefined symbols for the constants
    defined with DECLARE_ASM_CONST, accessed via inline assembly.

    Before 57861911a34e1c33796be97f2b2f44e05fffd647, there was an
    #elif defined(__GNUC__) || defined(__clang__)
    case before the
    #elif defined(_MSC_VER)
    case for defining DECLARE_ASM_CONST, which included av_used.
    (This case included the explicit "defined(__clang__)" since
    f637046d3134a331e4b5a7243ac3dfb92735b8a5.)

    After 57861911a34e1c33796be97f2b2f44e05fffd647, it used the
    generic definition of DECLARE_ASM_CONST that also included
    av_used - which also worked for Clang in MSVC mode. But after
    6e49b8699657b808b7dc80033f2c3f2d0e029fa3, Clang in MSVC mode
    ended up using the MSVC specific variant which lacked the
    av_used declaration, causing linker errors due to undefined
    symbols.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavutil/mem_internal.h
  • Scrolling Effect of an Image using FFmpeg [closed]

    5 juin, par neeebzz

    I want to create an mp4 video of 40 seconds where an image just floats from top to bottom and vice versa.

    &#xA;

    I am using the following ffmpeg command :

    &#xA;

    ffmpeg &#xA;    -loop 1 &#xA;    -t 40 &#xA;    -i ./input.jpg &#xA;    -filter_complex [0]scale=800:-1[s0];[s0]crop=h=450:w=800:x=0:y=(ih-450)*(3*pow(t/40.241\,2) - 2*pow(t/40\,3))[s1];[s1]scale=800:400[s2] &#xA;    -map [s2] &#xA;    -pix_fmt yuv420p &#xA;    -preset medium &#xA;    -r 30 &#xA;    -vcodec libx264 &#xA;    ./output.mp4 -y&#xA;

    &#xA;

    The animation is working as expected however the motion is very jerky. How can I smooth it out ?

    &#xA;

    Ffmpeg version :

    &#xA;

    ffmpeg version 5.1.6-0&#x2B;deb12u1 Copyright (c) 2000-2024 the FFmpeg developers&#xA;

    &#xA;

  • FFmpeg RTSP stream to remote MediaMTX server disconnects after a few seconds

    13 juin, par Rorschy

    I'm new to RTSP and MediaMTX, and I'm trying to live stream my screen using FFmpeg and MediaMTX for a specific use case.

    &#xA;

    Everything works perfectly when both FFmpeg and MediaMTX run on the same machine.&#xA;However, when I move MediaMTX to a remote server, the stream becomes unstable — I can't maintain a connection or view the stream reliably.

    &#xA;

    Here is the FFmpeg command I'm using from the client machine :

    &#xA;

    ffmpeg -f gdigrab -framerate 10 -offset_x 0 -offset_y 0 -video_size 1920x1080 -i desktop -f lavfi -i anullsrc -vcodec libx264 -tune zerolatency -g 30 -sc_threshold 0 -preset ultrafast -tune zerolatency -f rtsp rtsp:///live/stream&#xA;

    &#xA;

    And here’s the relevant MediaMTX log output on the remote server :

    &#xA;

    2025/06/12 14:28:44 INF [RTSP] [conn :35798] opened&#xA;2025/06/12 14:28:44 INF [RTSP] [session 2e487869] created by :35798&#xA;2025/06/12 14:28:44 INF [RTSP] [session 2e487869] is publishing to path &#x27;live/stream&#x27;, 2 tracks (H264, MPEG-4 Audio)&#xA;2025/06/12 14:28:45 INF [WebRTC] [session 8a909818] created by :47296&#xA;2025/06/12 14:28:45 WAR [WebRTC] [session 8a909818] skipping track 2 (MPEG-4 Audio)&#xA;2025/06/12 14:28:47 INF [WebRTC] [session dd0d3af7] created by :46306&#xA;2025/06/12 14:28:47 WAR [WebRTC] [session dd0d3af7] skipping track 2 (MPEG-4 Audio)&#xA;2025/06/12 14:28:49 INF [WebRTC] [session 5f853024] created by :46320&#xA;2025/06/12 14:28:49 WAR [WebRTC] [session 5f853024] skipping track 2 (MPEG-4 Audio)&#xA;2025/06/12 14:28:51 INF [WebRTC] [session 3edba9a8] created by :46342&#xA;2025/06/12 14:28:51 WAR [WebRTC] [session 3edba9a8] skipping track 2 (MPEG-4 Audio)&#xA;2025/06/12 14:28:53 INF [WebRTC] [session 4be5bd9b] created by :46352&#xA;2025/06/12 14:28:53 WAR [WebRTC] [session 4be5bd9b] skipping track 2 (MPEG-4 Audio)&#xA;2025/06/12 14:28:54 INF [RTSP] [conn :35798] closed: terminated&#xA;2025/06/12 14:28:54 INF [RTSP] [session 2e487869] destroyed: session timed out&#xA;2025/06/12 14:28:54 INF [WebRTC] [session 8a909818] closed: terminated&#xA;2025/06/12 14:28:54 INF [WebRTC] [session 3edba9a8] closed: terminated&#xA;2025/06/12 14:28:54 INF [WebRTC] [session 5f853024] closed: terminated&#xA;

    &#xA;

    My questions :

    &#xA;

      &#xA;
    1. What could be causing the RTSP stream to disconnect when streaming to a remote MediaMTX server ?
    2. &#xA;

    3. Are there any recommended network settings or MediaMTX configuration tweaks to ensure a stable stream over the internet ?
    4. &#xA;

    &#xA;

    Any help or guidance would be greatly appreciated. Thanks !

    &#xA;