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
 
 and found the file ffout.mp4 plays without the stuttering.Code:ffmpeg -i Video.mkv -vf ass='d\:\\00\\clips\\Subs.ass' ffout.mp4 
 
 So to answer
 
 Use ffmpeg instead of HandBrake.Any clue on how to avoid and correct this?
 
 (if you insist on using HandBrake you could make a two line avs script like
 
 and make a virtuel file with avfs and use that as input to HandBrake. This also plays without stutter)Code:FFVideoSource("D:\00\Clips\video.mkv") textsub("D:\00\clips\subs.ass")
Similar Threads
- 
  Can not preview any video in AegisubBy Mustafa Kh in forum SubtitleReplies: 4Last Post: 26th Oct 2023, 04:21
- 
  Help with AegisubBy ThePi7on in forum SubtitleReplies: 7Last Post: 19th Mar 2019, 21:14
- 
  Need help with AegisubBy Crni in forum SubtitleReplies: 3Last Post: 13th Feb 2018, 16:19
- 
  Aegisub: Whole line jumpingBy PetitKero in forum SubtitleReplies: 2Last Post: 28th Jul 2017, 16:08
- 
  Scrolling under aegisubBy Patapin in forum SubtitleReplies: 0Last Post: 7th Dec 2013, 09:51


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote