Re: [FFmpeg-user] overlay with video offset not starting audio with same offset

2015-08-31 Thread Chad Horton
perimental -qscale:v 10 finalvideo.mp4 On 8/30/15, 12:48 PM, "ffmpeg-user on behalf of Chad Horton" wrote: >Hi, > >I need it to offset the audio of the overlay to match where I offset the >video of the overlay. The audio of the underlay video >(output_2015-08-2

Re: [FFmpeg-user] overlay with video offset not starting audio with same offset

2015-08-30 Thread Chad Horton
Mahol Sent: Sunday, August 30, 2015 12:46 AM To: FFmpeg user questions Subject: Re: [FFmpeg-user] overlay with video offset not starting audio with same offset On 8/30/15, Chad Horton wrote: > Thanks. > > Playing around with atrim and while the video processes, not only does > the o

Re: [FFmpeg-user] overlay with video offset not starting audio with same offset

2015-08-29 Thread Chad Horton
verhead: 0.290611% On 8/29/15, 7:58 AM, "ffmpeg-user on behalf of Paul B Mahol" wrote: >On 8/29/15, Chad Horton wrote: >> I didn't provide my attempts because I was randomly throwing adelay and >>then >> atrim into my command and nothing worked. My hope

Re: [FFmpeg-user] overlay with video offset not starting audio with same offset

2015-08-29 Thread Chad Horton
, Moritz Barsnick wrote: > >> On Fri, Aug 28, 2015 at 23:03:10 +, Chad Horton wrote: >> I¹ve tried adding it in various places, each throwing errors. > > You're neither telling us what you tried nor what the errors were? > Good luck getting help. ;-) > > SC

Re: [FFmpeg-user] overlay with video offset not starting audio with same offset

2015-08-28 Thread Chad Horton
Hi. Thank you. I¹m having a difficult time determining where exactly I¹m supposed to add the adelay=2. I¹ve tried adding it in various places, each throwing errors. On 8/28/15, 2:58 PM, "ffmpeg-user on behalf of Paul B Mahol" wrote: >Dana 28. 8. 2015. 23:15 osoba

[FFmpeg-user] overlay with video offset not starting audio with same offset

2015-08-28 Thread Chad Horton
I have a video with audio (overlayvideo.mov) that I'm overlaying over another video (basefilem.mp4) and I'm starting the overlay at 20 seconds. The output (finalvideo.mp4) looks great, but the audio from the overlay is still starting at 00:00:00.000 instead of when I need it to start, which is

Re: [FFmpeg-user] overlay AND concatenate with ffmpeg - merging to one command?

2015-08-25 Thread Chad Horton
video-temp.mp4 ffmpeg -y -i finalvideo-temp.mp4 -i concatvideo.mp4 -filter_complex "[0:0] [0:1] [1:0] [1:1] concat=n=2:v=1:a=1 [v] [a]" -map [v] -map [a] -vcodec mpeg4 -strict experimental finalvideo.mp4 On 8/25/15, 9:32 AM, "ffmpeg-user on behalf of Chad Horton" wrote

[FFmpeg-user] overlay AND concatenate with ffmpeg - merging to one command?

2015-08-25 Thread Chad Horton
I have an android app where users record a video. I then add an overlay on the video and then concatenate a 4 second video to the end of the video. I¹m currently using two executions, as provided below. The second (concatenate) execution TAKES FOREVER. Well over 2 minutes. 1.) is there a much

Re: [FFmpeg-user] ffmpeg overlay last frame remaining in video

2015-08-25 Thread Chad Horton
-Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Lou Sent: Sunday, August 23, 2015 7:12 PM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] ffmpeg overlay last frame remaining in video On Sun, Aug 23, 2015, at 04:50 PM, Chad Horton

Re: [FFmpeg-user] ffmpeg overlay last frame remaining in video

2015-08-23 Thread Chad Horton
riginal Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Lou Sent: Sunday, August 23, 2015 5:36 PM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] ffmpeg overlay last frame remaining in video On Sun, Aug 23, 2015, at 01:36 PM, Chad Horton wrote: [.

Re: [FFmpeg-user] ffmpeg overlay last frame remaining in video

2015-08-23 Thread Chad Horton
outv];[0:a][1:a]amix[outa]' for option 'filter_complex' -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Chad Horton Sent: Sunday, August 23, 2015 2:36 PM To: ffmpeg-user@ffmpeg.org Subject: [FFmpeg-user] ffmpeg overlay last frame remain

[FFmpeg-user] ffmpeg overlay last frame remaining in video

2015-08-23 Thread Chad Horton
Have an issue where an overlay video has it's last frame remaining in the output video until the full video is complete. The full video is 10 seconds and the overlay video is 5 seconds. the overlay starts at the beginning of the video. Example: myoverlay.mov is 5 seconds myvideo.mp4 is 10 seco

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

[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