Index: mytharchive/mytharchive/mythburnwizard.cpp =================================================================== --- mytharchive/mytharchive/mythburnwizard.cpp (revision 10796) +++ mytharchive/mytharchive/mythburnwizard.cpp (working copy) @@ -474,7 +474,9 @@ // find the encoding profiles QString filename = gContext->GetShareDir() + - "mytharchive/encoder_profiles/ffmpeg_dvd_pal.xml"; + "mytharchive/encoder_profiles/ffmpeg_dvd_" + + ((gContext->GetSetting("MythArchiveVideoFormat", "pal").lower() == "ntsc") ? "ntsc" : "pal") + + ".xml"; QDomDocument doc("mydocument"); QFile file(filename); if (!file.open(IO_ReadOnly))