Use --qp 0 rather than --crf 0 for lossless.

This commit is contained in:
Themaister 2011-11-07 23:16:32 +01:00
parent b4f0d9b8f8
commit 4f841c208d

View File

@ -172,7 +172,7 @@ static bool init_video(struct video_info *video, const struct ffemu_params *para
#ifdef HAVE_X264RGB
video->codec->thread_count = 3;
av_dict_set(&opts, "crf", "0", 0);
av_dict_set(&opts, "qp", "0", 0);
#else
video->codec->thread_count = 2;
#endif