VLC DirectShow Stream to File Doesn't Create File
Posted: 11 Aug 2019 23:55
So basically I'm trying to use DirectShow with usb converter device to stream video+audio to a file. However, I'm either getting no video or the file isn't being created.
What settings am I supposed to pick here??
Windows 10 64-bit
VLC 3.0.4 Vetinari (I'm trying in the latest version now too but doesn't seem to make a difference)
I've mostly tried picking the suffix (e.g. .mpg) and then matching it to Transcoding profile (e.g. MPEG4 TV/Device)
I've tried .asf .mpg .ogg... and I'm losing my mind. No combination seems to both create the file and have both video+audio.
Any help please I'm going crazy : (
The code I'm getting right now is:
What settings am I supposed to pick here??
Windows 10 64-bit
VLC 3.0.4 Vetinari (I'm trying in the latest version now too but doesn't seem to make a difference)
I've mostly tried picking the suffix (e.g. .mpg) and then matching it to Transcoding profile (e.g. MPEG4 TV/Device)
I've tried .asf .mpg .ogg... and I'm losing my mind. No combination seems to both create the file and have both video+audio.
Any help please I'm going crazy : (
The code I'm getting right now is:
Code: Select all
:sout=#transcode{vcodec=h264,vb=800,scale=Auto,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:duplicate{dst=file{dst=F:\\\\Streaming\\\\VHS_Converts\\\\Documents.ts,no-overwrite},dst=display} :no-sout-all :sout-keep