VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    I want to set my "-b 1320k " to this but my preset generate a huge file at 51328kbits/s

    Code:
    ffmpeg -i MVI_3781.AVI -vcodec libx264 -fpre C:\del\FFmpeg\libx264-lossless_ultrafast_lex.ffpreset  -b 1320k -f mp4 -r 30000/1001 main.mp4
    The line above does not limit the bitrate.

    Platform Windows
    Quote Quote  
  2. since you're using a "lossless" preset , that implies that you cannot control the bitrate. The encoder will use whatever bitrate is necessary to achieve losslessness. Use a preset without "lossless" in the name
    Quote Quote  
  3. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Ok what do I have to do to control the bitrate? I don't want anything that high "51328k" i want ""-b 1320k". But I can not use "-vcodec libx264" option without the preset files on Windows.
    Quote Quote  
  4. Not sure why you can't use -vcoded libx264? What error message?

    You might a different compiled binary

    I don't use ffmpeg for x264, I use x264 CLI

    Have you looked here?
    http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/
    Quote Quote  
  5. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    poisondeathray and Baldrick I started off here. http://rob.opendot.cl/index.php/usef...ncoding-guide/ and this guide has errors.
    1. This does not work "-acodec libfaac "
    2"-vpre slow" you need to have a ffpreset file. The guide does a poor job at describing this. And you might need to use the absolute path like this "-fpre libx264-slow.ffpreset" The guide does not explain this since you can download ffmpeg from many source for Windows all over the internet and many don't have the preset file.
    3. YOu get this error when you use the preset "Invalid option or argument: 'rc_lookahead=50', parsed as 'rc_lookahead' = '50'"


    I will try the guide again since I have a better idea now and I will definetly try x264 CLI

    Thanks, again for the input.
    Last edited by lindylex; 3rd Jun 2010 at 15:47.
    Quote Quote  
  6. IIRC, FFMPEG removed AAC support, something about license issue and distributing. I think it's OK if you can compile it yourself

    Is there a reason why you are using ffmpeg? Do you need command line support for your goals?

    There are many x264 CLI front end GUI's, and you can use NeroAAC which offers better quality than libav
    Quote Quote  
  7. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    I would much rather use the commandline.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!