How can I encode and concatenate multiple videos using HandBrake / HandBrakeCLI??
In HandBrakeCLI when I run:
HandBrakeCLI -i file1.MPG -i file2.MPG -o out.m4v -O -e x264 -r 23.976 –pfr
the output only contains the second file!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot concatenate videos using HandBrakeCLI.
You can concatenate videos simply if they are in MPG-1
Using FFMPEG you can do
See the FFmpeg FAQ for details.
Once the videos are concatenated, you can encode them however you like.