hi, sorry for my bad English again,
I looking "Video player" that is capable to select the "start" and the "end" of a clip scene of a video,
the final result is something like this:
Note : get current time alone is enough if you can copy and paste (no need to retype using the keyboard)Code:ffmpeg -i inputfile.mp4 \ -filter_complex "[0:v]trim=start=10:end=16,setpts=PTS-STARTPTS[a]; [0:v]trim=start=20:end=26,setpts=PTS-STARTPTS[b]; [0:a]atrim=start=10:end=16,asetpts=PTS-STARTPTS[c]; [0:a]atrim=start=20:end=26,asetpts=PTS-STARTPTS[d]; [a][c][b][d]concat=n=2:v=1:a=1[e][f]" \ -map '[e]' -map '[f]' -strict -2 outputfile.mp4
is someone know software like this?
thank you, have a nice day
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
clever FFmpeg-GUI, small FFmpeg UI, fully portable, no installation.
By ProWo in forum Video ConversionReplies: 2218Last Post: 17th Jul 2025, 04:22 -
New small GUI for FFmpeg
By ProWo in forum Video ConversionReplies: 29Last Post: 24th Feb 2024, 02:06 -
GUI for ffmpeg
By JosephTocco in forum Newbie / General discussionsReplies: 29Last Post: 19th Aug 2022, 14:10 -
Best GUI for ffmpeg encoding
By usta in forum Video ConversionReplies: 25Last Post: 17th Jan 2019, 11:23 -
GUI for FFMpeg amf?
By Micky in forum Video ConversionReplies: 0Last Post: 14th Jan 2018, 07:45