Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 AVC / H.264

Reply
 
Thread Tools Search this Thread Display Modes
Old 11th September 2013, 10:29   #1  |  Link
dooom9
Registered User
 
Join Date: May 2013
Posts: 6
Can this encode faster with a lower filesize?

program --level 4.1 --preset slow --crf 20.0 --keyint infinite --min-keyint 1 --scenecut 60 --qpmin 10 --qpmax 51 --chroma-qp-offset -12 --partitions all --psy-rd 2.00:2.05 --output "output" "input"

Can this be modified to encode faster somehow with a lower filesize?

Last edited by dooom9; 11th September 2013 at 10:33.
dooom9 is offline   Reply With Quote
Old 11th September 2013, 11:37   #2  |  Link
detmek
Registered User
 
Join Date: Aug 2009
Posts: 463
Something like this:
program --level 4.1 --preset medium --crf 21.0 --keyint infinite --min-keyint 1 --scenecut 60 --qpmin 10 --qpmax 51 --chroma-qp-offset -12 --psy-rd 2.00:2.05 --output "output" "input"
or
program --level 4.1 --preset fast --crf 23.0 --keyint infinite --min-keyint 1 --scenecut 60 --qpmin 10 --qpmax 51 --chroma-qp-offset -12 --psy-rd 2.00:2.05 --output "output" "input"
detmek is offline   Reply With Quote
Old 16th September 2013, 19:21   #3  |  Link
benwaggoner
Moderator
 
Join Date: Jan 2006
Location: Portland, OR
Posts: 4,750
Note that encoding to a lower bitrate/higher CRF with everything else the same will also encode somewhat faster. Fewer bits means less to run through CABAC, etcetera.

The original command line seems rather over-specified, though. Some unusual source or something?
__________________
Ben Waggoner
Principal Video Specialist, Amazon Prime Video

My Compression Book
benwaggoner is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 18:26.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.