I have this particular MKV file and its details are in the pic below.
Now I want to convert it to MP4 and hard-code the ass subtitle into it.
I know that I can't avoid re-encoding the video(?) by using
in ffmpeg, so I was wondering if there is anyway to best preserve the quality of the video?-c:v copy
I don't mind the problem of the file size, since it is a 1-2 minute video anyway.
Some suggestion is to make a lossless video, so I did
This does work (even though the file is 3 times the original), but stillffmpeg -i "input.mkv" -preset veryslow -crf 0 -c:a aac -vf "ass=sub.ass" "output.mp4"
the quality was not as good as the original and the colour is slightly brighter.
Hence, I am curious if there are more ways to do this?
+ Reply to Thread
Results 1 to 7 of 7
-
-
@sneaker Thank you so much for such a quick reply.
Oh so if I already specified -preset veryslow -crf 0, the video should be exactly the same?
Am I understanding correct?
As you can see, the subtitle on Aegisub looks quite sharper and has slightly better colour.
The difference is very slightly, but I'm just curious if there is a way to make it better?Last edited by parumaru; 25th Jun 2017 at 14:42.
-
-
Similar Threads
-
Vertical line spacing in ass subtitle file
By spopic in forum SubtitleReplies: 3Last Post: 21st Jun 2017, 03:07 -
FFmpeg Subtitle not taking sub.ass file path
By shahid109 in forum SubtitleReplies: 7Last Post: 12th Jun 2017, 23:36 -
subtitle ass to mp4
By thanksforthegod in forum SubtitleReplies: 5Last Post: 18th Jan 2015, 10:00 -
What do people do with mpeg-1/2 video mpgv at 59.94 frames per second?
By johnharlin in forum Video ConversionReplies: 6Last Post: 23rd Aug 2012, 19:30 -
ass subtitle not displaying correctly in MPC
By thinredline in forum SubtitleReplies: 9Last Post: 23rd Jul 2012, 14:08