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 \
--
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
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
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
4 matches
Mail list logo