Skip to main content
Participant
October 10, 2010
Question

f4vpp on linux

  • October 10, 2010
  • 1 reply
  • 1152 views

Hello,

does anyone know how to use f4vpp on linux? I am not able to use it on Debian Lenny.

What i have done so far after downloading and extracting the F4V Post Processor:

$ chmod +x f4vpp

Then, when I try to execute the script within the same directory I get this error:

$ ./f4vpp

-bash: ./f4vpp: No such file or directory

But the file is there:

$ ls -hal

-rwxr-xr-x 1 root root 1.4M 2009-06-12 00:10 f4vpp

I cannot understand why this happens. Maybe Debian Lenny is not supported?

Which linux distributions are supported?

Does anyone know?

Thank you very much.

Cheers!

    This topic has been closed for replies.

    1 reply

    punkratsAuthor
    Participant
    October 10, 2010

    Yeah, cool! I solved this issue.

    My Lenny is a 64 bit thing. But f4vpp was made for 32 bit only. Checking the file did return that info:

    $ file ./f4vpp

    ./f4vpp: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped

    Thus installing the 32 libs helps:

    $ aptitude install ia32-libs