Thank You for your continued support and contributions!
#220x166 easily encodes:#First passmencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=200:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=376:vpass=1 \ -vf scale=220:166,harddup -o /dev/null# ^ this goes fine#Second passmencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=200:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=376:vpass=2 \ -vf scale=220:166,harddup -o test.m2v# ^ this goes fine
#Now for 320x240...mencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=376:vpass=1 \ -vf scale=320:240,harddup -o /dev/null# ^ results in buffer underflow warnings (maybe 15-20 of them)mencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=376:vpass=2 \ -vf scale=320:240,harddup -o test.m2v# ^ results in tons and tons and tons of buffer underflow warnings
mencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=1507:vpass=1 \ -vf scale=320:240,harddup -o /dev/null# ^ this goes finemencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=1507:vpass=2 \ -vf scale=320:240,harddup -o test.m2v# ^ results in tons and tons and tons of buffer underflow warnings
mencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=1835:vpass=1 \ -vf scale=320:240,harddup -o /dev/null# ^ this goes finemencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=1835:vpass=2 \ -vf scale=320:240,harddup -o test.m2v# ^ results in tons and tons and tons of buffer underflow warnings
mencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=8192:vpass=1 \ -vf scale=320:240,harddup -o /dev/null# ^ this goes finemencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=8192:vpass=2 \ -vf scale=320:240,harddup -o test.m2v# ^ results in tons and tons and tons of buffer underflow warnings
mencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=65536:vpass=1 \ -vf scale=320:240,harddup -o /dev/null# ^ this goes finemencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=65536:vpass=2 \ -vf scale=320:240,harddup -o test.m2v# ^ results in tons and tons and tons of buffer underflow warnings
mencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=524288:vpass=1 \ -vf scale=320:240,harddup -o /dev/null# ^ this goes finemencoder intro.avi -of rawvideo -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=300:vmax_b_frames=4:vrc_maxrate=400:vrc_buf_size=524288:vpass=2 \ -vf scale=320:240,harddup -o test.m2v# ^ this goes fine - finally!!!
Page created in 0.088 seconds with 15 queries.