Page 1 of 1

[SOLVED] WinFF

Posted: Tue Jun 05, 2012 3:00 pm
by nomko
Hi all,

I was trying to covert some mp4 files to mp3 using WinFF. When i start converting the file i get this:
ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
built on Mar 22 2012 05:09:06 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).

Seems stream 1 codec frame rate differs from container frame rate: 49980.00 (49980/1) -> 24.99 (2499/100)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/nomko/dwhelper/Skunk Anansie - Hedonism.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isomavc1mp42
creation_time : 2008-11-26 16:11:17
Duration: 00:03:28.32, start: 0.000000, bitrate: 427 kb/s
Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16, 123 kb/s
Metadata:
creation_time : 2008-11-26 16:11:17
Stream #0.1(und): Video: h264 (Baseline), yuv420p, 352x264 [PAR 1:1 DAR 4:3], 301 kb/s, 24.99 fps, 24.99 tbr, 24990 tbn, 49980 tbc
Metadata:
creation_time : 2008-11-26 16:11:17
Unknown encoder 'libmp3lame'
Druk 'enter' om verder te gaan
I see a message at the beginning saying something is not supported anymore and at the end i see the message Unknown encoder "libmp3lane". What is going on here? When I press enter, the terminal is being closed and nothing happens.

Any help would be very much appreciated!

Re: WinFF

Posted: Tue Jun 05, 2012 3:17 pm
by nomko
SOLVED IT

This did the trick:

Code: Select all

sudo apt-get install ffmpeg libavcodec-extra-53

Re: [SOLVED] WinFF

Posted: Fri Oct 12, 2012 5:40 pm
by ericinwisconsin
Worked for me, nomko. Thanks!

Re: [SOLVED] WinFF

Posted: Sun Dec 02, 2012 7:18 pm
by ewan86
Worked for me too...thanks :)