Hey!
I'm trying to compress videos from old camera to h264, but I'm unable to play those on my TV ue40es6100. Some h264 movies downloaded from internet are played ok on this TV, but not movies that I converted.
TV manual (on page 667) shows:
Also in attachments there is supported codecs tableVideo decoder
● Supports up to H.264, Level 4.1.
● H.264 FMO / ASO / RS, VC1 SP / MP /
AP L4 are not supported.
● For all Video codecs except VP8, VP6:
– Below 1280 x 720: 60 frame max
– Above 1280 x 720: 30 frame max
● GMC is not supported.
● Supports only SVAF Top/Bottom and
Side by Side.
Audio decoder
● WMA 9, 10 Pro supports up to 5.1
channel and M2 profile (except LBR
mode of M0).
● WMA lossless audio is not supported.
● If Vorbis is only in Webm container,
supports up to 2 channel.
Here is mediainfo output about converted movie:
I tried a couple of ffmpeg commands i.e.:Code:General Complete name : MVI_4299.MP4 Format : MPEG-4 Format profile : Base Media Codec ID : isom File size : 19.7 MiB Duration : 32s 686ms Overall bit rate : 5 063 Kbps Writing application : Lavf57.41.100 Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High 4:2:2@L4.1 Format settings, CABAC : Yes Format settings, ReFrames : 4 frames Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 32s 500ms Bit rate : 5 037 Kbps Width : 640 pixels Height : 480 pixels Display aspect ratio : 4:3 Frame rate mode : Constant Frame rate : 30.000 fps Color space : YUV Chroma subsampling : 4:2:2 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.547 Stream size : 19.5 MiB (99%) Writing library : x264 core 142 r2431 a5831aa Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=3 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00 Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 32s 686ms Duration_LastFrame : 85ms Bit rate mode : Constant Bit rate : 51.6 Kbps Channel(s) : 2 channels Channel(s)_Original : 1 channel Channel positions : Front: C Sampling rate : 11.025 KHz Compression mode : Lossy Stream size : 206 KiB (1%)
ffmpeg -i input.avi -c:v libx264 -preset medium -crf 23 -profile:v high -level:v 4.1 -c:a aac output.MP4
Could you point me correct ffmpeg command, so I could watch that video on my TV?
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by qrld; 22nd Oct 2016 at 12:44.
Similar Threads
-
H264 MP4 too contrasty for Samsung Smart TV
By njitgrad in forum Video ConversionReplies: 13Last Post: 21st Jan 2015, 10:34 -
MPEG-2 to MP4 H264 Best Quality Settings
By bg1111 in forum Video ConversionReplies: 15Last Post: 18th Dec 2013, 01:30 -
Is my thought process correct H264 vs x264?
By LoveDeezNutz in forum Video ConversionReplies: 3Last Post: 6th Jan 2013, 20:12 -
Converting Samsung Camcorder MPEG4 (H264) for YouTube Upload
By zoomie in forum Video ConversionReplies: 6Last Post: 21st Jan 2012, 20:37 -
Correct Project and Sequence Settings for footage from Panasonic TM300?
By Bloodredthorn in forum EditingReplies: 0Last Post: 20th Jan 2012, 12:34