I have DV format videos (AVI Movie, Image Size 720 x 576, Frame Rate 25.00, Pixel Aspect Ratio 1.0940), my Blu ray player and TV LG not able to play this video, how i can play it in Blu ray player and TV ?
In case codec must change, what best codec does not degrade PQ? And is it better change original data: mage size, pixel ratio… to higher resolution, or keep as original?
The software im using is Adobe Premier pro cc and after effects cc.
And thank you very much for answering.
+ Reply to Thread
Results 1 to 15 of 15
-
-
Yes. You must convert it.
You could just use free converters like handbrake and convert to mp4/mkv(with h264 video) that many blu-ray players and tvs support. Use high quality settings and use also Filters->Deinterlace in Handbrake.
Or use Adobe Premiere to edit your video and output to mp4(h264 video) with highest video quality settings.
Keep the original video size and 4:3 aspect ratio. -
-
-
TVs and Blu-ray players often support H.264 video and AAC audio in either a MKV, MP4, or TS container. Support for the MOV container (Quicktime) is less common. As far as I know, only Samsung's UBD-K8500 UHD Blu-ray player and some recent TVs support H.265, so H.264 is probably the "highest" codec you can use.
...but to be sure about which container file formats and what types of video and audio are actually allowed for your TV and your Blu-ray player, you would need to look at the manuals.Ignore list: hello_hello, tried, TechLord, Snoopy329 -
Yep, which is why I ended with the question:
If the originals are camcorder-shot home videos, isn't there a better alternative?
(There's also the further issue that not all smart TVs and Blu-Ray players are entirely co-operative when it comes to 50p vids.) -
Actually, Handbrake can encode as interlaced h.264 but you have to enter the flag, "bff", manually in the x264 Extra Options box. Don't let it resize or filter the video or it will screw up. Even so, it may blur the chroma channels of the two fields together.
Last edited by jagabo; 17th Jan 2017 at 17:04.
-
Someone recommend deinterlace (progressive), is it recommended if the original is interlace ?
Last edited by Kmroc; 18th Jan 2017 at 01:32.
-
-
Up until now, you have only mentioned that you need the file to play on your TV and Blu-ray player.
I recall a few other threads where someone wanted a universally playable file, but the perfect answer was never found because every media playback device is limited in what it will play, and some more than others. For example, if someone's only video playback device is a DVD player, many of them only play authored DVDs.Ignore list: hello_hello, tried, TechLord, Snoopy329 -
there is a perfect answer but there is always someone that would say it is wrong for whatever reason, it is internet discussion, so here we go:
edit your DVavi in any NLE and export DVavi as well, that is your archive. Then you batch transfer those DVavi movies or clips to mp4 (H.264 for video, AAC for audio) using QTGMC (or any other double deinterlacer if it is that good). Doing this you have two choices right after, not to resize and have anamorphic video, you need to encode with SAR flag in x264 encoder, or you resize to square pixel. Square pixel is most bullet proof but you have to resize, your choice, just remember, at this point you resize progressive frame, which is okish, not interlaced frame, which you should not resise.
50p or 59.94p is not a problem today, players have no problems to play it even older phones. And . if you do not want to resize just use that SAR flag.
if %ar%==4:3 if %h%==480 if %w%==720 (set sar=8:9)
if %ar%==4:3 if %h%==576 if %w%==720 (set sar=16:15)
if %ar%==16:9 if %h%==480 if %w%==720 (set sar=32:27)
if %ar%==16:9 if %h%==576 if %w%==720 (set sar=64:45)
if %ar%==4:3 if %h%==480 if %w%==704 (set sar=10:11)
if %ar%==4:3 if %h%==576 if %w%==704 (set sar=12:11)
if %ar%==16:9 if %h%==480 if %w%==704 (set sar=40:33)
if %ar%==16:9 if %h%==576 if %w%==704 (set sar=16:11)
so example, you have 4:3 NTSC, then in x264 command line you put :
--sar 8:9
4:3 pal has that flag 16:15, so even if you do not put it there, not many would notice, proportional error is not that much, but anyway, why not to put it there
While encoding, just be generous with bitrate, use very low CRF, like something below 18 for sure, lower the better, size is not an issue here, because we are talking about SD resolution, and each artifact gets blown-up on HD screen.Last edited by _Al_; 18th Jan 2017 at 12:53.
-
Thank you all for wonderful informations. Ok I guess i can make now some samples and see.
Last edited by Kmroc; 22nd Jan 2017 at 11:28.
Similar Threads
-
Blu-ray player to play "X-Men: Days of Future Past" blu-ray
By nekros111 in forum DVD & Blu-ray PlayersReplies: 8Last Post: 6th Sep 2015, 03:06 -
Blu-ray player won't play backups
By Yanta in forum DVD & Blu-ray PlayersReplies: 12Last Post: 13th Jun 2015, 01:18 -
Blu-ray player that will play MKV files off a BD-R?
By ampex in forum DVD & Blu-ray PlayersReplies: 12Last Post: 30th Aug 2014, 23:53 -
3D Blu-ray player that can play BD-R DL recommendation
By trumpet205 in forum DVD & Blu-ray PlayersReplies: 25Last Post: 7th Jun 2014, 19:46 -
Can i burn avi/mp4/mkv etc to blu ray media and play it in a blu ray player
By brad350 in forum Newbie / General discussionsReplies: 10Last Post: 21st Apr 2012, 04:15