NTSC (23.976fps or 29.970fps) DVD extract some problem fixed - thx Jamakmake :)

This commit is contained in:
Nikolaj Olsson 2016-10-08 09:22:40 +02:00
parent e8219c56d8
commit 479ef501e9

View File

@ -130,7 +130,7 @@ namespace Nikse.SubtitleEdit.Core.VobSub
float ticksPerMillisecond = 90.000F;
if (!IsPal)
ticksPerMillisecond = 90.090F; // TODO: What should this be for NTSC?
ticksPerMillisecond = 90.090F * (23.976F / 24F);
// get unique streamIds
var uniqueStreamIds = new List<int>();