Home
last modified time | relevance | path

Searched refs:ar4_3 (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DProcessMenuTransitions.cpp98 transcoder.SetOutputFile(video2File, vfCOPY, false, ar4_3, afNONE, sfNONE); in GenerateMenuTransition()
124 …if (!transcoder.SetOutputFile(audioFile, vfNONE, false, ar4_3, afCOPY, sfNONE, s_config.GetVideoBi… in GenerateMenuTransition()
151 transcoder.SetOutputFile(resultVideoFile, vfCOPY, false, ar4_3, afNONE, sfNONE); in GenerateMenuTransition()
H A Dmediaenc.h51 ar4_3, enumerator
H A Dmediaenc.cpp50 return aspect == ar4_3 ? 4.0/3 : 16.0/9; in GetFrameAspectRatio()
H A Dmediaenc_ffmpeg.h28 AspectRatio aspectRatio = ar4_3, int videoBitrate = 6000, bool cbr = false);
H A Dmediactrl_ffmpeg.cpp22 m_aspectRatio = ar4_3; in FFEvtHandler()
63 aspect = m_aspectRatio == ar4_3 ? 4.0/3 : 16.0/9; in OnPaint()
H A DProcessMenu.cpp48 …menuSubSteps += (menu->GetAspectRatio() == ar4_3 ? 1 : widescreenType != wtAUTO ? 2 : 3) * 50; // … in ProcessMenu()
328 int stCount = menu->GetAspectRatio() == ar4_3 ? 1 : widescreenType != wtAUTO ? 2 : 3; in GenerateMenu()
339 SubStreamMode mode = menu->GetAspectRatio() == ar4_3 ? ssmNORMAL : ssmWIDESCREEN; in GenerateMenu()
H A DSlideshow.h41 Slideshow(VideoFormat videoFormat = vfPAL, AspectRatio aspectRatio = ar4_3);
H A DMenu.h42 …Menu(DVD* dvd, int tsi, int pgci, VideoFormat videoFormat = vfPAL, AspectRatio aspectRatio = ar4_3
H A DStream.cpp237 return fabs(GetSourceAspectRatio() - GetFrameAspectRatio(ar4_3)) < 0.1 || in IsDvdCompliant()
H A Ddvdstyler.cpp235 af <= afCOPY ? afMP2 : af, ar <= arAUTO ? ar4_3 : ar); in IMPLEMENT_APP()
H A DSlideshow.cpp60 m_aspectRatio = ar4_3; in Slideshow()
H A DTextSub.cpp129 textsubNode->AddProperty(wxT("aspect"), m_aspectRatio == ar4_3 ? wxT("4:3") : wxT("16:9")); in GetXML()
H A DTitleset.cpp347 GetVideo().SetAspect(aspect < 1.4 ? ar4_3 : ar16_9); in PutXML()
H A DTitlesetManager.cpp567 pgcs.GetVideo().SetAspect(videoStream->GetSourceAspectRatio() > 1.4 ? ar16_9 : ar4_3); in AddVideo()
690 pgcs.GetVideo().SetAspect(aspect < 1.4 ? ar4_3 : ar16_9); in AddVideo()
H A DMenuEditor.cpp1102 int safeWidth = m_menu->GetAspectRatio() == ar4_3 in ShowSafeTV()
1104 int safeHeight = m_menu->GetAspectRatio() == ar4_3 ? 27 : 20; // 5% in ShowSafeTV()
H A DDVD.cpp39 m_aspectRatio = ar4_3; in DVD()
H A DMainWin.cpp259 vf <= vfCOPY ? vfPAL : vf, af <= afCOPY ? afMP2 : af, ar <= arAUTO ? ar4_3 : ar); in BEGIN_EVENT_TABLE()