Lazycut: A simple terminal video trimmer using FFmpeg
1–10 of 69 posts
Re: Lazycut: A simple terminal video trimmer using FFmpeg
#2Re: Lazycut: A simple terminal video trimmer using FFmpeg
#3Re: Lazycut: A simple terminal video trimmer using FFmpeg
#4Don't think I need it (using ffmpeg directly or Kdenlive if I need fine edits) but to know that it exists brings me joy, so thank you!
Re: Lazycut: A simple terminal video trimmer using FFmpeg
#5Don't think I need it (using ffmpeg directly or Kdenlive if I need fine edits) but to know that it exists brings me joy, so thank you!
Re: Lazycut: A simple terminal video trimmer using FFmpeg
#6Re: Lazycut: A simple terminal video trimmer using FFmpeg
#7Re: Lazycut: A simple terminal video trimmer using FFmpeg
#8Don't think I need it (using ffmpeg directly or Kdenlive if I need fine edits) but to know that it exists brings me joy, so thank you!
The intermediary solution for me between ffmpeg and kdenlive is LosslessCut ( https://github.com/mifi/lossless-cut ). Also free and open-source... of course it look less cool than a Terminal UI like the OP, but it's very practical when I don't want to reencode everything, or if I just need to change the format of container (MP4, MKV, etc.).
Re: Lazycut: A simple terminal video trimmer using FFmpeg
#9Doesn't -y mean overwrite file? And isn't there a difference between -ss before -i and after -i?