Hi all
I trying to play some 4:3 video on playlist (xspf) on a 16:9 monitor.
The goal is to play 4:3 video or all kind of size video on a monitor/tv16:9
The version tested is from Vlc 1.1, 2.047, 2,05, 2.1 nightly both under windows and linux.
Trying to force the ratio via "force aspect ratio" under video tab:
version 1.1 work well but randomly one video is not in 16:9.
version 2(all) the first video is on 16:9 the others is on 4:3.
the same if i force on vlc startup --aspect-ratio 16:9
the same if i set under xspf file the correct aspect ratio
Ex:
for version 1.1
[...]
<track>
<location>/video/1.avi</location>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:option>aspect-ratio=16:9</vlc:option>
</extension>
</track>
[...]
for version 2 (all)
[...]
<track>
<location>file:////video/1.avi</location>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:option>aspect-ratio=16:9</vlc:option>
</extension>
</track>
[...]
Have any idea how to resolve this problem?
(yes i can reencode the video on 16:9 but is better if vlc do the task automatically)
Thanks!
Inf