Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Adobe Media Encoder CS6 AAC Encoder (Read 6321 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Adobe Media Encoder CS6 AAC Encoder

Hello. Adobe Media Encoder CS6 uses which AAC encoder? I'm attaching an AAC that is encoded with it (that's EndoLoop by nosoapradio.us ).

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #1
Can you make m4a file? If I am not mistaken, this is clean aac stream, without any info on it.
TAPE LOADING ERROR

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #2
Can you make m4a file? If I am not mistaken, this is clean aac stream, without any info on it.

I didn't see an option to make a m4a file and looks like I can't, but I can make an mp4 file (attached) and an 3gp file (attached). Isn't there something like "aacguessenc" (similar to "mp3guessenc" but for AAC)?

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #3
an mp4 file (attached) and an 3gp file (attached).
ffprobe shows:
Code: [Select]
handler_name    : Mainconcept MP4 Sound Media Handler
wikipedia says:
Quote
In August 2007, Adobe Systems licensed the H.264 and AAC technology developed by MainConcept for integration into its Adobe Flash Player software.[7]
[7] https://www.afterdawn.com/news/article.cfm/2007/08/25/mainconcept_licenses_core_codec_technologies_to_adobe_for_flash

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #4
an mp4 file (attached) and an 3gp file (attached).
ffprobe shows:
Code: [Select]
handler_name    : Mainconcept MP4 Sound Media Handler
wikipedia says:
Quote
In August 2007, Adobe Systems licensed the H.264 and AAC technology developed by MainConcept for integration into its Adobe Flash Player software.[7]
[7] https://www.afterdawn.com/news/article.cfm/2007/08/25/mainconcept_licenses_core_codec_technologies_to_adobe_for_flash

@danadam Sorry, is "Mainconcept" the encoder? Also, how can I run ffprobe from ffmpeg.exe?

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #5
Sorry, is "Mainconcept" the encoder?
Mainconcept is the company that developed the encoder. Was that really not clear?

The encoder is most probably proprietary, so if you want to know how they call it you'd probably have to contact them and ask.

Also, how can I run ffprobe from ffmpeg.exe?
I don't know if you can, ffprobe is a separate binary. But just to display the metadata from earlier it is enough to do:
Code: [Select]
ffmpeg -i "DST-EndoLoop.mp4" -vn -an -f null -

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #6
Sorry, is "Mainconcept" the encoder?
Mainconcept is the company that developed the encoder. Was that really not clear?

The encoder is most probably proprietary, so if you want to know how they call it you'd probably have to contact them and ask.

Also, how can I run ffprobe from ffmpeg.exe?
I don't know if you can, ffprobe is a separate binary. But just to display the metadata from earlier it is enough to do:
Code: [Select]
ffmpeg -i "DST-EndoLoop.mp4" -vn -an -f null -

Thank you very much.

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #7
@danadam I did a search but I could not find this encoder anywhere, do you have an idea how can I find it or rip it from Adobe Media Encoder CS6 to use it's full capabilities?

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #8
You'll have to licence its use.
TAPE LOADING ERROR

Re: Adobe Media Encoder CS6 AAC Encoder

Reply #9
You'll have to licence its use.

I think I already have a license as I have a license for Adobe Media Encoder CS6 and it is included in it. Does anyone know how can I get it or rip it from Adobe Media Encoder CS6 to use it's full capabilities?