Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: WinFF

  1. #11
    Join Date
    Sep 2006
    Beans
    3,713

    Re: WinFF

    What WinFF settings/presets/ffmpeg commands are you using?

  2. #12
    Join Date
    May 2007
    Location
    Scotland
    Beans
    96
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: WinFF

    Here's my presets that I'm using:

    Code:
    <e200FS>
    <label>Sandisk Sansa e200 4:3</label>
    −
    <params>
    -acodec libmp3lame -ab 128 -ar 44100 -vcodec mpeg2video -s 224x176 -b 320kb -strict -1
    </params>
    <extension>mpg</extension>
    </e200FS>
    −
    <e200WS>
    <label>Sandisk Sansa e200 16:9</label>
    −
    <params>
    -acodec libmp3lame -ab 128 -ar 44100 -vcodec mpeg2video -s 224x128 -b 320kb -strict -1
    </params>
    <extension>mpg</extension>
    </e200WS>
    Ubuntu for almost 2 years!

    * Pentinum 4 2.4GHz - 120GB + 80 GB HDD + 128MB Geforce FX 5600 *

  3. #13
    Join Date
    Sep 2006
    Beans
    3,713

    Re: WinFF

    Try this with Medibuntu's ffmpeg:
    Code:
    <e200FS>
    <label>Sandisk Sansa e200 4:3</label>
    −
    <params>
    -acodec mp3 -ab 128k -ar 44100 -vcodec mpeg2video -s 224x176 -b 320k -strict -1
    </params>
    <extension>mpg</extension>
    </e200FS>
    −
    <e200WS>
    <label>Sandisk Sansa e200 16:9</label>
    −
    <params>
    -acodec mp3 -ab 128k -ar 44100 -vcodec mpeg2video -s 224x128 -b 320k -strict -1
    </params>
    <extension>mpg</extension>
    </e200WS>

  4. #14
    Join Date
    May 2007
    Location
    Scotland
    Beans
    96
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: WinFF

    Here's the output:

    Stream #0.0: Video: mpeg2video, yuv420p, 224x176, q=2-31, 320 kb/s, 29.97 fps(c)
    Stream #0.1: Audio: 0x0000, 44100 Hz, mono, 128 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    Unsupported codec for output stream #0.1
    Ubuntu for almost 2 years!

    * Pentinum 4 2.4GHz - 120GB + 80 GB HDD + 128MB Geforce FX 5600 *

  5. #15
    Join Date
    May 2007
    Location
    Scotland
    Beans
    96
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: WinFF

    Any help?
    Ubuntu for almost 2 years!

    * Pentinum 4 2.4GHz - 120GB + 80 GB HDD + 128MB Geforce FX 5600 *

  6. #16
    Join Date
    May 2007
    Location
    Scotland
    Beans
    96
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: WinFF

    *bump*
    Ubuntu for almost 2 years!

    * Pentinum 4 2.4GHz - 120GB + 80 GB HDD + 128MB Geforce FX 5600 *

  7. #17
    Join Date
    Sep 2006
    Beans
    3,713

    Re: WinFF

    Let's cut out WinFF. This worked for me on Hardy with Medibuntu's ffmpeg:
    Code:
    ffmpeg -i input.avi -acodec mp3 -ab 128k -ar 44100 -vcodec mpeg2video -s 224x176 -b 320k -strict -1 output.mpg

  8. #18
    Join Date
    May 2007
    Location
    Scotland
    Beans
    96
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: WinFF

    Here's the output:

    Stream #0.0: Video: mpeg2video, yuv420p, 224x176, q=2-31, 320 kb/s, 29.97 fps(c)
    Stream #0.1: Audio: 0x0000, 44100 Hz, mono, 128 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    Unsupported codec for output stream #0.1
    Ubuntu for almost 2 years!

    * Pentinum 4 2.4GHz - 120GB + 80 GB HDD + 128MB Geforce FX 5600 *

  9. #19
    Join Date
    May 2007
    Location
    Scotland
    Beans
    96
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: WinFF

    *bump*
    Ubuntu for almost 2 years!

    * Pentinum 4 2.4GHz - 120GB + 80 GB HDD + 128MB Geforce FX 5600 *

  10. #20
    Join Date
    Jan 2006
    Beans
    67

    Re: WinFF

    I'm using this command. Worked for me a week ago.

    ffmpeg -i file.avi -s 320x240 -vcodec mpeg2video -b 200k -ab 192k -ac 2 -ar 44100 -acodec libmp3lame file.mpg

    It worked great but today I ran it and got this error:
    Unknown encoder 'mpeg2video'

    I'm not sure what's changed. Any ideas? Or is there something else I can use instead of mpeg2video?
    Last edited by vishnu; October 22nd, 2008 at 12:54 AM.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •