There is no 'you can crop this' flag - if there are bookmarks present it will attempt to use them whether or not it makes sense to do so,Original options were beginning and end. I have manually cropped a few, but there are a couple of hundred. Nb (Maybe should be a separate thread) I managed to crop one or 2 files manually several times, making them progressively smaller, before I noticed. Could be the bookmarks werent properly updated on cropping? And/Or the 'you can crop this' flag not getting disabled?
Resetting the detectads flag can also be done in sweeperFor *.hmt in [My Video/..] do { hmt -detectads %1 }
Eventually got thereHowever I am struggling with the syntax so was hoping someone with better bash knowledge would post a working example
cd "My Video/series folder"
mkdir crop
for f in *.ts; do echo $f; bf=$(basename "$f" .ts); nicesplice -cutBookMarks -in "$bf" -out "crop/$bf" ; done
That point was slightly obfuscated and I missed it.But rerunning detectads shouldn't be needed since the bookmarks already exist
In what way?...
wasn't working in abduco
abduco -c cropper sh
cd
because the session is started in the root directory.Start it how?If i try to start a command line
The crop script worked a treat, thanks. And much quicker than re-doing detectads.