ffmpeg -i "Abbott_Elementary_S01E05_Source.mkv" \ -c:v libx265 -crf 23 -preset slow \ -c:a aac -b:a 192k \ -movflags +faststart \ "Abbott_Elementary_S01E05_Archive.mp4"
If you want a linking the two, here are a few angles:
If you want to grab a funny Janine and Gregory moment (for example, from minute 5 to minute 6): ffmpeg -ss 00:05:00 -i "Abbott.Elementary.S01E05.mkv" -to 00:06:00 -c copy "Abbott_S01E05_Clip.mkv" -ss : Start time -to : End time (or use -t for duration) -c copy : Fast processing without re-encoding.
ffmpeg -i "Abbott_Elementary_S01E05_Source.mkv" \ -c:v libx265 -crf 23 -preset slow \ -c:a aac -b:a 192k \ -movflags +faststart \ "Abbott_Elementary_S01E05_Archive.mp4"
If you want a linking the two, here are a few angles: abbott elementary s01e05 ffmpeg
If you want to grab a funny Janine and Gregory moment (for example, from minute 5 to minute 6): ffmpeg -ss 00:05:00 -i "Abbott.Elementary.S01E05.mkv" -to 00:06:00 -c copy "Abbott_S01E05_Clip.mkv" -ss : Start time -to : End time (or use -t for duration) -c copy : Fast processing without re-encoding. ffmpeg -i "Abbott_Elementary_S01E05_Source