Use "ipod" varient of MP4 like ffmpeg on command line

This commit is contained in:
ejurgensen 2023-12-14 23:00:56 +01:00
parent 50810d620d
commit 9968569a22
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ init_settings(struct settings_ctx *settings, enum transcode_profile profile, str
settings->without_libav_header = true;
settings->without_libav_trailer = true;
settings->encode_audio = true;
settings->format = "mp4";
settings->format = "ipod"; // ffmpeg default mp4 variant, doesn't have btrt in the header
settings->audio_codec = AV_CODEC_ID_ALAC;
break;