2017-09-07 15:57 GMT+02:00 Daniel <[email protected]>: > I have tried to convert some videos to mp4 format what has surprised me was > the size of the videos, After the conversion some videos were 2,3,4 times > bigger then the original wmv files. Here is the command i used to convert : > /usr/local/bin/ffmpeg -i video500.wmv -c:a libfdk_aac -c:v nvenc_h264 > video500.mp4
Complete, uncut console output missing. You did not specify a bitrate, so I assume you did not care about the size of the output file, is that wrong? What is the resulting file size if you encode with libx264? Carl Eugen _______________________________________________ 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".
