Bug#900027: vlc: VLC doesn't parse arguments properly

2018-05-27 Thread Cyr Bol
It turned out I was adding an extraneous space after the backslash at line 4: /usr/bin/cvlc -vvv \ screen:// :screen-fps=30 \ --canvas-width=1280 --canvas-height=720 \ --sout-transcode-vcodec=h264 \ --sout-x264-profile=high --sout-x264-level=3.1 \ --

Bug#900027: vlc: VLC doesn't parse arguments properly

2018-05-25 Thread Cyr Bol
well, that's strange... That's true that when I run these commands on the command line, and go back to the histroy afterwards, I can see it translated to something like: screen:// :screen-fps=30 --canvas-width=1280 --canvas-height=720 --sout-transcode-vcodec=h264 --sout-x264-profile

Bug#900027: vlc: VLC doesn't parse arguments properly

2018-05-24 Thread Sebastian Ramacher
Control: tags -1 + moreinfo On 2018-05-24 22:05:56, Cyrille wrote: > Package: src:vlc > Version: 3.0.2-1+b1 > Severity: normal > > Dear Maintainer, > > VLC doesn't parse arguments properly. > > How to reproduce? > > Create a shell script with the following content: > > #!/bin/sh > > # start

Processed: Re: Bug#900027: vlc: VLC doesn't parse arguments properly

2018-05-24 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #900027 [src:vlc] vlc: VLC doesn't parse arguments properly Added tag(s) moreinfo. -- 900027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900027 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___

Bug#900027: vlc: VLC doesn't parse arguments properly

2018-05-24 Thread Cyrille
Package: src:vlc Version: 3.0.2-1+b1 Severity: normal Dear Maintainer, VLC doesn't parse arguments properly. How to reproduce? Create a shell script with the following content: #!/bin/sh # start VLC /usr/bin/cvlc -vvv \ screen:// :screen-fps=30 \ --canvas-width=1280 --canvas-heigh