Hi all, Is this a bug or am I doing something wrong? When I try to render a file via the YUV4MPEG Stream, I have some issues with the output file name, probably caused by a space in one of the directory name.
The output path is : /home/video/Winter 2009/ski-vakantie.v2.6.m2v But in the console I see this: trying popen(/home/paul/bin/render.BD.sh "/home/video/Winter 2009/ski-vakantie.v2.6.m2v"HANNEL="0" LENGTH="1129792"></EDIT> <EDIT STARTSOURCE="0" CHANNEL="1" LENGTH="117120"><FILE SRC="/home/video/Winter 2009/sound/part11-321.wav"></FILE></EDIT> <EDIT STARTSOURCE="36429185" CHANNEL="0" LENGTH="168128"></EDIT> <EDIT STARTSOURCE="0" CHANNEL="1" LENGTH="167040"><FILE SRC="/home/video/Winter 2009/sound/part12-325.wav"></FILE></EDIT> <EDIT STARTSOURCE="36597313" CHANNEL="0" LENGTH="59712"></EDIT> <EDIT STARTSOURCE="0" CHANNEL="1" LENGTH="128640"><FILE SRC="/home/video/Winter 2009/sound/part13-333.wav"></FILE></EDIT> <EDIT STARTSOURCE="36657025" CHANNEL="0" LENGTH="254336"></EDIT> <EDIT STARTSOURCE="0" CHANNEL="1" LENGTH="142080"><FILE SRC="/home/video/Winter 2009/sound/part14-340.wav"></FILE></EDIT> <EDIT STARTSOURCE="36911361" CHANNEL="0" LENGTH="393920"></EDIT> <EDIT STARTSOURCE="0" CHANNEL="1" LENGTH="55680"><FILE SRC="/home/video/Winter 2009/sound/part15-351.wav"></FILE></EDIT> <EDIT STARTSOURCE="37305281" CHANNEL="0" LENG) sh: Syntax error: redirection unexpected Ot like this, with 3 characters too many on the end: trying popen(/home/paul/bin/render.BD.sh "/home/video/Winter 2009/ski-vakantie.v2.6.m2v"c ) in the file render.BD.sh I have used " around the argument, like this: "$1" which works OK. So I have placed them in the render window too around the %, like this: /home/paul/bin/render.BD.sh "%" If I do not do this the output file is placed in /home/video as file Winter which is clearly not what I want. I could rename my directories to a name without a space, but then I need to update all my .xml files too, not something I am looking forward too. thanks regards
