Searched refs:ar4_3 (Results 1 – 17 of 17) sorted by relevance
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/ |
H A D | ProcessMenuTransitions.cpp | 98 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 D | mediaenc.h | 51 ar4_3, enumerator
|
H A D | mediaenc.cpp | 50 return aspect == ar4_3 ? 4.0/3 : 16.0/9; in GetFrameAspectRatio()
|
H A D | mediaenc_ffmpeg.h | 28 AspectRatio aspectRatio = ar4_3, int videoBitrate = 6000, bool cbr = false);
|
H A D | mediactrl_ffmpeg.cpp | 22 m_aspectRatio = ar4_3; in FFEvtHandler() 63 aspect = m_aspectRatio == ar4_3 ? 4.0/3 : 16.0/9; in OnPaint()
|
H A D | ProcessMenu.cpp | 48 …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 D | Slideshow.h | 41 Slideshow(VideoFormat videoFormat = vfPAL, AspectRatio aspectRatio = ar4_3);
|
H A D | Menu.h | 42 …Menu(DVD* dvd, int tsi, int pgci, VideoFormat videoFormat = vfPAL, AspectRatio aspectRatio = ar4_3…
|
H A D | Stream.cpp | 237 return fabs(GetSourceAspectRatio() - GetFrameAspectRatio(ar4_3)) < 0.1 || in IsDvdCompliant()
|
H A D | dvdstyler.cpp | 235 af <= afCOPY ? afMP2 : af, ar <= arAUTO ? ar4_3 : ar); in IMPLEMENT_APP()
|
H A D | Slideshow.cpp | 60 m_aspectRatio = ar4_3; in Slideshow()
|
H A D | TextSub.cpp | 129 textsubNode->AddProperty(wxT("aspect"), m_aspectRatio == ar4_3 ? wxT("4:3") : wxT("16:9")); in GetXML()
|
H A D | Titleset.cpp | 347 GetVideo().SetAspect(aspect < 1.4 ? ar4_3 : ar16_9); in PutXML()
|
H A D | TitlesetManager.cpp | 567 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 D | MenuEditor.cpp | 1102 int safeWidth = m_menu->GetAspectRatio() == ar4_3 in ShowSafeTV() 1104 int safeHeight = m_menu->GetAspectRatio() == ar4_3 ? 27 : 20; // 5% in ShowSafeTV()
|
H A D | DVD.cpp | 39 m_aspectRatio = ar4_3; in DVD()
|
H A D | MainWin.cpp | 259 vf <= vfCOPY ? vfPAL : vf, af <= afCOPY ? afMP2 : af, ar <= arAUTO ? ar4_3 : ar); in BEGIN_EVENT_TABLE()
|