Changes between Version 5 and Version 6 of notes/media
- Timestamp:
- 2020-07-09T09:04:17Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
notes/media
v5 v6 27 27 == convert to android 28 28 {{{#!sh 29 ffmpeg -ss 1:56 -t 50 -i input.mkv -movflags +faststart -map_metadata -1 - filter:v "crop=width:height:x:y" -c:a aac -ar 44100 -c:v libx264 out.mp429 ffmpeg -ss 1:56 -t 50 -i input.mkv -movflags +faststart -map_metadata -1 -map_chapters -1 -filter:v "crop=width:height:x:y" -c:a aac -ar 44100 -c:v libx264 out.mp4 30 30 }}} 31 31