Updated FAQ (markdown)

master
Erich Moraga 2020-10-03 19:00:55 -05:00
parent 0c8c50c228
commit 3f9b726d77
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -72,7 +72,7 @@ cat fcamera* > output.hevc
> Yet another option that doesn't require any renaming, simply change the date and time to match the start of your drive:
```
cd /data/realdata
cd /sdcard/realdata
find . -type f -wholename "*2020-08-01--09-01-14--*/*.hevc" -exec cat {} + > drive.hevc
```