paranoidandroid
New Member
nicesplice has the '-addBookMark pos' option.
It adds bookmarks however it seems to require an output file, so it effectively duplicates the media & sidecar files for every bookmark. e.g.
I've tried using decrypted, shrunk SD files without the '-out' option the source file is unchanged. I guess the '-out' option duplicates the streams so quality should be OK, but wasting disk space concerns me, as does overwriting files 10 or so times
I'm want to add several bookmarks to one recording so it seems inefficient to create many copies & then remove the intermediate files.
Is there any way around this?
My hope is to add some bookmarks to make ad skipping easier. I'm testing ffmpeg's silence detect feature to hopefully automate the process.
Apologies if this has been covered elsewhere.
It adds bookmarks however it seems to require an output file, so it effectively duplicates the media & sidecar files for every bookmark. e.g.
Code:
nicesplice -in "Shooting Stars_20130218_2330" -out "test" -addBookMark 800
I've tried using decrypted, shrunk SD files without the '-out' option the source file is unchanged. I guess the '-out' option duplicates the streams so quality should be OK, but wasting disk space concerns me, as does overwriting files 10 or so times

I'm want to add several bookmarks to one recording so it seems inefficient to create many copies & then remove the intermediate files.
Is there any way around this?
My hope is to add some bookmarks to make ad skipping easier. I'm testing ffmpeg's silence detect feature to hopefully automate the process.
Apologies if this has been covered elsewhere.