VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. First, I am new here and I am not sure if this is the right section for my question. I apologize if I'm not posting right.
    So I've got 7 .ts files, that I joined using TSSplitter, because tsMuxer gave me errors. The result is a single .ts file, which I demuxed using tsMuxer (without errors). I got one .h264 file, two .wav and one .ac3. I made one .mkv file from these with mkvmerge, adding some subtitles. This file plays fine on my PC. However, on a Panasonic TX-P50VT30 E, the video did not play. I played with the mkvmerge settings, especially "Disable header removal compression", both checked and unchecked. Strangely, both files played, but when playing it shows horrible artifacts, and slow frame rate. The original files are from an uncompressed blu-ray. However, other videos (also uncompressed blu-rays) play fine. I thought it may be the high bit rate. The joined .ts files has a data rate of 32578kbps and total bitrate is 32962kbps, as indicated by Windows Explorer. I use a Seagate 1TB External HDD which I plug into the TV. All the videos play perfectly on the PC, but it is powerful. Maybe the TV can't handle the file?
    This is some additional info from MediaInfo:
    Code:
    General
    Unique ID                        : 230447798005696903559404475679823602796 (0xAD5EA1A8A7C8C10B970C0A0369E7A46C)
    Format                           : Matroska
    Format version                   : Version 2
    File size                        : 25.0 GiB
    Duration                         : 1h 56mn
    Overall bit rate mode            : Variable
    Overall bit rate                 : 30.8 Mbps
    Encoded date                     : UTC 2011-12-27 22:45:39
    Writing application              : mkvmerge v4.6.0 ('Still Crazy After All These Years') built on Mar 10 2011 02:50:32
    Writing library                  : libebml v1.2.0 + libmatroska v1.1.0
    
    Video
    ID                               : 1
    Format                           : AVC
    Format/Info                      : Advanced Video Codec
    Format profile                   : High@L4.1
    Format settings, CABAC           : Yes
    Format settings, ReFrames        : 2 frames
    Codec ID                         : V_MPEG4/ISO/AVC
    Duration                         : 1h 56mn
    Bit rate mode                    : Variable
    Width                            : 1 920 pixels
    Height                           : 1 080 pixels
    Display aspect ratio             : 16:9
    Frame rate                       : 23.976 fps
    Color space                      : YUV
    Chroma subsampling               : 4:2:0
    Bit depth                        : 8 bits
    Scan type                        : Progressive
    Language                         : English
    Default                          : Yes
    Forced                           : No
    
    Audio #1
    ID                               : 2
    Format                           : PCM
    Codec ID                         : A_PCM/INT/LIT
    Duration                         : 1h 56mn
    Bit rate mode                    : Constant
    Channel(s)                       : 6 channels
    Sampling rate                    : 48.0 KHz
    Bit depth                        : 24 bits
    Default                          : Yes
    Forced                           : No
    
    Audio #2
    ID                               : 3
    Format                           : PCM
    Codec ID                         : A_PCM/INT/LIT
    Duration                         : 1h 56mn
    Bit rate mode                    : Constant
    Channel(s)                       : 6 channels
    Sampling rate                    : 48.0 KHz
    Bit depth                        : 24 bits
    Default                          : No
    Forced                           : No
    
    Audio #3
    ID                               : 6
    Format                           : AC-3
    Format/Info                      : Audio Coding 3
    Mode extension                   : CM (complete main)
    Codec ID                         : A_AC3
    Duration                         : 1h 56mn
    Bit rate mode                    : Constant
    Bit rate                         : 640 Kbps
    Channel(s)                       : 6 channels
    Channel positions                : Front: L C R, Side: L R, LFE
    Sampling rate                    : 48.0 KHz
    Bit depth                        : 16 bits
    Compression mode                 : Lossy
    Stream size                      : 534 MiB (2%)
    Default                          : No
    Forced                           : No
    
    Text #1
    ID                               : 4
    Format                           : UTF-8
    Codec ID                         : S_TEXT/UTF8
    Codec ID/Info                    : UTF-8 Plain Text
    Default                          : Yes
    Forced                           : No
    
    Text #2
    ID                               : 5
    Format                           : UTF-8
    Codec ID                         : S_TEXT/UTF8
    Codec ID/Info                    : UTF-8 Plain Text
    Default                          : No
    Forced                           : No
    The other video that I have on my HDD has a 25.7 Mbps overall bit rate, which is not that far from 30.8 Mbps for the problematic video. Any help will be appreciated.
    Last edited by mateus560276; 3rd Jan 2012 at 16:46.
    Quote Quote  
  2. Do yourself a favor and buy some media player http://www.iboum.com/net-media-players.php , I thing it is not offensive in your case because that TV costs a lot, so this will not be a $$$ issue. By this you can make this TV a "hub" , device that pulls on screen anything sitting on LAN at your house as well.

    Big guys out there have different priorities then try to tune up their playback for mp4's, mkv's , you know what people like .
    Quote Quote  
  3. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    first i'd try remuxing the mkv with a more recent version of mkvtools. it's up over v5 now. open with mkvmergegui and select the parts to keep and give it a new name/destination (i'd also dump the 2 extra audio tracks ). if that doesn't help, the peak bitrate may exceed what the tv can handle from a file. then you might benefit from re-encoding it with something like multiavchd.

    also you might find makemkv helpful in creating mkvs from blu-rays. it's free while in beta for now.

    [edit] forgot to welcome you to the forum!
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  4. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Rerip from your original blu-ray that you own. If not then buy it first.
    Quote Quote  
  5. Thanks you all for the suggestions.
    @aedipuss
    I will try to do what you say. I used the newest version of MKVtoolnix when I saw it. However, I had problems with that "header removal compression" and after searching I discovered that older versions didn't have that problem. Anyway, all the files resulted from mkvmerge played perfectly on my PC so I thought that is not the problem. I see that mkvtools is an OS X application, that is not a problem but my PC is faster and I tried to do everything there. Makemkv looks nice. I will try it when I have time.
    @Baldrick
    Thanks for your post, although it's not very useful since the ripped files are fine.
    @_AL_
    I didn't really understand all the things you've written. I am trying to keep everything as simple as possible. If that is the only solution, I will consider buying a media player.
    Quote Quote  



Similar Threads

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