VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi,

    I don't know which section of the forum this would go best in so I decided to post here. Mods please move accordingly.

    Anyway, would like to ask: How to remove text streams from TS files?
    I was browsing the mediainfo of a new TS file that I got and I noticed it had a text stream in it.

    ex.

    Code:
    Text
    ID                                       : 278 (0x116)-1
    Menu ID                                  : 1040 (0x410)
    Format                                   : ARIB STD B24/B37
    Codec ID                                 : 6
    Duration                                 : 2mn 18s
    Bit rate mode                            : Constant
    Delay relative to video                  : 2s 984ms
    Stream size                              : 0.00 Byte (0%)
    Language                                 : Japanese
    
    Menu
    ID                                       : 272 (0x110)
    Menu ID                                  : 1040 (0x410)
    List                                     : 273 (0x111) (MPEG Video) / 274 (0x112) (AAC) / 278 (0x116) (ARIB STD B24/B37, Japanese) / 279 (0x117) (ARIB STD B24/B37) / 1297 (0x511) () / 1299 (0x513) () / 1300 (0x514) () / 1553 (0x611) () / 1554 (0x612) () / 1555 (0x613) () / 1809 (0x711) ()
    Language                                 :  /  / Japanese
    I have a feeling these are closed captions and I would like to remove them since I don't need it. What would be the best way to do so?
    I read something like clearing the metadata through ffmpeg but I'm not sure how to go about it.

    Any help would be appreciated. Thanks!^^
    Quote Quote  
  2. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    Code:
    ffmpeg -i my_input.ts -c copy -sn my_output.ts
    will create a file with everything except subtitles.
    Quote Quote  



Similar Threads

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