dcardille / video4fuze

Automatically exported from code.google.com/p/video4fuze
GNU General Public License v3.0
0 stars 0 forks source link

Video conversion does not work - temp video file not found #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start the conversion of a video file

What is the expected output? What do you see instead?
Error during the conversion:
...
o', '/tmp/Boom.temp.avi'] 

MEncoder SVN-r31061-4.4.3 (C) 2000-2010 MPlayer Team
[mpeg4 @ 0x1d7a5b0]Invalid and inefficient vfw-avi packed B frames detected
[swscaler @ 0x1f7e010]BICUBIC scaler, from yuv420p to yuv420p using MMX2
Calling fuzemux499f (100%) 161.91fps Trem:   0min  24mb  A-V:0.042 [1019:127]
[Errno 2] No such file or directory
[Errno 2] No such file or directory
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib64/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/opt/Video4Fuze/video4fuze-0.6+/GUI/MainWindow.py", line 397, in run
    self.parent.Fuze.convert(self.args, self.FINALPREFIX)
  File "/opt/Video4Fuze/video4fuze-0.6+/fuze.py", line 146, in convert
    os.remove(fuzemux_temp)
OSError: [Errno 2] No such file or directory: '/tmp/Boom.temp_fuzemuxed.avi'

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

Please provide any additional information below.
The error says that file '/tmp/Boom.temp_fuzemuxed.avi' does not exist but
one file with a similar name exists: '/tmp/Boom.temp.avi'.

Original issue reported on code.google.com by simon.fa...@gmail.com on 18 May 2010 at 1:20

GoogleCodeExporter commented 9 years ago
What operating system are you using? (I see it's at least some *nix)

Do you have fuzemux in your path?

It seems that fuzemux is failing to remux the output from mencoder.
*.temp.avi is created by mencoder; *.temp_fuzemuxed.avi is the result of passing
fuzemux to the earlier file.

Does the *.temp.avi file play OK in your computer?

Original comment by ssorga...@gmail.com on 18 May 2010 at 7:34

GoogleCodeExporter commented 9 years ago
Fuzemux was not on my path - I added it and it works!

Thanks!  I will read the installation instructions more carefully ;).

Original comment by simon.fa...@gmail.com on 18 May 2010 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by ssorga...@gmail.com on 18 May 2010 at 10:47