Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question