Hello, Merry Christmas and Happy New year for all.![]()
Let's go now with my eternal problem, named hell264.![]()
I have got a mkv file that has inside these files:
track2.ac3
track3.dts
track4.srt
track1 (Mpeg4/ISO/AVC)
When I was to extract these files with MKVExtract, I was told that x264 was detected, and asked to give the output file an extension. I set it to mp4.
My enconder wont accept this file.mp4 as input, nor file.h264, neither file.264.
I also have tried avisynth script, with no luck. These are my scripts:
#SOURCE
DirectShowSource("P:\DVD\MOVIE\Track1.h264", fps=24, convertfps=true)
#SOURCE
DirectShowSource("P:\DVD\MOVIE\Track1.h264")
#SOURCE
DirectShowSource("P:\DVD\MOVIE\Track1.264", fps=24, convertfps=true)
#SOURCE
DirectShowSource("P:\DVD\MOVIE\Track1.mp4", fps=24, convertfps=true)
The two last ones with and without the fps thing.
My best result has been a message error like this:
"unable to determine the duration of the video"![]()
I have had this problem before, but just can't remember how did I fixed it. And at that time my video was not HD, anyway.
I have given a try to Alltoavi, but I would prefer not to convert the video to avi, but just encode it to DVD.
I'm trying right now the Gui4ffmpeg, directly to DVD, but my source is 1080p, and the Gui4ffmpeg doesn't allow this, so I am losing my HD video.![]()
So I would like to know how should I get my video 1080px264 converted to a blue ray DVD, the best way.![]()
Thanks in advance.
+ Reply to Thread
Results 1 to 7 of 7
-
They that give up essential liberty to obtain a little temporary safety deserve neither liberty or safety. (Benjamin Franklin).
-
This script works for me all the time with mkv files-
DirectShowSource("D:\stuff.mkv")
No need to demux the video for encoding.I think,therefore i am a hamster. -
I can't get my script to work, demuxed or not the mkv file, but thank you very much for your help anyway, johns0.
Looks like tsmuxer is doing a nice job right now. 91% and looking just fine! Thank you very much, noemi7
I am into the DVD thing for several years now, but just a beginner with HD and blu-ray stuff. Lots of things to learn.
CheersThey that give up essential liberty to obtain a little temporary safety deserve neither liberty or safety. (Benjamin Franklin). -
DirectShowSource will only work if you have all of the necessary codecs installed. I'd suggest you install FFDShow Tryouts and the Matroska Splitter if you want to use AVISynth and DirectShowSource.
http://ffdshow-tryout.sourceforge.net/Impossible to see the future is. The Dark Side clouds everything... -
Y have updated ffdshow and installed Matroska Splitter (I thought I had already done, but not), and now everything seems to be fine.
My script works:
#SOURCE
DirectShowSource("P:\DVD\movie.mkv")
with no need of .h264 extension, neither demuxing, and the best of all, even my encoder is accepting the mkv as input.
Thanks again, and my best wishes for the New Year for all.They that give up essential liberty to obtain a little temporary safety deserve neither liberty or safety. (Benjamin Franklin). -
Glad it worked out for you
Impossible to see the future is. The Dark Side clouds everything...
Similar Threads
-
Blueray player with mkv, xvid, divx, avi, etc... support. Advice please!
By szabo_77 in forum DVD & Blu-ray PlayersReplies: 34Last Post: 10th Feb 2016, 11:54 -
BlueRay to MKV,Why?
By wulf109 in forum Blu-ray RippingReplies: 3Last Post: 23rd Apr 2010, 03:30 -
mkv and blueray
By anfield7 in forum Newbie / General discussionsReplies: 2Last Post: 17th Feb 2010, 08:20 -
Ripping Blueray to MKV
By unknownuser in forum Blu-ray RippingReplies: 2Last Post: 27th Sep 2009, 17:14 -
mkv to blueray on dvd 5
By Greg6721 in forum Authoring (Blu-ray)Replies: 3Last Post: 25th Jan 2009, 11:40