Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stretched playback video to Fit screen (not keep aspect ratio) #113

Closed
itman2200 opened this issue Sep 6, 2015 · 2 comments
Closed

stretched playback video to Fit screen (not keep aspect ratio) #113

itman2200 opened this issue Sep 6, 2015 · 2 comments

Comments

@itman2200
Copy link

Hello,
I add a widget on my form named as video.

my widget is resized according to my computer screen. So I also want to resize playback video to fit with my widget (not keep aspect ratio). I found enum ratio.
ui->video->setAspectRatio(Vlc::Original); These ratio and scales are fixed predefined ratio.

My widget may resize depend upon computer's various screen resolution and ratio. How can I stretch playback video to Fit the my widget?

@itman2200 itman2200 changed the title resizing playback video ratio stretched playback video to Fit screen (not keep aspect ratio) Sep 8, 2015
@ntadej
Copy link
Member

ntadej commented Sep 12, 2015

I think this is currently not possible. Is there an option available in VLC?

@zeal18
Copy link
Contributor

zeal18 commented Sep 12, 2015

It is possible if you will paint image yourself like vlc-qt-qml does

@ntadej ntadej closed this as completed in 5ae5ab2 Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants