Whenever I need to convert an mkv file onto a DVD, after some frustrating results, I do this:
1) Demux the file with MKVextractGUI.
2) Load the H264 file on DGAVCIndex and make a dga project.
3) Write a script, loading that dga script and all necessary filters.
4) Check the script on AvsP.
5) Load that scritp on HCEnc and convert the files onto m2v.
This method has been quite foolproof until now. Instead of loading with directshowsource I use avcsource.
But something unusual happened yesterday: the script checked fine on AvsP, but the converted file ended up with a thin green line all along the bottom border of the anamorphic image.
I don't understand two things:
1) What might be happening?
2) Why doesn't it show in AvsP?
Now, if I load the mkv file with directshowsource and just resize it to 720x480, I get a correctly sized image with borders up and below, and no green line. Yes, or course, then why just don't convert it like that and let it be? Perhaps because I want to understand a bit on what might be happening.
+ Reply to Thread
Results 1 to 22 of 22
-
-
Originally Posted by carlmart
-
Originally Posted by jagabo
-
Your h.264 decoder probably doesn't like the 542 pixel height (mod2) of the source. Try a different h.264 decoder.
-
Originally Posted by jagabo
From Gspot I could only find out that my codec is: H.264/AVC
But I think that is too generic.
In my directory I also have Mainconcept H.264/AVC Encoder V2. So maybe that's it. -
DGAVCIndex is based on an old version of libavcodec. You cannot change the decoder when using this.
If DirectShowSource() works, it's using whatever decoder you currently have set as preferred. To change it you would change the merit of other decoders higher or lower -
Originally Posted by poisondeathray
-
When using AvcSource() you should be able to trim() the green lines off the bottom of the frame.
-
Originally Posted by jagabo
Maybe carlmart, can you post a tiny sample of the source?
If you want to know what your current directshow decoder is, render the file in graphstudio -
Originally Posted by poisondeathray
Maybe carlmart, can you post a tiny sample of the source?
If you want to know what your current directshow decoder is, render the file in graphstudio -
You can cut a sample from a mkv using mkvtoolnix. Under the global tab, there is a splitting function. Please post the avs script you used as well
-
The file is here:
http://www.mediafire.com/?sharekey=baad3af1c8fb5a28d6baebe61b361f7cfadbed69258662dbb8eada0a1ae8665a
The script I tried to use and got me the green line was:
AVCSource("d:\file.dga")
spline36resize(720,360)
addborders(0,60,0,60)
-
OK. Thanks.
DSS did it for me on this case. Let's hope I do not find other cases like this. -
It's even present with just AVCSource() , without the resize, or borders
You can probably predict which would have problems; likely the videos with non mod16 dimensions
I don't understand why you didn't see that in the preview, maybe you just looked at frame 0. -
Originally Posted by jagabo
AvcSource("video.dga")
Crop(0,0,-0,-2)
Follow that with your resize and addborders. -
Originally Posted by jagabo
I am not too interested in cropping an image. Much better to try a different way. -
OK, if you don't want to crop it (?), then try the Letterbox command:
Letterbox(0,2)
which will just replace the bottom 2 rows of pixels with black. -
Originally Posted by manono
What I meant is that cropping the original image is something I do not want to do if I have any other option. -
Losing two scan lines out of 542 is not worth worrying about. Especially since it is going to be resized down to 360 scanlines for DVD.
Similar Threads
-
Unexpected ffmpeg conversion results
By subn3t in forum Video ConversionReplies: 3Last Post: 9th Feb 2012, 14:14 -
Weird conversion results
By carlmart in forum Video ConversionReplies: 47Last Post: 11th Jun 2009, 10:51 -
AVI to DVD results in weird playback fault
By JustGreg in forum Video ConversionReplies: 0Last Post: 26th May 2008, 10:51 -
MKV conversion always results with poor AV sync
By johnhouk in forum Video ConversionReplies: 4Last Post: 23rd Jan 2008, 17:13 -
Watching videos on my computer results in weird pixelation and blurring
By dan1230 in forum Newbie / General discussionsReplies: 9Last Post: 4th May 2007, 12:46