Hi there.
I work with Aegisub for a while, but recently I experimented with the tag for font scale (\fscx<scale> and \fscy<scale>).
Everything seemed fine within Aegisub, and I used the tag animated transform to create an effect where a title seems to be growing, something like {\fscx80\fscy80\t(0,2000,\fscx100\fscy100)}Example .
Then, with the file saved, I used Handbrake to burn the subtitles onto the video in mp4 format, like I always do with the videos of my clients. The problem is when the encoding ended, the parts where I used the font scale animation appeared stuttering.
Does anyone have noticed the same? Any clue on how to avoid and correct this?
Regards.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Just to test:
I took a video file, Video.mkv
And a slightly modified version of your subtitle file, Subs.ass
That I muxed together to Video (1).mkv and hardcoded the subtitles in HandBrake to the file Video (1)-1.m4v.
I found the same stuttering as you mention.
Then I hardcoded the subtitles with ffmpeg
Code:ffmpeg -i Video.mkv -vf ass='d\:\\00\\clips\\Subs.ass' ffout.mp4
So to answer
Any clue on how to avoid and correct this?
(if you insist on using HandBrake you could make a two line avs script like
Code:FFVideoSource("D:\00\Clips\video.mkv") textsub("D:\00\clips\subs.ass")
Similar Threads
-
Can not preview any video in Aegisub
By Mustafa Kh in forum SubtitleReplies: 4Last Post: 26th Oct 2023, 03:21 -
Help with Aegisub
By ThePi7on in forum SubtitleReplies: 7Last Post: 19th Mar 2019, 20:14 -
Need help with Aegisub
By Crni in forum SubtitleReplies: 3Last Post: 13th Feb 2018, 15:19 -
Aegisub: Whole line jumping
By PetitKero in forum SubtitleReplies: 2Last Post: 28th Jul 2017, 15:08 -
Scrolling under aegisub
By Patapin in forum SubtitleReplies: 0Last Post: 7th Dec 2013, 08:51