@@ -98,6 +98,11 @@ Options: |
||
| 98 | 98 |
- `--dry-run` never writes files |
| 99 | 99 |
- `Ctrl+C` behavior during long runs: |
| 100 | 100 |
first press requests stop after current file; second press force-stops current encode |
| 101 |
+ - Graceful quit between files: |
|
| 102 |
+ Press `q` (or `Q`) between files to request a graceful stop before the next |
|
| 103 |
+ file begins. The program consumes the keypress (it is not echoed) so you can |
|
| 104 |
+ press `q` while an encode is running and it will be honored once that encode |
|
| 105 |
+ finishes. |
|
| 101 | 106 |
- On macOS, unreadable MP4/MOV sources automatically try `avconvert --preset PresetPassthrough` |
| 102 | 107 |
as fallback before being marked as unreadable |
| 103 | 108 |
|