Page 1 of 1

Importing to Zune

Posted: 23 Feb 2007 01:18
by psychoyam
Hi,
I've been able to transcode an .avi to .wmv without problems, even with subtitles embedded, but, can it be done on a simpler way? The thing is, I have a bunch of .avi files with their own .srt subtitle files. I want to import them to my Zune player as wmv, because that's the only native format it supports. So I need to do 2 operations: first, I need to add the subtitles to the avi and then transcode it to wmv with the subtitles. Also, is there a way to specify the video size, so that the transcoded file would be 320 x 240? Thanks in advance.

Posted: 23 Feb 2007 01:34
by psychoyam
I think I found the way...

"C:\Program Files\VideoLAN\VLC\vlc" -vvv "D:\house20.avi" --sub-file="D:\house20.srt" --sout=#transcode{vcodec=WMV2,vb=768,width=320,height=240,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst="D:\house20.wmv}}

Thanks anyways....

Posted: 23 Feb 2007 02:27
by Jean-Baptiste Kempf
Exactly !
It just needs adding to wiki.

Posted: 23 Feb 2007 15:51
by Jean-Baptiste Kempf
Done. 8) 8)