# Video Records Restoring Tool

## Restore

This tool converts video frames from source record file into images and then restores them to the generated record file.

```bash
python restore_video_record.py --from_record=<src record file> --to_record=<dst record file>
```