-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.vlc-snd-monitor.sh
executable file
·48 lines (43 loc) · 1.15 KB
/
.vlc-snd-monitor.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/bin/bash
# vlc \
# --no-video-deco \
# --no-embedded-video \
# --screen-fps=30 \
# --screen-top=380 \
# --screen-left=1920 \
# --screen-width=1920 \
# --screen-height=1080 \
# screen://
# ffmpeg -video_size 3840x2160 -framerate 25 -f x11grab -i :1.0+3840,0 -v 0 -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000
# ffplay -probesize 32 udp://127.0.0.1:23000
cvlc --no-video-deco \
--no-embedded-video screen:// \
--no-video-deco \
--no-embedded-video \
--fps=30 \
--width=3840 \
--height=2160 \
--video-x=3840 \
--video-y=0
# --screen-top=0 \
# --screen-left=3840 \
# --screen-width=3840 \
# --screen-height=2160 \
# cvlc --no-video-deco --no-embedded-video screen://
# --no-video-deco \
# --no-embedded-video \
# --screen-fps=30 \
# --screen-top=0 \
# --screen-left=1920 \
# --screen-width=1920 \
# --screen-height=1080 \
# Include top/bottom
# vlc \
# --no-video-deco \
# --no-embedded-video \
# --screen-fps=20 \
# --screen-top=24 \
# --screen-left=1920 \
# --screen-width=1920 \
# --screen-height=1080 \
# screen://