Re: [FFmpeg-user] use q:v and maxrate

2016-04-06 Thread YIRAN LI
2016-04-07 11:43 GMT+10:00 Carl Eugen Hoyos : > YIRAN LI gmail.com> writes: > > > ffmpeg.exe -i big_buck_bunny.mp4 -c:v mpeg4 -profile:v 15 > > -vtag DIVX -bufsize 308 -maxrate 800 -bt 800 > > -minrate 0 -an a.avi > > As said, this command is missing a video bitrate. > > > ffmpeg.e

Re: [FFmpeg-user] use q:v and maxrate

2016-04-06 Thread Carl Eugen Hoyos
YIRAN LI gmail.com> writes: > ffmpeg.exe -i big_buck_bunny.mp4 -c:v mpeg4 -profile:v 15 > -vtag DIVX -bufsize 308 -maxrate 800 -bt 800 > -minrate 0 -an a.avi As said, this command is missing a video bitrate. > ffmpeg.exe -i big_buck_bunny.mp4 -c:v mpeg4 -q:v 4 -profile:v 15 >

Re: [FFmpeg-user] use q:v and maxrate

2016-04-06 Thread YIRAN LI
2016-04-07 10:56 GMT+10:00 Carl Eugen Hoyos : > YIRAN LI gmail.com> writes: > > > > > ffmpeg.exe -i a.mp4 -c:v mpeg4 -profile:v 15 -vtag DIVX > > > > -bufsize 308 -maxrate 800 -bt 800 -an a.avi > > > > (so that maxbitrate will be 8000kbps) > > > > > > You forgot to set the video bitr

Re: [FFmpeg-user] use q:v and maxrate

2016-04-06 Thread Carl Eugen Hoyos
YIRAN LI gmail.com> writes: > > > ffmpeg.exe -i a.mp4 -c:v mpeg4 -profile:v 15 -vtag DIVX > > > -bufsize 308 -maxrate 800 -bt 800 -an a.avi > > > (so that maxbitrate will be 8000kbps) > > > > You forgot to set the video bitrate. > > my target is to archieve good quality while keepin

Re: [FFmpeg-user] use q:v and maxrate

2016-04-06 Thread YIRAN LI
2016-04-06 18:12 GMT+10:00 Carl Eugen Hoyos : > YIRAN LI gmail.com> writes: > > > ffmpeg.exe -i a.mp4 -c:v mpeg4 -profile:v 15 -vtag DIVX > > -bufsize 308 -maxrate 800 -bt 800 -an a.avi > > (so that maxbitrate will be 8000kbps) > > You forgot to set the video bitrate. > ​Hi Carl, my

Re: [FFmpeg-user] use q:v and maxrate

2016-04-06 Thread Carl Eugen Hoyos
YIRAN LI gmail.com> writes: > ffmpeg.exe -i a.mp4 -c:v mpeg4 -profile:v 15 -vtag DIVX > -bufsize 308 -maxrate 800 -bt 800 -an a.avi > (so that maxbitrate will be 8000kbps) You forgot to set the video bitrate. [...] > 1. for mpeg4 encoder, what qscale value is good enough > to k

[FFmpeg-user] use q:v and maxrate

2016-04-06 Thread YIRAN LI
Hi guys, I'm encoding videos target a max average bitrate and want to achieve good encoding quality. When I use ffmpeg.exe -i a.mp4 -c:v mpeg4 -profile:v 15 -vtag DIVX -bufsize 308 -maxrate 800 -bt 800 -an a.avi (so that maxbitrate will be 8000kbps), in this case I get a.avi wit