martykan / webTube

Android wrapper for the YouTube website with a couple little tweaks.
GNU General Public License v3.0
96 stars 40 forks source link

video scale problem #40

Open dic1911 opened 8 years ago

dic1911 commented 8 years ago

as the link to screenshot below, the app is rendering a 9:16 video in 16:9 resolution, plz help amd thanks for the nice app

http://m.imgur.com/vvB9MHp

martykan commented 8 years ago

Can't that be a problem of the video itself? Try this video: https://m.youtube.com/watch?v=5p5_JRAVzUs

dic1911 commented 8 years ago

http://imgur.com/LmIDMWH nope, same result here :(

CrimsonFork commented 7 years ago

Works just fine on my device, it's neither a problem of the video file nor of WebTube but of your devices - WebTube uses Android's media player which is built in and there's actually nothing WebTube can do about it.

However, in the theory same thing should happen if you open this video in your web browser and there are two things you can do about it:

  1. Update your android/install a custom rom - this should install the newest version of NuPlayer

  2. Use Awsome player (success not guaranteed) - go to developer settings* > media (almost the end) > use AwsomePlayer, this could do it either

*You activate them by going on phone's info, scrolling down and tapping on the buikd number 7 times.

Correct me if I said something wrong