|
2009-05-12
, 18:21
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#32
|
|
2009-05-12
, 18:59
|
Posts: 11 |
Thanked: 2 times |
Joined on Feb 2009
@ Sparrows Point, MD
|
#33
|
|
2009-05-12
, 19:08
|
Posts: 11 |
Thanked: 2 times |
Joined on Feb 2009
@ Sparrows Point, MD
|
#34
|
|
2009-05-12
, 19:44
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#35
|
|
2009-05-12
, 21:08
|
Posts: 11 |
Thanked: 2 times |
Joined on Feb 2009
@ Sparrows Point, MD
|
#36
|
The Following User Says Thank You to seadeeare For This Useful Post: | ||
|
2009-09-23
, 10:05
|
Posts: 8 |
Thanked: 8 times |
Joined on Aug 2009
|
#37
|
Right, I've added support to check the sample rate of the video as well as the bitrate; it can be got here:
https://garage.maemo.org/plugins/scm...oot=mediautils
Please let me know if it works. This version also includes subtitle support and, before release, will fix the issue with two-pass encoding.
Thanks,
Andrew
So I made the minimum rate zero.
':vrc_buf_size=450'.
#':vrc_minrate='.int($ovbitrate / 2).
':vrc_minrate='.int(0).
':vrc_maxrate='.max($ovbitrate * 1.25, 1000);
The Following User Says Thank You to takla For This Useful Post: | ||
|
2009-09-27
, 03:14
|
Posts: 25 |
Thanked: 0 times |
Joined on Feb 2008
@ Minnesota
|
#38
|
|
2009-09-27
, 11:01
|
Posts: 8 |
Thanked: 8 times |
Joined on Aug 2009
|
#39
|
I have a gaming rig my brother mostly uses but it sports a core i7 sso ripping dvds takes a few minutes. In my experience the bit rate id the video makes a big difference. I don't know that much about it. Here are my settings for decent video. BTW I use handbrake.
container: avi
Format: mpeg4
resolution: 400 x 240
video bitrate: 1500
audio: Mp3
|
2009-10-06
, 23:28
|
Posts: 8 |
Thanked: 8 times |
Joined on Aug 2009
|
#40
|
fast:preset=medium
fast:preset=standard
-lameopts vbr=0:br=192 -af volnorm
-lameopts fast:preset=standard -af volnorm=1
-vf-add unsharp=c4x4:0.3:l5x5:0.5 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=<bitrate_value>:aspect=<aspect_value>:vrc_buf_size=450:vrc_minrate=0:vrc_maxrate=1000:vpass=#
-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:v4mv:trell:vbitrate=<bitrate_value>:aspect=<aspect_value>:turbo:vpass=#
thanks
cdr