Thank you. I copied and pasted the command line that you suggested, but got
the error message. Input: No such file or directory. Then as a test I ran
my original command and it worked, just with the wrong audio. Here's a
screenshot with the information. I'll look at the links that you provided.

[image: Screen Shot 2019-01-21 at 8.05.30 PM.png]

On Mon, Jan 21, 2019 at 7:11 PM Lou Logan <[email protected]> wrote:

>
> You can use the amerge filter to choose which stream goes where in the
> layout, then use -map to choose the video, the output from amerge, and the
> stereo stream:
>
>   ffmpeg -i input -filter_complex
> "[0:a:0][0:a:1][0:a:2][0:a:3][0:a:4][0:a:5]amerge=inputs=6[a]" -map 0:v
> -map "[a]" -map 0:a:6 -c:v prores -profile:v 3 -c:a pcm_s24le ProResHQ.mov
>
> See "ffmpeg -layouts" for a list of standard channel layouts.
>
> If your video is already ProRes HQ then change "-c:v prores" to "-c:v
> copy".
>
> https://ffmpeg.org/ffmpeg-filters.html#amerge
> https://trac.ffmpeg.org/wiki/AudioChannelManipulation#a6mono5.1
> https://ffmpeg.org/ffmpeg.html#Advanced-options
> _______________________________________________
> ffmpeg-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".



-- 
mark scott | video distribution
<http://www.charlieuniformtango.com/>
1722 routh street
suite 204
dallas, tx 75201
214-922-9222 t
972-740-4734 c

<https://www.facebook.com/charlieuniformtango/>
<http://twitter.com/CUTango>
<http://instagram.com/charlieuniformtango>
charlie <http://www.charlieuniformtango.com/>uniform
<http://www.charlieuniformtango.com/>tango
<http://www.charlieuniformtango.com/>.com
<http://www.charlieuniformtango.com/>
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to