I'm using the latest version and did it the first way you suggest, but the CCs get more and more out of synch as the video goes on - so obviously it's not accurately compensating for the cut commercials.
I tried putting the PreConversionCommercialRemoval=true into my profile but it didn't seem to help. Here's what I have:
[DivX AVI Fast]
Description=Good quality, 1 pass DivX / Xvid AVI (XVid/AC3) conversion, good for SD videos. Much faster conversion, more resilient to errors in the video but a creates a larger file.
order=ffmpeg
ffmpeg-general=-threads 0
ffmpeg-video=-ss 3 -vf yadif=0:-1,hqdn3d -vcodec mpeg4 -vtag xvid -b 1800k -f avi -flags +mv4+aic -g 300 -dts_delta_threshold 0
ffmpeg-audio=-acodec ac3 -ab 160k
ffmpeg-audioac3=-acodec ac3 -ab 256k
ffmpeg-ext=.avi
ffmpeg-audiodelay=skip
PreConversionCommercialRemoval=true
Should I change something else or add it earlier in the string?
I tried putting the PreConversionCommercialRemoval=true into my profile but it didn't seem to help. Here's what I have:
[DivX AVI Fast]
Description=Good quality, 1 pass DivX / Xvid AVI (XVid/AC3) conversion, good for SD videos. Much faster conversion, more resilient to errors in the video but a creates a larger file.
order=ffmpeg
ffmpeg-general=-threads 0
ffmpeg-video=-ss 3 -vf yadif=0:-1,hqdn3d -vcodec mpeg4 -vtag xvid -b 1800k -f avi -flags +mv4+aic -g 300 -dts_delta_threshold 0
ffmpeg-audio=-acodec ac3 -ab 160k
ffmpeg-audioac3=-acodec ac3 -ab 256k
ffmpeg-ext=.avi
ffmpeg-audiodelay=skip
PreConversionCommercialRemoval=true
Should I change something else or add it earlier in the string?