I
I
Ingvarr2019-10-04 10:26:57
cmd/bat
Ingvarr, 2019-10-04 10:26:57

VLC BAT convert slave table entry to file?

Dear experts! Attention question.
VLC player and screen broadcasting with recording to a file are not a problem when it comes to the interface of VLC itself
. But, there is a need to run this business through the "batch file"
Tell me how.
Need something like

@echo off
cd c:\
cd Program Files (x86)\VideoLAN\VLC\
start vlc.exe screen:// :screen-left=0 :screen-top=0 :screen-height=768 :screen-width=1360 :screen-fps=20.000000

And then the code to save the file with such and such a name to such and such a disk

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ingvarr, 2019-10-07
@ariets1982

In general, I found a solution for myself, only by poking, trial, error and other things!
Not a single Google really helped in finding a solution!
More precisely, I found something, but I had to finish it! Cloud link
solution . Description of BAT code

@echo off
cd c:\
cd Program Files (x86)\VideoLAN\VLC\
start vlc.exe screen:// :screen-left=0 :screen-top=0 :screen-height=768 :screen-width=1360 :screen-fps=20.000000 :live-caching=300 :screen-follow-mouse :screen-mouse-image=cursor.png --sout "#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2 ,samplerate=44100}:file{dst=D:\\desktop.mp4}"
exit

R
res2001, 2019-10-04
@res2001

Not good at vlc, but a quick google came up with:
https://forum.videolan.org/viewtopic.php?t=136387
https://wiki.videolan.org/VLC_command-line_help
https://wiki.videolan.org/ Documentation:Streaming_...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question