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 769716 - x265enc enable aspect ratio
x265enc enable aspect ratio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal major
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-10 22:53 UTC by m][sko
Modified: 2016-08-11 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
enable aspect ration information in x265 encoder (786 bytes, patch)
2016-08-10 22:54 UTC, m][sko
committed Details | Review

Description m][sko 2016-08-10 22:53:37 UTC
x265 encoder need aspectRatioIdc == X265_EXTENDED_SAR if we want to use sarWidth/sarHeight
Comment 1 m][sko 2016-08-10 22:54:57 UTC
Created attachment 333080 [details] [review]
enable aspect ration information in x265 encoder
Comment 2 Sebastian Dröge (slomo) 2016-08-11 08:20:17 UTC
commit 00ac1c7eb4ac6462f9963012f8a2b5148e9b7cfe
Author: xlazom00 <xlazom00@gmail.com>
Date:   Wed Aug 10 22:50:12 2016 +0000

    x265enc: Enable aspect ratio
    
    x265 encoder need aspectRatioIdc == X265_EXTENDED_SAR if we want to use
    sarWidth/sarHeight
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769716