Search found 3 matches

Go to advanced search

by sam reckoner
07 Sep 2012 19:09
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8221

Re: Append multiple files into one file.

So, it seems to work now. Here is how I did it. @echo off set file1= xw-cw-top-heals-loss-a.avi set file2= xw-cw-top-heals-loss-b.avi vlc %file1% %file2% --sout "#gather:std{access=file,mux=avi,dst=out.avi}" --sout-keep This batch file takes two avi files and concats them to a new broken ...
by sam reckoner
24 Apr 2012 15:31
Forum: Web and scripting
Topic: convert command line script to Python
Replies: 2
Views: 1317

Re: convert command line script to Python

Yes, that would be one option. I am additionally trying to suppress the VLC window that opens with this. I would like the entire process to be command-line driven and silent.
by sam reckoner
23 Apr 2012 18:23
Forum: Web and scripting
Topic: convert command line script to Python
Replies: 2
Views: 1317

convert command line script to Python

I have the following script in windows: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --dummy-quiet %1 :sout=#transcode{acodec=mp3}:duplicate{dst=std{access=file,mux=raw,dst=%1.mp3},select=novideo} vlc://quit and I'm trying to convert it to a Python script using the vlc.py module. The prob...

Go to advanced search