frecza1 / chronolapse

Automatically exported from code.google.com/p/chronolapse
MIT License
0 stars 0 forks source link

Video output error #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Find or create a folder to create a video from
2. Pick a folder with a path including a space to send video to
3. Create the video

What is the expected output? What do you see instead?

I expect the video to appear in "C:/downloads/games/ludum 
dare/chronolapse/capture-test". Instead I get an error message "could not 
find file 'Dare/chronolapse/capture-test/'".

What version of the product are you using? On what operating system?

I'm using the first version, on a Windows XP Pro machine.

Please provide any additional information below.

I believe this is caused by appending the path to mencode (or whatever it's 
called) so the command line looks like this:

mencode.exe C:/downloads/games/ludum dare/chronolapse/capture-test

When it should be grouped like:

mencode.exe "C:/downloads/games/ludum dare/chronolapse/capture-test"

Don't forget to check if the user has already added quotes.

Original issue reported on code.google.com by tad.hard...@suddenlink.net on 25 Sep 2008 at 10:28

GoogleCodeExporter commented 8 years ago

Original comment by kee...@gmail.com on 30 Sep 2008 at 1:56

GoogleCodeExporter commented 8 years ago
Fixed. Used a bit of a hack to make it work since MEncoder can't take quoted 
paths as
an output file argument. Now it creates the vid in the source directory then 
moves it
out to the destination directory after it is done encoding.

Original comment by kee...@gmail.com on 30 Sep 2008 at 7:30