VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jan 2009
    Location
    United Kingdom
    Search Comp PM
    I currently embed an srt in an mkv.

    So far so good.

    But when I select it in MPC (Media Player Classic) it looks like this:

    Image
    [Attachment 52769 - Click to enlarge]


    I just want it to say English instead of all the "[eng] (subrip)".

    In VLC its like this:

    Image
    [Attachment 52770 - Click to enlarge]


    I'd like it to just say English here too!

    Here's my ffmpeg code:

    Code:
    ffmpeg -i "filename.avs" -i "filename T80 2_0ch 192Kbps DELAY 0ms.ac3" -ac 2 -i "filename.srt" -metadata:s:s:0 language=eng -metadata:s:s:0 title="English" -map 0:v -map 1:a -map 2:s -c:v libx264 -profile:v high -pix_fmt yuv420p -b:v 5000k -preset slow -bf:v 2 -rc vbr_hq -rc-lookahead 32 -movflags +faststart -c:a copy -scodec copy -t 60 "output.mkv"
    Removing the
    Code:
    -metadata:s:s:0 language=eng
    gets rid of [English] in VLC and the [eng] in MPC, but I still have "(subrip)" in MPC.

    I notice this while ffmpeg renders which might give clues on how to remove it:

    Image
    [Attachment 52771 - Click to enlarge]


    Help appreciated.
    Quote Quote  
  2. You can't "remove" the "subrip" from a file. That's just the format the subtitle is in. Removing the language tagging is bad practice as well. It's the standardized way to store the language so lots of software can detect the language and make e.g. automatic selection decisions. If anything I would remove the title - it's redundant when you already have the language set the standardized way.
    Quote Quote  
  3. Member
    Join Date
    Jan 2009
    Location
    United Kingdom
    Search Comp PM
    Fair enough. Ill remove the title and just have language set. Cheers.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!