Valid custom aspect ratios?

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
seanlee
New Cone
New Cone
Posts: 5
Joined: 01 Oct 2012 20:56

Valid custom aspect ratios?

Postby seanlee » 01 Oct 2012 21:06

Hello,

I'm trying to "squeeze" a video down to a custom size, so that I can project it onto a white screen that is in front of a window. I've been playing around with the aspect ratios in VLC player, but I cannot seem to get the "perfect" size I want. I need something that's pretty narrow, between 2:2 and 2:3, but I don't know how to create that. My problem is that 2:2 is too narrow, and 2:3 is too wide. I've tried adding a custom list, which looked like this:

Code: Select all

2:2.1,2:2.2,2:2.3
but that didn't change anything. I assume those aspect ratio's are not valid. Is there a way to accomplish this?

Thanks,

-Sean

Rémi Denis-Courmont
Developer
Developer
Posts: 15323
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Valid custom aspect ratios?

Postby Rémi Denis-Courmont » 01 Oct 2012 21:38

An aspect ratio is always expressed as a fraction (of two integers).
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

seanlee
New Cone
New Cone
Posts: 5
Joined: 01 Oct 2012 20:56

Re: Valid custom aspect ratios?

Postby seanlee » 01 Oct 2012 21:43

An aspect ratio is always expressed as a fraction (of two integers).
OK, so does this mean there is nothing in between 2:2 and 2:3?

-Sean

Rémi Denis-Courmont
Developer
Developer
Posts: 15323
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Valid custom aspect ratios?

Postby Rémi Denis-Courmont » 01 Oct 2012 21:48

No? Middle school maths?
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

seanlee
New Cone
New Cone
Posts: 5
Joined: 01 Oct 2012 20:56

Re: Valid custom aspect ratios?

Postby seanlee » 01 Oct 2012 22:02

I understand the math, what I don't understand is if there is a way to achieve what I'm trying to do. I also don't undstand why some folks feel the need to be rude in a support forum.

I'm not familiar with VLC, and thought I'd ask a question. I guess it was a stupid question. I only hope you don't treat any paying customers like this.

Thanks for the help.

Rémi Denis-Courmont
Developer
Developer
Posts: 15323
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Valid custom aspect ratios?

Postby Rémi Denis-Courmont » 01 Oct 2012 22:11

I was not rude and there never were paying customers.

Of course there are fractions between 2/3 and 2/2. Infinitely many even.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

seanlee
New Cone
New Cone
Posts: 5
Joined: 01 Oct 2012 20:56

Re: Valid custom aspect ratios?

Postby seanlee » 01 Oct 2012 22:35

I was not rude and there never were paying customers.
You didn't even provide an answer to my question. All you did was explain what an aspect ratio was. Then you made some comment about middle school math. If you don't have time to provide helpful answers, then perhaps you should just stick to developing and leave the technical support to others. As for paying customers, I see you have a donation button... which I would have actually used, had I received actual help.
Of course there are fractions between 2/3 and 2/2. Infinitely many even.
Hey thanks. Again, what does this explain to your average "Joe" who's new to VLC player? This leaves me with more questions then I had started off with. If there are more fractions that VLC is capable of understanding, how come my example didn't work? This is where a person familiar with sharing information would insert a working example.

Thanks again,

-Sean

mederi
Big Cone-huna
Big Cone-huna
Posts: 1951
Joined: 15 Mar 2011 16:38
VLC version: 2.0.8
Operating System: Windows Vista/XP

Re: Valid custom aspect ratios?

Postby mederi » 02 Oct 2012 00:38

He says you should use only integer numbers in the list of custom aspect ratios, though there are real numbers used in the predefined list of aspect ratios: 2.21:1, 2.35:1 and 2.39:1.

Code: Select all

20:21,20:22,20:23
2:2=2/2=1
2:3=2/3=0.66
So you would like to have some ratio between 1 and 0.66
You can work with bigger integers. Video resolution is probably the most comprehensible way. For example:
640x480 => 640:480=4:3=1.33

That is why I have suggested a "free aspect ratio" feature - 2 hotkeys to make video wider/narrower on-the-fly, without necessity of user's knowledge and manual input of any numbers. Just to watch how a video is changing its proportions while pressing those hotkeys.

seanlee
New Cone
New Cone
Posts: 5
Joined: 01 Oct 2012 20:56

Re: Valid custom aspect ratios?

Postby seanlee » 02 Oct 2012 00:53

He says you should use only integer numbers in the list of custom aspect ratios, though there are real numbers used in the predefined list of aspect ratios: 2.21:1, 2.35:1 and 2.39:1.

Code: Select all

20:21,20:22,20:23
2:2=2/2=1
2:3=2/3=0.66
So you would like to have some ratio between 1 and 0.66
You can work with bigger integers. Video resolution is probably the most comprehensible way. For example:
640x480 => 640:480=4:3=1.33

That is why I have suggested a "free aspect ratio" feature - 2 hotkeys to make video wider/narrower on-the-fly, without necessity of user's knowledge and manual input of any numbers. Just to watch how a video is changing its proportions while pressing those hotkeys.
THANK YOU!

That is the explanation I needed.

-Sean

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Valid custom aspect ratios?

Postby Jean-Baptiste Kempf » 02 Oct 2012 11:37

That is why I have suggested a "free aspect ratio" feature - 2 hotkeys to make video wider/narrower on-the-fly, without necessity of user's knowledge and manual input of any numbers. Just to watch how a video is changing its proportions while pressing those hotkeys.
Trac ticket is?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mederi
Big Cone-huna
Big Cone-huna
Posts: 1951
Joined: 15 Mar 2011 16:38
VLC version: 2.0.8
Operating System: Windows Vista/XP

Re: Valid custom aspect ratios?

Postby mederi » 02 Oct 2012 16:42


Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Valid custom aspect ratios?

Postby Jean-Baptiste Kempf » 08 Oct 2012 18:53

Topic locked.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: Bing [Bot] and 49 guests