Skip to content

Commit 0f34aa2

Browse files
committed
Add Asher's command
1 parent 69cae68 commit 0f34aa2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ffmpeg-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ ffmpeg -decoders
7070
ffmpeg -i input.mp4 -map 0 -c:v libx265 -crf 28 -c:a copy output.mp4
7171
```
7272

73+
#### Asher's command
74+
75+
```bash
76+
ffmpeg -i "input.mkv" -c:v libx265 -preset slow -vf "fps=30, scale='min(1920,iw)':-2" -movflags +faststart -c:a aac "output.mp4"
77+
```
78+
7379
### Basic SVT-AV1
7480

7581
#### Important options

0 commit comments

Comments
 (0)