-
https://github.com/mifi/lossless-cut/blob/master/src/smartcut.js
-
https://github.com/mifi/lossless-cut/blob/master/src/smartcut.js
"ffmpeg cut and merge smooth?"
- avcut이란?
- smartcut의 구현?
- segment muxer? (https://stackoverflow.com/questions/44580808/how-to-use-ffmpeg-to-split-a-video-and-then-merge-it-smoothly)
- https://github.com/transitive-bullshit/ffmpeg-concat
step = 2, count = 10일 때
segments[3] 자체가 그냥 { frames: [] } 이다.
- 첫번째 pkt_pts_time을 원래 start에 추가해주고 다시 cut을 하면 될 것 같다.
- end는 건들일 필요가 없다고 생각함