harryjackson / ffmpeg_split

Split an ffmpeg file by chapter
Apache License 2.0
55 stars 20 forks source link

Py3 #4

Closed egauthier closed 5 months ago

egauthier commented 3 years ago

I have updated this to be Python 3.x compatible, and also added multiple file support. I need to fix quiet and verbose options, and also overwrite option with ffmpeg. Just wanted to make this minimal for now.

Major change for the user is that the -f filename option is removed. Command now just has [options] and then a list of filenames.

Also added -d DIR to allow for directory output, as well as used OS agnostic path derivation, although I don't have a windows machine, so it isn't tested on Windows.

akirataguchi115 commented 1 year ago

Thoughts @harryjackson ? :octocat: