Search found 1 match

Go to advanced search

by dwarrenku
14 Nov 2006 22:22
Forum: VLC media player for Windows Troubleshooting
Topic: creating batch file for multiple transcodes
Replies: 2
Views: 711

creating batch file for multiple transcodes

I have created a batch file to automatically transcode files to mp4 for my ipod. Here is the code: @echo off "C:\Progra~1\VideoLAN\VLC\vlc.exe" %1 --sout=#transcode{vcodec=mp4v,vb=1500,scale=.5,acodec=mp4a,ab=128,channels=2,canvas-width=320,canvas-height=240} :duplicate{dst=std{access=file...

Go to advanced search