After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709473 - [regression] Rendering ignores the rendering dialog's resolution/sampling rate/framerate "overrides"
[regression] Rendering ignores the rendering dialog's resolution/sampling rat...
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Rendering
0.91
Other Linux
: High normal
: 0.92
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-05 15:43 UTC by Jean-François Fortin Tam
Modified: 2013-10-17 23:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
render: Take into account video size scaling value when rendering (3.91 KB, patch)
2013-10-17 20:51 UTC, Thibault Saunier
committed Details | Review
project: Avoid to work with read only caps (5.79 KB, patch)
2013-10-17 20:51 UTC, Thibault Saunier
committed Details | Review

Description Jean-François Fortin Tam 2013-10-05 15:43:50 UTC
1. Set the project settings to a 1280x720 resolution,
   insert such a clip in the timeline

2. Open the render dialog.

3. In the video tab, set the scale to 50 instead of 100 (%).
   While you're at it, also change the framerate override,
   and change the channels/rate overrides in the audio tab too.

4. Render


Result: the rendered file is always 1280x720 @ 24 fps and 48 000 hz audio. Therefore the resolution scale, framerate and sampling rate overrides set in the render dialog have been completely ignored.
Comment 1 Thibault Saunier 2013-10-17 20:51:41 UTC
Created attachment 257600 [details] [review]
render: Take into account video size scaling value when rendering
Comment 2 Thibault Saunier 2013-10-17 20:51:47 UTC
Created attachment 257601 [details] [review]
project: Avoid to work with read only caps
Comment 3 Thibault Saunier 2013-10-17 23:28:59 UTC
Attachment 257600 [details] pushed as 79fb9ab - render: Take into account video size scaling value when rendering
Attachment 257601 [details] pushed as bfe4154 - project: Avoid to work with read only caps