avconv fail because of a translation bug in french
Bug #1330795 reported by
Francis Giraldeau
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vokoscreen |
New
|
Undecided
|
Unassigned |
Bug Description
The vokoscreen fails to produce the video output when the french locale is selected. Here is the application console log:
QString::arg: Argument missing: "% 1" , 1440
QString::arg: Argument missing: "% 1" , 900
[vokoscreen] ffmpegcommand : "avconv -f x11grab -r 25 -s % 1x% 1 -i :0.0+0,0 -pix_fmt yuv420p -vcodec mpeg4 -ar 48000 -qscale 1 -r 25 /tmp/vokoscreen
The string substitution fails because there is a space in the positional argument "% 1". The root of this problem is:
vokoscreen-
<message>
</message>
To post a comment you must log in.