8 ms·
This is very cool! Do you have a similar workflow for stitching those cut clips together?
by gandreani 17d ago
This is very cool! Do you have a similar workflow for stitching those cut clips together?
- nickjj 17d agoThanks. Not through mpv, but if all of the videos are the same resolution and codec you can use ffmpeg to concat them without needing to re-encode anything. It could be worth making a little wrapper script for this, but the ffmpeg command itself isn't too crazy. You can Google for "ffmpeg concat multiple videos into a single video without re-encoding". ffmpeg is super powerful, you can technically resize and alter videos into a consistent format and then encode a new video too.
- smartbit 16d agoVideo editor app that generates FFmpeg commands https://news.ycombinator.com/item?id=42207002 https://news.ycombinator.com/item?id=42207002