Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpegCommandRorderStreams and Ensure Audio Stream - incorrect audio order #720

Open
plasticrake opened this issue Nov 26, 2024 · 0 comments

Comments

@plasticrake
Copy link

I'm using "ffmpegCommandRorderStreams" / FFmpeg Command: Reorder Streams but I noticed some of my files are not correctly ordered.

I have a flow that adds 2.0 AAC audio to files that do not have stereo audio. I'm calling:

  • FFmpeg, Begin Command
  • FFmpeg, Ensure Audio Stream
    • Using default values which are:
    • Process Order: codecs,channels,languages,streamTypes
    • Channels: 7.1,5.1,2,1
    • Stream Types: video,audio,subtitle
  • FFmpeg, Order Streams
  • FFmpeg, Execute

Here's an example of a file before/after processing:

Before:
av1 | video
flac | audio | eng | 8
eac | audio | eng | 6

After:
av1 | video
flac | audio | eng | 8
aac | audio | eng | 2
eac | audio | eng | 6

Why wasn't the stereo track at the end? Is my flow incorrect?

I've attached the log for the transcode.
lqHqrVCQD-log (1).txt

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant