diff --git a/Planet/versioning.xcconfig b/Planet/versioning.xcconfig index 4f6afe1e..14b6bcf7 100644 --- a/Planet/versioning.xcconfig +++ b/Planet/versioning.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 2004 +CURRENT_PROJECT_VERSION = 2005 diff --git a/Technotes/FFmpeg.md b/Technotes/FFmpeg.md index 8bc9452b..b1bea9ee 100644 --- a/Technotes/FFmpeg.md +++ b/Technotes/FFmpeg.md @@ -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 ``` \ No newline at end of file