You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. You are not going anything wrong. It's just that support for AC-4 in MPEG2TS containers is not currently supported. Most users of this software tend to have use cases that involve creating MPEG DASH or HLS presentations, including with AC-4 audio content, but in that case the container format is MP4, not MPEG2TS, so the need to support AC-4 in MPEG2TS has not been required so far.
Do you think this is something the would be generally useful? Can you describe your use case?
Hi, I get that there is no obvious use-case to support AC-4 in MPEG2TS.
What I am trying to do is to know whether the first AC-4 frame in my MP4 segment is a AC-4 I-Frame, so that the segment can be decoded without artifacts, as specified in the Dolby AC-4 specifications (in my case, the MP4 segment is composed of an init segment and multiple fragmented segments). Since I have not succeeded in retrieving that information just by looking at the MP4 boxes, I'm trying to convert the segment to a MPEG2TS segment, where another tool has proven to be able to give me this information. Maybe there is a way for you to help me on this ?
Hello, trying to convert a fragmented mp4 file with AC-4 audio into a ts file using mp42ts gives me "Error: audio codec not supported".
I used this command :
mp42ts.exe --verbose .\concat.mp4 .\concat.ts
File : https://github.com/axiomatic-systems/Bento4/assets/60547622/61159e3f-b9cd-4ddf-8475-f1f2e875b9ca
mp4info shows me this :
Is there something I am doing wrong ? Thanks !
The text was updated successfully, but these errors were encountered: