mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
videotimeline: fix black-frame generation (sample aspect ratio) on export
This commit is contained in:
parent
7022456b4f
commit
01c6266909
2 changed files with 22 additions and 4 deletions
|
|
@ -134,6 +134,7 @@ class TranscodeFfmpeg : public sigc::trackable
|
|||
|
||||
double m_fps;
|
||||
double m_aspect;
|
||||
std::string m_sar;
|
||||
ARDOUR::framecnt_t m_duration;
|
||||
int m_width;
|
||||
int m_height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue