[FFmpeg-trac] #2252(undetermined:new): WTV files created by ffmpeg do not playback on XBox 360 extender

FFmpeg trac at avcodec.org
Sat Feb 9 18:55:47 CET 2013


#2252: WTV files created by ffmpeg do not playback on XBox 360 extender
-------------------------------------+-------------------------------------
             Reporter:  ramitbhalla  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  wtv          |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 To make this a useful and valid ticket please:

 Find a wtv file that plays on "XBox 360 extender" (between 2 and 10 MB,
 slightly bigger if you only have HD sapmles).

 Provide the sample.

 Try "ffmpeg -i yoursample -acodec copy -vcodec copy out1.wtv" and test if
 the output file plays as expected. If it does not, please provide the
 complete, uncut console output.

 If out1.wtv plays fine, try to only reencode the audio:
 "ffmpeg -i yoursample -vcodec copy -acodec ac3 -ac 2 -ab 128k out2.wtv",
 test the output file and provide complete, uncut console output if it does
 not play.

 If out1.wtv and out2.wtv play fine, try to only reencode the video:
 "ffmpeg -i yoursample -acodec copy -vcodec copy -qscale 10 out3.wtv", test
 out3.wtv and if it does not play, provide the complete, uncut console
 output.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2252#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list