Re: [FFmpeg-user] Is a video generated with transitions different from a normal video?

2021-06-20 Thread iburman
-- From: ffmpeg-user On Behalf Of Rob Hallam Sent: Sunday, June 20, 2021 7:42 PM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Is a video generated with transitions different from a normal video? On Sun, 20 Jun 2021, 15:51 , wrote: > Ffmpeg -ss 6 -i input.mp4 -to 6 -c copy output.mp4 &g

Re: [FFmpeg-user] Is a video generated with transitions different from a normal video?

2021-06-20 Thread iburman
, 2021 7:42 PM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Is a video generated with transitions different from a normal video? On Sun, 20 Jun 2021, 15:51 , wrote: > Ffmpeg -ss 6 -i input.mp4 -to 6 -c copy output.mp4 > Did you try without doing a combined stream

Re: [FFmpeg-user] Is a video generated with transitions different from a normal video?

2021-06-20 Thread DEF
> > Ffmpeg -i v1.mp4 -i v2.mp4 -filter_complex > "xfade=transition=hlslice:duration=4:offset=7" -pix_fmt yuv420p output.mp4 > > > > So far so good. The transition happens between 7 and 11 of the new video. > > > > Now I want to create a new video by extracting the part that has the > transition, w

Re: [FFmpeg-user] Is a video generated with transitions different from a normal video?

2021-06-20 Thread Rob Hallam
On Sun, 20 Jun 2021, 15:51 , wrote: > Ffmpeg -ss 6 -i input.mp4 -to 6 -c copy output.mp4 > Did you try without doing a combined stream copy and seek apropos of my other reply? Rob > ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.o

Re: [FFmpeg-user] Is a video generated with transitions different from a normal video?

2021-06-20 Thread iburman
Adding the console output files for the two "cut" commands. From: ibur...@compuscience.com Sent: Sunday, June 20, 2021 3:28 PM To: 'FFmpeg user questions' Subject: Is a video generated with transitions different from a normal video? Let's say that I concatenated two videos using transiti

Re: [FFmpeg-user] Is a video generated with transitions different from a normal video?

2021-06-20 Thread Rob Hallam
On Sun, 20 Jun 2021 at 13:28, wrote: > Now I want to create a new video by extracting the part that has the > transition, with an additional second on each side, so I want to cut from 6 > to 12 and I use the following: > > Ffmpeg -ss 6 -i input.mp4 -to 6 -c copy output.mp4 > > I expect a final vi

[FFmpeg-user] Is a video generated with transitions different from a normal video?

2021-06-20 Thread iburman
Let's say that I concatenated two videos using transitions (xfade). Does the final video "know/remember" that part of it was generated through transitions? Here is what is going on: I have two videos with 9 seconds each. I concatenate them using transition with duration 4 and offset 7. So t