Skip to content

Commit

Permalink
HLS: Enable deinterlacing for HLS. Web videos must be progressive.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Feb 27, 2014
1 parent 2bb75d7 commit 7133fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythtranscode/transcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ int Transcode::TranscodeFile(const QString &inputname,
arb->m_audioFrameSize = avfw->GetAudioFrameSize() * arb->m_channels * 2;

GetPlayer()->SetVideoFilters(
gCoreContext->GetSetting("HTTPLiveStreamFilters"));
gCoreContext->GetSetting("HTTPLiveStreamFilters", "yadif=1:-1:1"));
}
else if (fifodir.isEmpty())
{
Expand Down

0 comments on commit 7133fc4

Please sign in to comment.