Search found 1 match

by Northys
06 Nov 2013, 19:32
Forum: Help and Support
Topic: Strange values for video format (vf)
Replies: 14
Views: 10942

Re: Strange values for video format (vf)

I think that this is the best solution, because a lot of movies aren't 16:9 (1920x1080) but the height is smaller so I started to use width to get the "p" quality: {def w = video.width as int; w > 1900 ? "1080p" : w > 1200 ? "720p" : "SD"} 1900px and more widt...