Fix ffmpeg-5+ encoding drop-frame framerates

This commit is contained in:
Robin Gareus
2023-12-13 06:41:33 +01:00
parent 9f3438b2bc
commit 1434c624ff
2 changed files with 8 additions and 5 deletions

View File

@@ -183,6 +183,7 @@ protected:
std::string infile;
ARDOUR::SystemExec* ffcmd;
double m_fps;
std::string m_fps_str;
double m_aspect;
std::string m_sar;
ARDOUR::samplecnt_t m_duration;