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 569895 - Show sources DISPLAY width/height in the sourcelist.
Show sources DISPLAY width/height in the sourcelist.
Status: RESOLVED DUPLICATE of bug 572099
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: Git
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-30 20:25 UTC by Jean-François Fortin Tam
Modified: 2009-02-17 07:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (313.80 KB, image/png)
2009-01-30 20:27 UTC, Jean-François Fortin Tam
Details
debug log (56.61 KB, text/plain)
2009-01-30 20:28 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2009-01-30 20:25:47 UTC
This is a regression from 0.11.3; the current git trunk misdetects my videos' width (see http://jeff.ecchi.ca/public/test%20HD%205.MOV for a test case), resulting in a letterboxed image.
Comment 1 Jean-François Fortin Tam 2009-01-30 20:27:43 UTC
Created attachment 127580 [details]
screenshot

The video is detected as 960x720 in the library, and shown as such in the preview pane.
Comment 2 Jean-François Fortin Tam 2009-01-30 20:28:00 UTC
Created attachment 127581 [details]
debug log
Comment 3 Edward Hervey 2009-01-31 09:17:34 UTC
It's more likely a video with a Pixel Aspect Ratio (PAR) of 4/3, which applied to a 960x720 pixels video comes out with a display of (960*4/3=)1280 pixels wide.

I'm guessing the DAR/PAR code code dropped in the conversion OR the UI code isn't using it.
Comment 4 Edward Hervey 2009-02-17 07:25:44 UTC

*** This bug has been marked as a duplicate of 572099 ***