diff --git a/api/scanner/media_encoding/executable_worker/executable_worker.go b/api/scanner/media_encoding/executable_worker/executable_worker.go index 831a676..2ada358 100644 --- a/api/scanner/media_encoding/executable_worker/executable_worker.go +++ b/api/scanner/media_encoding/executable_worker/executable_worker.go @@ -126,6 +126,7 @@ func (worker *FfmpegWorker) EncodeMp4(inputPath string, outputPath string) error "-vcodec", "h264", "-acodec", "aac", "-vf", "scale='min(1080,iw)':'min(1080,ih)':force_original_aspect_ratio=decrease:force_divisible_by=2", + "-movflags", "+faststart+use_metadata_tags", outputPath, }