Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ffmpeg -loglevel debug -i "udp://239.0.0.162:1234?fifo_size=100000000&overrun_nonfatal=1&buffer_size=100000&analyzeduration=1000000"
  2. -filter_complex "
  3. [0:a]aresample=48000,showvolume=w=1050:h=40:o=1:f=0:r=10:dm=0:dmc=yellow:v=0:ds=log:b=5:p=0.5[vol1];
  4. [0:v]scale=1920:1080[vol11];
  5. [vol11][vol1]overlay=eval=0:x=13:y=6[vout];
  6. [vout]drawtext=fontsize=h*1.5:reload=1:fontfile=/usr/share/fonts/dejavu/DejaVuSans.ttf:textfile='text/screen-0-3':x=(w-text_w)/2:y=(h-text_h)/2:fontcolor=red@0.9:borderw=8"
  7.  
  8. -y fmfpeg_test.ts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement