schmiddj
24th September 2006, 00:35
This is actually a question about both encoding and authoring, but I figured I ought to post it in authoring since the error message is coming from Spruceup.
I've got a video with the peculiar resolution of 624x352, and I'm simply trying to encode it correctly and load it into spruceup for authoring. Following the guide for resizing video to dvd format online, I get an avisynth file that looks something like this:
addborders(0,58,0,60)
bicubicresize(720,362,0,0.5)
but my preffered encoder, HCgui, rejects it, saying "height not a multiple of 16"
So I try again:
addborders(0,56,0,56)
bicubicresize(720,368,0,0.5)
This time it works, outputting an .m2v file, but now spruceup gives me an error message when loading it essentially saying the resolution of the media asset is not dvd video compliant. Doing the math including the borders, the avisynth file does indeed output a video of 720x480, but spruceup still rejects it. Any ideas? Thanks in advance.
I've got a video with the peculiar resolution of 624x352, and I'm simply trying to encode it correctly and load it into spruceup for authoring. Following the guide for resizing video to dvd format online, I get an avisynth file that looks something like this:
addborders(0,58,0,60)
bicubicresize(720,362,0,0.5)
but my preffered encoder, HCgui, rejects it, saying "height not a multiple of 16"
So I try again:
addborders(0,56,0,56)
bicubicresize(720,368,0,0.5)
This time it works, outputting an .m2v file, but now spruceup gives me an error message when loading it essentially saying the resolution of the media asset is not dvd video compliant. Doing the math including the borders, the avisynth file does indeed output a video of 720x480, but spruceup still rejects it. Any ideas? Thanks in advance.