[issue2081] stream copying raw h264 to mpegts doesn't work

2010-07-11 Thread scheutzo
scheutzo mike.scheut...@alcatel-lucent.com added the comment: I can't share this exact stream, but it was created with Rhozet encoder, so I wouldn't expect it to be unusual. I'll check into it and report what I discover. FFmpeg issue tracker

[issue2086] libavformat does not recoginize secondary DTS audio in BDAV

2010-07-11 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: incoming/wrong_size_vc1.m2ts The secondary DTS audio with stream_type 0xa2 is not recognized. (I was unable to find a sample for 0xa1, secondary E-AC3 audio, so I don't know if that works.) ffmpeg -i wrong_size_vc1.m2ts

[issue1862] RV40 decoder does not correctly export aspect information

2010-07-11 Thread cshong
cshong cshon...@gmail.com added the comment: I am the person at http://thread.gmane.org/gmane.comp.video.mplayer.user/63092 . This issue will not occur when playing the file in Media Player Classic on Windows. And, for MPlayer, if I use the Win32 binary codec drv43260.dll to play the file, this

[issue2086] libavformat does not recoginize secondary DTS audio in BDAV

2010-07-11 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Secondary E-AC-3 stream works fine (transf.ts in samples). FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2086

[issue2085] ffmpeg hangs on decoding truespeech

2010-07-11 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fixed by Kostya in r24197. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2086] libavformat does not recoginize secondary DTS audio in BDAV

2010-07-11 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: Carl Eugen Hoyos wrote: Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Secondary E-AC-3 stream works fine (transf.ts in samples). Where is transf.ts? It's not listed in allsamples.txt. -- title:

[issue2086] libavformat does not recoginize secondary DTS audio in BDAV

2010-07-11 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: Justin Ruggles wrote: Justin Ruggles justin.rugg...@gmail.com added the comment: Carl Eugen Hoyos wrote: Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Secondary E-AC-3 stream works fine (transf.ts in

[issue2087] Support for AST and BRSTM files

2010-07-11 Thread Spencer Alves
New submission from Spencer Alves impi...@gmail.com: These two file types appear to be containers and are found on Wii game disks. Good documentation on the formats can be found here: http://wiibrew.org/wiki/AST_file and here: http://wiibrew.org/wiki/BRSTM_file respectively. --