View Issue Details

IDProjectCategoryView StatusLast Update
0014454MMW v4Codecpublic2017-10-22 00:14
Reporterpeke Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version4.1.19Fixed in Version4.1.19 
Summary0014454: MP4: AC3 Audio Stream in MP4 fail to play
DescriptionSome MP4 Files fail to play correct Audio.

User supplied sample file that is wrapped in Mp4 container.

MMW LAV Audio decoder can't decode input format and just bitstream output Green Highlights on Picture.

All other apps detect file correctly and LAV Audio decoder works Red Highlights on Picture.

Sample file cam be downloaded from Ticket?
Steps To Reproduce1. Play sample file in MMW
2. Open LAV Audio Decoder settings from Tray (Blue Icon With LAV)
3. Go to Formats Tab
4. Disable decoding of AC3 and EAC3
5. Press Apply and then OK.
6. Play some other file to refresh codec table
7. Play affected file again and it should play
Additional InformationVKV-750-89795
TagsNo tags attached.
Attached Files
bug14454.jpg (328,879 bytes)
Fixed in build1855

Activities

michal

2017-10-12 08:44

developer   ~0048942

Last edited: 2017-10-12 08:48

There is problem with MPEG2 stream in MP4, it is quite rare and we cannot detect it (it has the same mp4v codec in the header like MPEG4(xvid) videos). I am looking for some solution how to detect this.
Anyway, MPEG2 decoder is not present in the codec pack due to expensive licensing.

michal

2017-10-12 17:24

developer   ~0048959

Another problem is, when audio decoder has set AC3/DTS as "bitstreamed", currently we do not support this and it will corrupt audio. Our resampler DS filter should bypass such bitstreams and do not touch them.

michal

2017-10-12 17:57

developer   ~0048960

Wrong MPEG video stream format detection fixed in build 1855.

michal

2017-10-13 13:16

developer   ~0048967

Last edited: 2017-10-13 13:17

Problem with corrupted audio when AC3 bitstream used fixed in build 1855. Our resampler (needed e.g. for equalizer function) do not accept such bitsreams now.

peke

2017-10-22 00:14

developer   ~0049019

Verified 1856