Changes between Version 5 and Version 6 of notes/media


Ignore:
Timestamp:
2020-07-09T09:04:17Z (4 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/media

    v5 v6  
    2727== convert to android
    2828{{{#!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.mp4
     29ffmpeg -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
    3030}}}
    3131