Recherche avancée

Médias (91)

Autres articles (78)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

Sur d’autres sites (5731)

  • avcodec/nvenc : add UHQ to AV1 for NVENC

    8 janvier, par Diego de Souza
    avcodec/nvenc : add UHQ to AV1 for NVENC
    

    This commit adds support for Ultra High Quality mode for AV1 on
    NVIDIA GPUs.

    Signed-off-by : Diego de Souza <ddesouza@nvidia.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_av1.c
  • ffmpeg output 0 second with wrong coordinates and hidden text

    18 juillet 2023, par Abdullah Mohamed

    I'm trying to add some Text and Images to the video

    &#xA;

    Code

    &#xA;

    -i &#x27;input.MOV&#x27; -i &#x27;image.jpg&#x27;         -filter_complex "[0]crop=1181.25:2100.0:1089.375:0.0[v];&#xA;          color=black[c];&#xA;          [v]colorchannelmixer=0.39:0.769:0.189:0:0:0.349:0.686:0.168:0:0:0.272:0.534:0.131:0:0:0:0:0[v];&#xA;          [c][v]scale2ref[t][v];&#xA;          [t]setsar=1,&#xA;          colorkey=black,&#xA;          split=2[t1][t2];&#xA;                  [t1]drawtext=&#xA;          text=Abdullah Muhammad T1&#xA;          :fontsize=40.0&#xA;          :box=1&#xA;          :boxborderw=20.0&#xA;          :boxcolor=#2196f3&#xA;          :fontcolor=#f44336,&#xA;          rotate=10.0*PI/180:&#xA;  &#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=400.0:y=300.0:shortest=1[v],&#xA;          &#xA;          &#xA;                  [t2]drawtext=&#xA;          text=Abdullah Muhammad T2&#xA;          :fontsize=40.0&#xA;          :box=1&#xA;          :boxborderw=20.0&#xA;          :boxcolor=#ffeb3b&#xA;          :fontcolor=#000000,&#xA;          rotate=10.0*PI/180:&#xA;  &#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=0.0:y=0.0:shortest=1[v],&#xA;          &#xA;          &#xA;                  [1:v]scale=w=360.0:h=360.0,&#xA;          rotate=-90.0*PI/180:&#xA;  ow=rotw(iw-50):oh=roth(ih-50):&#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=0.0:y=0.0:shortest=1[v],&#xA;          &#xA;          &#xA;                  [1:v]scale=w=360.0:h=360.0,&#xA;          rotate=30.0*PI/180:&#xA;  ow=rotw(iw-50):oh=roth(ih-50):&#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=200.0:y=600.0:shortest=1&#xA;          &#xA;          &#xA;          " -c:a copy -preset ultrafast -y &#x27;output.mp4&#x27;&#xA;

    &#xA;

    My Issues

    &#xA;

      &#xA;
    1. First image should be at 0,0 coordinates but it's not.
    2. &#xA;

    3. There should be 2 Texts but 1 of them is hidden and the other is not fully shown.
    4. &#xA;

    5. the video is 13 seconds and the output is only 0 second.
    6. &#xA;

    &#xA;

    Expected

    &#xA;

    &#xA;

    Texts should be shown and images should be in the right position and video output should be 13 seconds.

    &#xA;

    &#xA;

    Actual&#xA;enter image description here

    &#xA;

    Another issue

    &#xA;

    &#xA;

    If I trimmed the video the output will still be the same duration

    &#xA;

    &#xA;

    -i &#x27;input_video.MOV&#x27; -ss 0:00:00.000000 -t 0:00:16.216000 -i &#x27;input_image.jpg&#x27;         -filter_complex "[0]crop=1181.25:2100.0:1089.375:0.0[v];&#xA;          color=black[c];&#xA;          [v]colorchannelmixer=0.39:0.769:0.189:0:0:0.349:0.686:0.168:0:0:0.272:0.534:0.131:0:0:0:0:0[v];&#xA;          [c][v]scale2ref[t][v];&#xA;          [t]setsar=1,&#xA;          colorkey=black,&#xA;          split=2[t1][t2];&#xA;                  [t1]drawtext=&#xA;          text=Abdullah Muhammad T1&#xA;          :fontsize=40.0&#xA;          :box=1&#xA;          :boxborderw=20.0&#xA;          :boxcolor=#2196f3&#xA;          :fontcolor=#f44336,&#xA;          rotate=10.0*PI/180:&#xA;  &#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=400.0:y=300.0:shortest=1[v],&#xA;          &#xA;          &#xA;                  [t2]drawtext=&#xA;          text=Abdullah Muhammad T2&#xA;          :fontsize=40.0&#xA;          :box=1&#xA;          :boxborderw=20.0&#xA;          :boxcolor=#ffeb3b&#xA;          :fontcolor=#000000,&#xA;          rotate=10.0*PI/180:&#xA;  &#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=0.0:y=0.0:shortest=1[v],&#xA;          &#xA;          &#xA;                  [1:v]scale=w=360.0:h=360.0,&#xA;          rotate=-90.0*PI/180:&#xA;  ow=rotw(iw-50):oh=roth(ih-50):&#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=0.0:y=0.0:shortest=1[v],&#xA;          &#xA;          &#xA;                  [1:v]scale=w=360.0:h=360.0,&#xA;          rotate=30.0*PI/180:&#xA;  ow=rotw(iw-50):oh=roth(ih-50):&#xA;          c=black@0[rotate];&#xA;      [v][rotate]overlay=x=200.0:y=600.0:shortest=1&#xA;          &#xA;          &#xA;          " -c:a copy -preset ultrafast -y &#x27;output.mp4&#x27;&#xA;

    &#xA;

  • How do you replace audio at a given timestamp with ffmpeg ?

    29 août 2022, par Ed George

    I am trying to use the ffmpeg library to take two FLAC files and replace the audio in File A with the audio in File B at a given timestamp.

    &#xA;&#xA;

    For example if File B was to be played at 00:02 and was a second long, playing the output it would be (00:00-0:01) File A Audio -> (00:02-0:03) File B Audio -> (00:04-...) File A Audio

    &#xA;&#xA;

    To do this, I have tried the following

    &#xA;&#xA;

    ffmpeg -y -i original.flac -i replacement.flac -acodec copy -ss 2 -to 3 -write_xing 0 result.flac&#xA;

    &#xA;&#xA;

    But this only produces the original audio between the specified timestamps.

    &#xA;&#xA;

    Is there any way to achieve this within ffmpeg ?

    &#xA;