Skip to content

Commit

Permalink
Add notes about FFmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed May 3, 2024
1 parent 154f2dc commit 5e6edcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2004
CURRENT_PROJECT_VERSION = 2005
6 changes: 6 additions & 0 deletions Technotes/FFmpeg.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ ffmpeg -i input.mp4 -c:v libx265 -crf 28 -c:a copy -tag:v hvc1 -movflags faststa

```
ffmpeg -i input.mp4 -crf 18 -vf "scale=iw*4:ih*4:flags=neighbor" output-4x.mp4
```

## Move Metadata to Beginning

```
ffmpeg -i input.mp4 -codec copy -movflags faststart output-fast.mp4
```

0 comments on commit 5e6edcf

Please sign in to comment.