#411 closed defect (duplicate)
-ao pcm:file= does not handle filenames correctly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | ao |
Version: | 1.0pre7 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
mplayer -ao pcm:file=somepath/"$somevar1" "$somevar2"
produces wrong file to be created if $somevar1 contains a comma.
The filename only contains the string before the comma.
Even tried quoting the string with \" or "\" or \"" without success.
Maybe this is also true for the vo-module (Not tested)
(bash is the shell used for this tries)
When the comma is removed everything is working perfect!
Note:
See TracTickets
for help on using tickets.
* This bug has been marked as a duplicate of 378 *