Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • ffmpeg watermark bottom right [duplicate]

    20 mars 2021, par serge

    I've already googled it and tried to find an answer for my question here , but didn't found correct code what suite for me .
For the moment i have this one :

    


    ffmpeg -i ihard.mp4 -i video.mp4 -i whard.png -filter_complex "[0:v]scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:-1:-1,setsar=1,fps=30000/1001,format=yuv420p[intro];[1:v]scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:-1:-1,setsar=1,fps=30000/1001,format=yuv420p[video];[2]scale=200:-1[logo];[0:a]aformat=sample_rates=48000:channel_layouts=stereo[introa];[1:a]aformat=sample_rates=48000:channel_layouts=stereo[videoa];[intro][introa][video][videoa]concat=n=2:v=1:a=1[vid][a];[vid][logo]overlay=W-w-5:H-h-5[v]" -map "[v]" -map "[a]" -movflags +faststart output.mp4


    


    i need same but without intro please

    


    Kind regards

    


  • Watermark using FFMpeg

    9 mars 2021, par 0tonin

    I am using FFMpeg to add a watermark to a 30min video. Therefore, I used the following code :

    


    ffmpeg -i video1.avi -i watermark.png -filter_complex "overlay=10:1O" test1.avi

    


    However, the output is just a 5min video with worse quality. How can I fix this issue ?

    


    Thank you very much for your help !

    


    PD : After I ran that line of code I got this message :

    


      built with gcc 10.2.0 (Rev6, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libglslang --enable-vulkan --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
  libavutil      56. 67.100 / 56. 67.100
  libavcodec     58.129.100 / 58.129.100
  libavformat    58. 71.100 / 58. 71.100
  libavdevice    58. 12.100 / 58. 12.100
  libavfilter     7.109.100 /  7.109.100
  libswscale      5.  8.100 /  5.  8.100
  libswresample   3.  8.100 /  3.  8.100
  libpostproc    55.  8.100 / 55.  8.100
Guessed Channel Layout for Input Stream #0.1 : mono
Input #0, avi, from 'video1.avi':
  Duration: 00:05:04.07, start: 0.000000, bitrate: 1198 kb/s
  Stream #0:0: Video: h264 (Main) (H264 / 0x34363248), yuvj420p(pc, bt709, progressive), 1280x720, 1050 kb/s, 15 fps, 15 tbr, 15 tbn, 30 tbc
  Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 8000 Hz, mono, s16, 128 kb/s
Input #1, png_pipe, from 'watermark.png':
  Duration: N/A, bitrate: N/A
  Stream #1:0: Video: png, rgba(pc), 198x106 [SAR 7558:7558 DAR 99:53], 25 fps, 25 tbr, 25 tbn, 25 tbc
File 'test1.avi' already exists. Overwrite? [y/N] Y
Stream mapping:
  Stream #0:0 (h264) -> overlay:main (graph 0)
  Stream #1:0 (png) -> overlay:overlay (graph 0)
  overlay (graph 0) -> Stream #0:0 (mpeg4)
  Stream #0:1 -> #0:1 (pcm_s16le (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
[swscaler @ 0000019bed8db300] deprecated pixel format used, make sure you did set range correctly
Output #0, avi, to 'test1.avi':
  Metadata:
    ISFT            : Lavf58.71.100
  Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p(tv, bt709, progressive), 1280x720, q=2-31, 200 kb/s, 15 fps, 15 tbn (default)
    Metadata:
      encoder         : Lavc58.129.100 mpeg4
    Side data:
      cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: N/A
  Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 8000 Hz, mono, s16p
    Metadata:
      encoder         : Lavc58.129.100 libmp3lame
frame= 3041 fps=228 q=31.0 Lsize=    8590kB time=00:05:04.06 bitrate= 231.4kbits/s speed=22.8x
video:8075kB audio:297kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.593717%```


    


  • avcodec/svq3 : Don't copy watermarked frame data twice

    20 mars 2021, par Andreas Rheinhardt
    avcodec/svq3 : Don't copy watermarked frame data twice
    

    The SVQ3 decoder modifies the input bitstream at two places.
    One of them is only reached when the file is watermarked.
    Therefore commit 2264c1108135380c49fdf0aef97520bf77a6ed37
    made a copy of all the frame data in this case.

    But there is a second possibility for modifying the frame and
    therefore Libav commit 1098f5c0495c61a98d4ff6b8e24c17974d4bace5
    made the decoder always copy the data. This of course makes
    the additional copy for watermarked frames redundant, but it hasn't
    been removed. This commit does so.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/svq3.c