Search found 2 matches

Go to advanced search

by poiuytrewq
19 Jan 2007 09:16
Forum: VLC media player for Windows Troubleshooting
Topic: Generating distinct .ts output names from a .bat file
Replies: 2
Views: 606

http://labmice.techtarget.com/articles/batchcmds.htm

It will tell you to use "%~p1%~n1.ts" instead of "D:\MyVideos\DreamShare\stream.ts"
Thanks! It seems that %~n1 actually did the trick... thanks...

p.
by poiuytrewq
19 Jan 2007 03:05
Forum: VLC media player for Windows Troubleshooting
Topic: Generating distinct .ts output names from a .bat file
Replies: 2
Views: 606

Generating distinct .ts output names from a .bat file

I am not sure whether the issue here is VLC or bat files, but here goes. I have set up a .bat file that automatically transcodes my media for viewing on my dreambox using this line: "%ProgramFiles%\VideoLan\VLC\vlc" -vvv %1 :sout=#transcode{vcodec=mp2v,vb=3072,scale=1,acodec=mp2a,ab=192,ch...

Go to advanced search