[FFmpeg-user] Need to Make ProRes HQ video file with 5.1 audio using ffmpeg

Mark Scott mark_scott at charlietango.com
Tue Jan 22 04:11:37 EET 2019


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 <lou at lrcd.com> 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
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org 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/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2019-01-21 at 8.05.30 PM.png
Type: image/png
Size: 77664 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20190121/4e65c908/attachment.png>


More information about the ffmpeg-user mailing list