fflewddur / archivo

A cross-platform app for saving recordings from a TiVo to your computer.
http://straylightlabs.net/archivo/
GNU General Public License v3.0
27 stars 7 forks source link

Cutting commercials occurs slightly too soon #16

Closed fflewddur closed 8 years ago

fflewddur commented 8 years ago

When cutting commercials, the cut often begins a second or two early; just enough to feel jarring, but not enough to skip anything important.

fflewddur commented 8 years ago

Fixed by examing the offset between the audio and video streams; ffmpeg seems to use whichever starts first, while comskip times use the video stream.