#3595(avcodec:new): Support >5 channels in E-AC-3 audio
#3595: Support >5 channels in E-AC-3 audio ----------------------------------+--------------------------------------- Reporter: 11rcombs | Type: enhancement Status: new | Priority: minor Component: avcodec | Version: git-master Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- E-AC-3 supports up to 15 full-bandwidth channels, but libavcodec's encoder currently doesn't support 6.1 and 7.1 channel layouts. Do these layouts just need to be added to ff_ac3_channel_layouts, or would this require additional work on the encoder? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * priority: minor => wish * status: new => open * reproduced: 0 => 1 -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:1> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by LigH): This does not only belong to the E-AC-3 encoder, but also to the decoder or the format recognition in general. There is a report in the German doom9/Gleitz video forum that ffmpeg does not even recognize a 7.1 channel Blu-ray audio stream correctly, which consists of a 5.1 AC-3 core and additional E-AC-3 channels. It may have been related to a slightly older version; a rather current ffmpeg version (N-81308-g369ed11, 2016-08-09) prints a warning that it will handle only the 5.1 core: {{{ [eac3 @ 0000000002a8f900] Dependent substream decoding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [eac3 @ 0000000002a8f900] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) }}} Possibly relevant: MediaInfo does not recognize it correctly either (e.g. reports an obviously improbable bitrate of 500 bytes per second). -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:2> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * cc: LigH (added) Comment: Is this the one sample we know about (from a demo disk) or a new file? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:3> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by LigH): AFAIK it's a new file, extracted from a Blu-ray by a Gleitz forum member. http://forum.gleitz.info/showthread.php?47670-e-ac3-richtig-convertieren -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:4> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Then please ask for a longer sample that provides actual audible sound (at least 2,5M). -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:5> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Two minute eac3 7.1 sample (that does not come from the demo disk) uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3595/ -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:6> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by dcxero): Replying to [comment:2 LigH]:
Possibly relevant: MediaInfo does not recognize it correctly either (e.g. reports an obviously improbable bitrate of 500 bytes per second).
MediaInfo only seems to have a bug reading 7.1 Dolby Digital Plus tracks authored using the Blu-ray Disc profile. It can read 7.1 Dolby Digital Plus tracks authored using the standard profile (which is used more for software and file/streaming distribution) Here is a Standard profile 7.1 sample: https://www.datafilehost.com/d/ae18d85c -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:7> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:8> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by johnesz): * cc: j.kis@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:9> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by hoffer): * cc: hoffbrinkle@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:10> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by ackbc): * reproduced: 1 => 0 Comment: ffmpeg doesn't support encode 7.1 files into 7.1 EAC3 i've uploaded some samples for testing (three 7.1 files), i hope it could support 7.1 EAC3 encode, input output https://trac.ffmpeg.org/ticket/8519 -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:11> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by ackbc): * Attachment "7.1sample1.dts" added. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by ackbc): * Attachment "7.1sample2.thd" added. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by ackbc): * Attachment "7.1sample3.eac3" added. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by ackbc): * Attachment "7.1sample3.mka" added. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * reproduced: 0 => 1 -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:12> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by Nomis101): * cc: Nomis101@… (added) Comment: This is also an annoying issue for HandBrake: https://github.com/HandBrake/HandBrake/issues/1085 What makes it so difficult to support >6 channels for E-AC3 encoding? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:13> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): Missing actual sponsor. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:14> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by Nomis101): Replying to [comment:14 richardpl]:
Missing actual sponsor.
Thats all? How to find a sponsor? Who can be a sponsor? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:15> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): The one with lot of money. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:16> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by LigH): They possibly mean: someone willing to pay for access to confidential specifications, level "trade secret, and we have lawyers to protect it". -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:17> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): Nope, look what I said and please stop spreading false information. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:18> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by jdlh): Replying to [comment:18 richardpl]:
Nope, look what I said and please stop spreading false information.
I'm new to the ticket. @richardpl, I'm afraid your comment:14 is a bit too cryptic for me to understand, especially given how in comment:18 you seem to say that the interpretation in comment:17 is "false information". Could you please say clearly what you mean by "missing actual sponsor"? What does the sponsor do with their "lot of money"? Who do they give it to? How does it help? It seems to me that part of what that money would do is pay for access to specifications. But you apparently don't mean that. Maybe it would pay a competent developer to write the necessary code? What do you mean, please? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:19> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): It means to write code. Specification is already available. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:20> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by LigH): Regarding code, I would call that rather "contributor" than "sponsor". Hence the misunderstanding, maybe... contributing code is hopefully not bound to huge amounts of money. At least I wish. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:21> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): If you want to contribute code and time without any compensation, be my guest. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:22> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by TwoLeaves): * cc: ohneherren@… (added) -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:23> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by tmchow): Is this fixed now because #4608 was fixed? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:24> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by Nomis101): Replying to [comment:24 tmchow]:
Is this fixed now because #4608 was fixed?
No, it is not. This is about encoder, #4608 is about decoder. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:25> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder -------------------------------------+----------------------------------- Reporter: 11rcombs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by tmchow): Replying to [comment:25 Nomis101]:
Replying to [comment:24 tmchow]:
Is this fixed now because #4608 was fixed?
No, it is not. This is about encoder, #4608 is about decoder.
Ah, got it! thanks. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:26> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder --------------------------------------+----------------------------------- Reporter: Ridley Combs | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Balling): Plex ffmpeg fork supports 8 channel eac3 encoder. -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:27> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder --------------------------------------+----------------------------------- Reporter: Ridley Combs | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Nomis101): Replying to [comment:27 Balling]:
Plex ffmpeg fork supports 8 channel eac3 encoder.
Could their changes be ported to ffmpeg? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:28> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder --------------------------------------+----------------------------------- Reporter: Ridley Combs | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Carl Eugen Hoyos): Replying to [comment:27 Balling]:
Plex ffmpeg fork supports 8 channel eac3 encoder. Where can this version be found? -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:29> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder --------------------------------------+----------------------------------- Reporter: Ridley Combs | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Jann Gobble): Replying to [comment:29 Carl Eugen Hoyos]:
Replying to [comment:27 Balling]:
Plex ffmpeg fork supports 8 channel eac3 encoder. Where can this version be found?
This is the most current fork source code of ffmpeg for Plex: https://downloads.plex.tv/ffmpeg-source/plex-media-server-ffmpeg-gpl- be22e264c2.tar.gz -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:30> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#3595: Support >6 channels in E-AC-3 audio encoder --------------------------------------+----------------------------------- Reporter: Ridley Combs | Owner: (none) Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: eac3 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by Balling): Replying to [comment:30 Jann Gobble]:
Replying to [comment:29 Carl Eugen Hoyos]:
Replying to [comment:27 Balling]:
Plex ffmpeg fork supports 8 channel eac3 encoder. Where can this version be found?
This is the most current fork source code of ffmpeg for Plex: https://downloads.plex.tv/ffmpeg-source/plex-media-server-ffmpeg-gpl- be22e264c2.tar.gz
This literally has nothing on EAE. Eae.exe is here: -- Ticket URL: <https://trac.ffmpeg.org/ticket/3595#comment:31> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg