Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. mpv --msg-level=all=v
  2. --untimed --profile=low-latency --speed=1.01 --mute=yes --vd-lavc-check-hw-profile=yes --vd-lavc-o=gpu=1 --hwdec=nvdec-copy
  3. --sub-back-color=#000000 --sub-create-cc-track=yes --sid=1 --sub-margin-y=550 --sub-font-size=30 --osd-align-x=center --osd-align-y=top --osd-margin-y=0 --osd-font-size=65 --osd-color=#FFFFFF --osd-back-color=#80000000 --osd-msg1='239.0.0.162:1234\nM Arabia/Hits'
  4. --video-aspect=480:360 --autofit=480x360 --geometry=960:720
  5.  
  6. --lavfi-complex="
  7. [aid1]asplit=2[ao][a];
  8. [a]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];
  9. [vid1]scale=1920:1080[vol11];
  10. [vol11][vol1]overlay=eval=0:x=13:y=6[vout];
  11. [vout]drawtext=fontsize=200:reload=1:fontfile=/usr/share/fonts/dejavu/DejaVuSans.ttf:textfile='text/screen-0-12':x=(w-text_w)/2:y=(h-text_h)/2:box=1:fontcolor=white@0.9:boxcolor=red@0.9:borderw=3[vo]"
  12.  
  13. --log-file=mpv_log-0-12.log "udp://239.0.0.162:1234"
  14. --input-ipc-server=/tmp/server-0-1
  15. --idle=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement