On Thu, Sep 7, 2017 at 9:52 AM, Daniel <[email protected]> wrote: > Thank you for the reply . I think you are right about the hardware encoder > . I have encoded the video with libx264 and the output file was 189MB. Do > you know what is the difference between nvenc_h264 and h264_nvenc encoders > ?
From what I can tell from the source code "nvenc_h264" is an alias for "h264_nvenc", but "nvenc_h264" is the old deprecated name. So you if you're writing any scripts/programs you should use "h264_nvenc" _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
