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: Is it possible to extract audio from video without re-encoding in AdobeMediaEnco (Read 2218 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Is it possible to extract audio from video without re-encoding in AdobeMediaEnco

Sorry, but I'm noob: is it possible to extract audio from video without re-encoding in Adobe Media Encoder?

Re: Is it possible to extract audio from video without re-encoding in AdobeMediaEnco

Reply #1
So it's impossible, isn't it?

Re: Is it possible to extract audio from video without re-encoding in AdobeMediaEnco

Reply #2
I have no idea about what that particular application can do, but you can test it:
* export without re-encoding with ffmpeg . E.g. ffmpeg -i infile.mp4 -acodec copy -vn -sn outfile.m4a
* export to outfile2.m4a using Adobe
* compare the two using e.g. foobar2000 with the foo_bitcompare component.