Re: [FFmpeg-user] Error generating video with overlay

2015-07-23 Thread Chad Horton
Ah! That fixed it. Thank you. Chad On 7/23/15, 1:10 PM, "ffmpeg-user on behalf of Moritz Barsnick" wrote: >On Thu, Jul 23, 2015 at 19:56:29 +, Chad Horton wrote: >> [...] -filter_complex "[1:v]scale=1280:720[ovrl] >>[0:v][ovrl]overlay=0:0[outv];[0:a][1:a]amix[outa]" >

Re: [FFmpeg-user] Error generating video with overlay

2015-07-23 Thread Moritz Barsnick
On Thu, Jul 23, 2015 at 19:56:29 +, Chad Horton wrote: > [...] -filter_complex "[1:v]scale=1280:720[ovrl] > [0:v][ovrl]overlay=0:0[outv];[0:a][1:a]amix[outa]" There's a semicolon missing there: "[ovrl];[0:v][ovrl]", or in its completenes

[FFmpeg-user] Error generating video with overlay

2015-07-23 Thread Chad Horton
I am getting an error when I execute the following ffmpeg command that overlays one video (tornado-03.mov) over another (output_2015-07-23_07-34-10.mp4) to produce a final output file (output_2015-07-23_07-34-57.mp4). I cannot figure out how to change my parameters to stop the error from happen