Opened 16 years ago
Closed 13 years ago
#3377 closed bug (fixed)
h264 in MOV container and MediaPlayer = blackness
Reported by: | miqlas | Owned by: | dlmcpaul |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Audio & Video/Codecs | Version: | R1/pre-alpha1 |
Keywords: | Cc: | fekdahl@… | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
I try to play the 9 trailer ( http://movies.apple.com/movies/focus_features/9/9-tsr_h1080p.mov ) under Haiku with MediaPlayer and with VLC. VLC can play slowly on my old PC, it have picture and music, but MediaPlayer don't show the picture, only an big black box, and i don't hear the music.
Attachments (2)
Change History (9)
by , 16 years ago
Attachment: | MediaPlayer_x264_problem.jpg added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 15 years ago
Status: | new → assigned |
---|
The mov_reader does not handle h264 mov files yet.
comment:4 by , 15 years ago
Off topic, but "9" while a good movie is *not* for kids. I say that because when I watched it some mother though it was: his 5 old son cries proved her wrong.
Back to topic, .mov and .mp4 files are handled the same way here, aka handed to our mov_reader, right?
comment:5 by , 15 years ago
no we have seperate mp4 reader and mov reader.
There are distinct diferences between the 2 formats even though mp4 is based on mov. I didn't want to write special case code to handle the differences and I thought the 2 formats would either move apart as features were added to each format or even that apple would switch to mp4 and drop mov.
mp4 however decided to complicate the format by adding 3gp which is mp4 less some bits and added some other bits.
Apple decided to just take just about everything from mp4 to the point where mov files are almost the same as mp4 now except for the mov backward compatable bits.
So anyway to handle h264 in mov I have to port the avcC box, the AAC box and the AC3 box handling over to mov and figure out why the new mov files don't want to read the chunks properly.
comment:6 by , 15 years ago
Summary: | h264 and MediaPlayer = blackness → h264 in MOV container and MediaPlayer = blackness |
---|
comment:7 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Works ok in hrev43989, closing.
Screenshoot about the big silent blackness.