VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. hi everybody, i have 2 video, download on streaming on 2 different site, every video is .ts extension. when play this video on my tv only one play correctly, other video no.
    both work on VLC without problem. same video burn with h264 codec.

    audio (on video ok): 44.1 kHz, 1 channel, AAC LC (ADTS) (Version 4)
    audio (on video NO): 44.1 kHz, 2 channel, AAC LC (ADTS) (Version 4)

    this is one shot of video reference:

    Image
    [Attachment 57546 - Click to enlarge]


    Image
    [Attachment 57547 - Click to enlarge]


    why this behavior? and to see i need to convert video or only change container?
    Quote Quote  
  2. Could be the profile level (main vs high)
    Quote Quote  
  3. have a way to change profile with ffmpeg without re-encoding all video?
    Quote Quote  
  4. There are tools that let you change the flagged profile and level (without reencoding). That may be enough for the TV to play it.
    Quote Quote  
  5. i have found this to change level profile
    Code:
    ffmpeg -i input.ts -c:v libx264 -profile:v main -level:v 4.0 -c:a copy video.ts
    but it's not fast, same time to re-encoding. and try with only one little piece of video and not work on my TV...
    now i get to re-encode my video (only solution)
    Quote Quote  
  6. For example, ffmpeg can change the h264 level flag with:

    Code:
    ffmpeg -y -i input.mkv -codec copy -bsf:v h264_metadata=level=3 output.mkv
    h264LevelEditor too.

    I don't know if any can change the profile flag.

    The issue might also be the unusual horizontal resolution of 1712. Though that seems less likely. Remuxing to MP4 or MKV might help also. TVs can be very picky about what they'll play.
    Quote Quote  
  7. Originally Posted by jagabo View Post
    For example, ffmpeg can change the h264 level flag with:

    Code:
    ffmpeg -y -i input.mkv -codec copy -bsf:v h264_metadata=level=3 output.mkv
    h264LevelEditor too.

    I don't know if any can change the profile flag.

    The issue might also be the unusual horizontal resolution of 1712. Though that seems less likely.
    Level yes, profile no.
    Quote Quote  
  8. with new encoding on mp4 (no change resolution, copy audio and video) work on my TV
    then problem is not resolution maybe...

    and jagabo, tanxs for your reply, but i've try but not work on my TV. same problem.
    Quote Quote  



Similar Threads

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