Custom Search

Friday, February 28, 2014

How to install and configure Winff video converter in ubuntu

#sudo apt-get install winff
#sudo sudo apt-get install libavcodec-extra-53


Convert to : MPEG-4
Preset : MPEG-4 H.264 video (High Quality)

5 comments:

  1. http://code.google.com/p/winff/wiki/UbuntuInstallation

    ReplyDelete
  2. ls ~/.winff/
    ls /usr/share/winff/

    ReplyDelete
  3. x-terminal-emulator: error: Additional unexpected arguments found: ['&']

    http://www.thelinuxguy.nl/how-tos/how-to-fix-x-terminal-emulator-error-additional-unexpected-arguments-found/

    ReplyDelete
  4. How to debug
    ---------------------
    If winff is not working,
    1) Open Terminal and type "winff", this will open winff GUI, then select one video file and try to convert it.
    2) You can see the error in terminal. Copy the error and google it.

    ReplyDelete
  5. Error
    ====
    x-terminal-emulator: error: Additional unexpected arguments found: ['&']

    Fix
    ===
    Open WinFF and select Edit -> Preferences -> Linux :
    Replace “-e” with “-x“, click OK and the issue is fixed.

    ReplyDelete