kcha / gopro_renamer

Python tool to change naming of chaptered video files from GoPro Hero 3GoPro HERO3 to HERO 2018 cameras
MIT License
29 stars 5 forks source link

.LRV files not processed #6

Open bfeist opened 2 years ago

bfeist commented 2 years ago

gopro-renamer -e LRV Day1/GoPro1 results in LRV files being ignored completely rather than being renamed. They're not listed in the "skipped" list either. When processing the corresponding .mp4 files, the .lrv files are logged as "skipped".

update: I see that the script is not searching for "GL*", which is the prefix that these particular LRV files have.

kcha commented 2 years ago

Is this from a newer GoPro camera? I don't own one so not sure what LRV files are for. If you think it would be helpful to support it, you're welcome to submit a pull request. Thanks!