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 XBox and XBox360 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:
 +
 +
== Codec Information ==
  
 
Video Codec WMV2
 
Video Codec WMV2
  
Audio Codec ?
+
Audio Codec WMA
  
Container ?
+
Container ASF
  
Size         ?
+
Size          
  
 +
== Batch file ==
  
 +
The batch file can look like that on [[Windows]]
 
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}}
 
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}}
  
Line 20: Line 24:
 
If you have your computer connected at the same time, you can use VLC360 to play directly your Computer files on your Xbox 360
 
If you have your computer connected at the same time, you can use VLC360 to play directly your Computer files on your Xbox 360
  
[http://jortega74.free.fr/forum/index.php?c=4 VLC360 forum]
+
[http://jortega74.free.fr/serendipity/ VLC360 forum]

Revision as of 10:04, 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:

Codec Information

Video Codec WMV2

Audio Codec WMA

Container ASF

Size

Batch file

The batch file can look like that on Windows 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

VLC360

If you have your computer connected at the same time, you can use VLC360 to play directly your Computer files on your Xbox 360

VLC360 forum