I'm trying to use avisplit to chop the commercials out of a video that I captured using my tv capture card. I transcoded that to an avi, and now I'm using:
avisplit -i 065-The_Unfortunate_Little_Schnauser.avi -o 065-T he_Unfortunate_Little_Schnauser -t 00:01:10.804-00:03:21.801,00:04:27.0668-00:12 :11.7643,00:14:51.4239-00:21:33.6924,00:24:42.3809-00:29:12.2172 The results are: [avilib] V: 29.970 fps, codec=XVID, frames=57535, width=720, height=480 [avilib] A: 48000 Hz, format=0x55, bits=16, channels=2, bitrate=128 kbps, [avilib] 57535 chunks, 30716160 bytes, CBR [framecode.c] Range: 0:01:36.23 (2901) - 0:03:47.20 (6824) [framecode.c] Range: 0:04:49.7 (8669) - 0:16:26.0 (29551) [framecode.c] Range: 0:17:12.12 (30942) - 0:25:24.0 (45675) [framecode.c] Range: 0:26:49.2 (48224) - 0:30:24.13 (54679) Processing 3923 frames 2901 to 6824. First Setting start frame to: 2840 [065-The_Unfortunate_Little_Schnauser-0000] (002840-006880) Setting end frame to: 6880 | cnt(6882) Processing 20882 frames 8669 to 29551. First Setting start frame to: 8539 [065-The_Unfortunate_Little_Schnauser-0001] (008539-029563) Setting end frame to: 29563 | cnt(29566) Processing 14733 frames 30942 to 45675. First Setting start frame to: 30930 [065-The_Unfortunate_Little_Schnauser-0002] (030930-045865) Setting end frame to: 45865 | cnt(45867) Processing 6455 frames 48224 to 54679. First Setting start frame to: 48112 [065-The_Unfortunate_Little_Schnauser-0003] (048112-054816) Setting end frame to: 54816 | cnt(54818) So what's with the frame selection? At 29.97 FPS 1:10.804 should be frame 2122 not 2901. I'm using transcode 1.1.1 on Fedora 11. Dave