[FFmpeg-user] mp4 files size problem

James Girotti james.girotti at gmail.com
Thu Sep 7 21:02:25 EEST 2017


On Thu, Sep 7, 2017 at 9:52 AM, Daniel <5960761 at gmail.com> 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"


More information about the ffmpeg-user mailing list