Conditional Node: How many Audio Streams in original File?
Posted: Fri Mar 03, 2017 1:57 pm
Hi there,
just stumbled ´bout this problem:
I want to insert a conditional node which locates the number of audio channels in the original file. Example: DV-Files with two or for audio-Files. I want to convert these to different formats, some with 4 audio-tracks, some only with the first two audio-tracks depending on target-format.
ALL input is DV-material in .mov container
node-list test1:
1. Folder-Node
2. conditional-Node with %i_a_streams% IS = 2 THEN -> Encoder-Node A -> Output-Folder-Node
3. conditional-Node with %i_a_streams% IS > 2 THEN -> A/V-Media-Node All set to intelligent -> ChannelMapper-Node -> Encoder-Node B -> Output-Folder-Node
node-list test2:
1. Folder-Node
2. A/V-Media-Node All set to intelligent
3. conditional-Node with %i_a_streams% IS = 2 THEN -> Encoder-Node A -> Output-Folder-Node
4. conditional-Node with %i_a_streams% IS > 2 THEN -> ChannelMapper-Node -> Encoder-Node B -> Output-Folder-Node
ALL DV-Material is 2-Channel (stereo...) but I get only 4-channel exports - what do I do wrong?
regards,
tom
just stumbled ´bout this problem:
I want to insert a conditional node which locates the number of audio channels in the original file. Example: DV-Files with two or for audio-Files. I want to convert these to different formats, some with 4 audio-tracks, some only with the first two audio-tracks depending on target-format.
ALL input is DV-material in .mov container
node-list test1:
1. Folder-Node
2. conditional-Node with %i_a_streams% IS = 2 THEN -> Encoder-Node A -> Output-Folder-Node
3. conditional-Node with %i_a_streams% IS > 2 THEN -> A/V-Media-Node All set to intelligent -> ChannelMapper-Node -> Encoder-Node B -> Output-Folder-Node
node-list test2:
1. Folder-Node
2. A/V-Media-Node All set to intelligent
3. conditional-Node with %i_a_streams% IS = 2 THEN -> Encoder-Node A -> Output-Folder-Node
4. conditional-Node with %i_a_streams% IS > 2 THEN -> ChannelMapper-Node -> Encoder-Node B -> Output-Folder-Node
ALL DV-Material is 2-Channel (stereo...) but I get only 4-channel exports - what do I do wrong?
regards,
tom