We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3104b1f commit 7ac3feeCopy full SHA for 7ac3fee
mythtv/programs/mythtranscode/transcode.cpp
@@ -441,7 +441,10 @@ int Transcode::TranscodeFile(
441
long long lastFrame = (long long)m_proginfo->
442
GetLastFrameInPosMap() + 60;
443
if (lastFrame > lastStart)
444
+ {
445
+ new_frame_count -= (lastFrame - lastStart);
446
cutStr += QString("%1").arg(lastFrame);
447
+ }
448
}
449
VERBOSE(VB_GENERAL, QString("Cutlist : %1").arg(cutStr));
450
VERBOSE(VB_GENERAL, QString("Original Length: %1 frames")
0 commit comments