diff --git a/pitivi/project.py b/pitivi/project.py index 9bdd751a7654e3b6b70cd44cb8a807bef2f66b18..029744b2fae86934a0ca1aac39f092a6ac6531c9 100644 --- a/pitivi/project.py +++ b/pitivi/project.py @@ -1036,7 +1036,7 @@ class Project(Loggable, GES.Project): if not self.videorate: self.videorate = Gst.Fraction(25, 1) if not self.videopar: - self.videopar = Gst.Fraction(16, 15) + self.videopar = Gst.Fraction(1, 1) def _ensureAudioRestrictions(self): if not self.audiochannels: