Sergey Radionov
Sergey Radionov
It's possible I could solve pixel aspect issues only when switch to use my `vmem2` libvlc plugin. But it not ready yet.
Thanks for report, I'll look. Btw, did you try to do the same with VlcMmPlayer + VideoOutput ?
That just proves it's a bug in VlcVideoSurface :) But of course you free to use VlcMmPlayer, it's just adds QtMultimedia dependancy, which I tried to avoid by VlcVideoSurface.
What OS and hardware do you have?
Ouch... it will be hard to find such hardware for tests... on Intel i3-3225 (with integrated video HD 4000) + Windows 7 / Ubuntu 14 your code works without any...
Yes, It could be due rectangle (i.e. not square) pixel in media. Support of it is not implemented yet.
Good Job, Jaruba! Thanks! About bugs you've found - I think it's libvlc's bugs/issues.
I tried to find the way to setup correct aspect ratio - but with no luck yet.
yes, I'm already met aspect ratio problem with .ts files on FBVLC
it's defenetely not a bug in video source, it's just has not square pixels... but problem with `time`/`position` - should be issue of libvlc...