Difference between revisions of "VLC HowTo/Play on Xbox"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
To play on this device, the file you copy to it needs to be of the correct format. This format is summarized below:
+
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