Reputation: 12824
I'd like to batch transmux a set of provided audio files. But there's a chance that some of those files already conform to a given standard.
I'm wondering if I need to check for those maximum values before handing the file to ffmpeg (to avoid unnecessary processing) or if that would be wasteful because ffmpeg is smart enough to handle that case?
Upvotes: 0
Views: 196