Advertisement
b0r7

vlc vout-filter with cli - possible bug?

Dec 18th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [SOLVED]# vlc bug vout-filter with cli not working?
  2.  
  3. SOLVED: correct is:
  4. $vlc --vout-splitter=wall http://youtube.com/watch?v=GQe3JxJHpxQ
  5.  
  6. ## tested Versions:
  7. - VLC media player - 2.1.5 Rincewind
  8. - Nightly: vlc-3.0.0-git-20141218-0403-win64.exe
  9. - Nightly: vlc-3.0.0-git-20141218-0002-win32.exe
  10. - vlc-2.0.8-win32.exe
  11.  
  12. ## OS:
  13. Win7 Prof x64
  14.  
  15. ## using cli
  16. $ vlc --vout-filter=wall http://youtube.com/watch?v=GQe3JxJHpxQ
  17. > opens single window
  18.  
  19. $ vlc --vout-filter=wall --intf dummy http://youtube.com/watch?v=GQe3JxJHpxQ
  20. > returns error "main vout display error: Failed to resize display"
  21.  
  22. ## with gui
  23. selecting wall filter works
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement