dvr-recover
dvr-recover copied to clipboard
Python-powered project helping you to recover recordings of digital video recorders
Tested with Panasonic DMR-EH58. The script recovered all my data after the DVD drive had died. Thanks for this awesome tool.
I had a ZeroDevisionError in line 1101: `speed = float(chunk.block_size) / float(delta)` Since delta is based on `time.time()`, it can be `0.0` if the system is fast and the file...
This PR adds compatibility with Python 3. Python 2 has been EOL since January 2020, so it was about time... The library [2to3](https://docs.python.org/3/library/2to3.html) was used for the initial conversion to...
I managed to extract the clips from an Panasonic DMR-EH67 on MacOS Monterey using Python 2.7. The only thing that i had to add is the export_dir as the default...
Awesome tool, works great without any issues. I've successfully applied it on my Panasonic DMR-EX95V.
Under Ubuntu 18.04, using Python 3.6.7, can't run the script. christo@cga-HomeLinux:~/dvr-recover-master$ python3 dvr-recover.py File "dvr-recover.py", line 727 print '[%5.1f%%] %i/%i blocks (%.1f bl/s; ' \ ^ SyntaxError: invalid syntax I...
Fix #1
Awesome toolππ»ππ»ππ» Works with `Panasonic DMR-EX80S` and saved my library after the device diedβπ»