Apparently I have unlearnt everything I knew on how to go from an mkv file to a pristine DVD copy.
Nowadays I do not use DVD anymore, as MKV fles are much superior. But on some cases I have to rely on them, for one reason or another.
From the many programs I used, the best was through Avisynth, with HCEnc Gui as the conversion tool. So please do not suggest such programs as AVStoDVD or ConvertXtoDVD for this job, because they are very good, but not as good as. On my experience at least
The problem, as I said, is that lost my edge and I can't make this conversion start, certainly because I'm doing something wrong.
I have this 1080p file which I wrote into an script file, and seems to work fine when I load it into AvsP. But the encoding stops right away in HCEnc. This is the script:
Can someone tell me what's wrong with this?FFMpegSource2("h:\file.mkv")
spline36resize(720,368)
addborders(0,56,0,56)
+ Reply to Thread
Results 1 to 6 of 6
-
-
OK. A slight change.
This time I tried loading the file with directshowSource on the script, and things seem to work.
It's encoding now.
If this is how it should be, can someone explain to me why? -
I've used similar scripts for years, no problem with HCenc .24 or .25
Check the specs in AvsP:
R-click on the preview and see the frame rate: is it 24000/1001?
If not, you can correct a small difference by using
FFmpegSource2("file.mkv",atrack=-1,fpsnum=24000,fpsden=1001)
or if it's 24 fps use
AssumeFPS("ntsc_film", sync_audio=true)
-- and of course, if it's 25 fps, encode as PAL, 720x576 -
In fact, I think the HCEnc that failed was 0.23.
But as I said, things went fine with directshowSource, and I ended up with a nice converted file. Is there any advantage/disadvantage in using it instead of FFmpegSource2?
Next time I will try the mods AlanHK suggests.
Thanks!
-
See http://avisynth.org/mediawiki/DirectShowSource
DirectshowSource is not frame-accurate for seeking. If you do anything in the script that depends on frame numbers, e.g. Trims, you can get glitches and rogue frames.
If you're just scaling it, it's probably okay.
Also, DSS depends on your Windows system codecs. So changing those will change how it works.
I only use it when absolutely nothing else works.
Similar Threads
-
MKV guide, Play MKV, MKV to AVI, MKV to DVD, MKV to MP4, MKV to Blu-ray
By Baldrick in forum Newbie / General discussionsReplies: 55Last Post: 29th Jun 2012, 11:19 -
Converting Left Right 3D MKV to Half SBS MKV
By TehBotolSOsro in forum Video ConversionReplies: 10Last Post: 3rd Apr 2012, 06:24 -
How to play MKV, MKV to AVI, MKV to DVD, MKV to Xbox 360 or Playstation 3
By Baldrick in forum Video ConversionReplies: 2Last Post: 8th Mar 2012, 02:45 -
Converting MKV to DVD
By carlmart in forum Video ConversionReplies: 8Last Post: 18th Feb 2012, 11:12 -
Issues Converting MKV to MP4 (could be due to damaged MKV header??)
By MohQ in forum Video ConversionReplies: 1Last Post: 1st Feb 2008, 03:10