Difference between revisions of "VLC HowTo/Play on Xbox"
Jump to navigation
Jump to search
m (Play videos on your Xbox 360 moved to Play on Xbox: Normalize) |
|||
Line 1: | Line 1: | ||
− | To play on | + | To play on XBox and XBox360 the file you copy to it needs to be of the correct format. This format is summarized below: |
− | Video Codec | + | Video Codec WMV2 |
Audio Codec ? | Audio Codec ? | ||
Line 8: | Line 8: | ||
Size ? | Size ? | ||
+ | |||
+ | |||
+ | c:\vlc\vlc -vvv %1 :sout=#transcode{vcodec=WMV2,vb=1500,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1.wmv}} | ||
+ | |||
+ | http://happybeggar.com/vlcwmv.bat | ||
+ | |||
+ | http://happybeggar.com/index.php?option=com_content&task=view&id=63&Itemid=2 |
Revision as of 09:56, 25 May 2007
To play on XBox and XBox360 the file you copy to it needs to be of the correct format. This format is summarized below:
Video Codec WMV2
Audio Codec ?
Container ?
Size ?
c:\vlc\vlc -vvv %1 :sout=#transcode{vcodec=WMV2,vb=1500,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1.wmv}}
http://happybeggar.com/vlcwmv.bat
http://happybeggar.com/index.php?option=com_content&task=view&id=63&Itemid=2