Top "Aspect-ratio" questions

The aspect ratio of an element describes the proportional relationship between its width and its height.

Maintaining aspect ratio with FFmpeg

I need to convert a bunch of video files using FFmpeg. I run a Bash file that converts all the …

ffmpeg video-processing aspect-ratio
matplotlib (equal unit length): with 'equal' aspect ratio z-axis is not equal to x- and y-

When I set up equal aspect ratio for 3d graph the z-axis does not change to 'equal'. So, this: fig = …

python matplotlib aspect-ratio
FFmpeg - Change resolution of the video with aspect ratio

all. How to change resolution of the video with aspect ratio with FFmpeg? There are options http://manpages.ubuntu.com/…

video ffmpeg resolution aspect-ratio
ConstraintLayout aspect ratio

Consider the following layout file: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/…

android android-layout scale aspect-ratio android-constraintlayout
How to deal with different aspect ratios in libGDX?

I have implemented some screens using libGDX that would obviously use the Screen class provided by the libGDX framework. However, …

android opengl-es libgdx aspect-ratio
Objective C: How to fix aspect ratio of image (and not change to fit imageview frame)

I am using the UIImagePickerController to select images for my app. However I am facing some challenges with regards to …

objective-c ios uiimagepickercontroller aspect-ratio
Android Convert Px to Dp (Video Aspect Ratio)

Possible Duplicate: converting pixels to dp in android I'm trying to convert pixels to dp. What is the formula? Lets …

android screen-resolution aspect-ratio
Python: How to Resize Raster Image with PyQt

I need to find a way to re-size an input raster image (such as jpg) to a specified width/height …

python image pyqt resize aspect-ratio
VideoView to match parent height and keep aspect ratio

I have a VideoView which is set up like this: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/…

android android-videoview dimensions aspect-ratio
Fixed aspect ratio View

How would I go implementing a fixed aspect ratio View? I'd like to have items with 1:1 aspect ratio in a …

android view aspect-ratio viewgroup