i have a VPS with a ubuntu 14.04 and i use FFmpeg to hardsub ass file and its works fine except the karaoke effects , it does not show the color change only one word on each line , here's the code i used :
Code:ffmpeg -i movie.mkv -c:v libx264 -preset veryslow -vf ass=sub.ass:shaping=complex -c:a copy -crf 25 -s 1920x1080 -sws_flags lanczos output.mkv
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by yakov; 9th Jan 2016 at 12:22.
-
It would depend mostly on how the .ASS file is coded, especially the header portion. .ASS subtile headers set things like base font size, collision types, length of subtitle for each line etc.
Can you post the beginning of the subtitle file like the header and a couple lines of the subs themselves?
Also, some players/converters do not honor all the SSA/ASS subtitle changes, especially animated and karaoke. In addition, although .ASS subtitles allow for Karaoke, they are considered obsolete by that format (http://www.cccp-project.net/stuff/ass-specs.pdf) and I have had better luck using .SSA format.
Similar Threads
-
ASS subtitles Blur effect in hardsubbing (XviD4PSP)
By PlayingTarot in forum SubtitleReplies: 1Last Post: 28th Nov 2014, 06:20 -
How to Hardsubbing without extract the ass file
By undeathx in forum SubtitleReplies: 3Last Post: 5th Sep 2014, 21:26 -
Help needed with embedding (hardsubbing) .ass subtitles
By ninj4Naoto in forum SubtitleReplies: 2Last Post: 12th Jul 2014, 23:24 -
.ASS Karaoke Effects muxing MKV issue
By Anonymous847344 in forum SubtitleReplies: 0Last Post: 11th Jun 2013, 00:19 -
Convert MKV w/ .ass subs & effects to MP4. Sub effects won't stick. Mac.
By nobodyhome in forum Video ConversionReplies: 4Last Post: 2nd May 2013, 14:38