13-10-2018, 13:15
As you probably know, Plex is XBMC (Kodi) based and is used for video streaming via LAN and Internet. So read which formats are suitable for streaming and what are the web optimized files (moved atom bit).
Via FFmpeg, the atom bit of MP4 files, can be moved via this command:
Код:
ffmpeg -i "input_file_name.mp4" -map_metadata 1 -movflags faststart -map_chapters -1 -vcodec copy -acodec copy -threads 0 "output_file_name.mp4"