Page 1 of 1

Re: Incorrect Resolution and Frame Rate

Posted: Sun Jul 24, 2011 2:35 pm
by admin
MrVideo wrote:I learned a little this morning in that the SIZ value in the dgi file is not the ultimate display size. Any particular reason why the display size isn't placed into the file as well?
This is the only question I found in your posts. There are two reasons for that:

1. The SIZ line is used only to size buffers in the source filter, so display size is not needed.

2. The display size is available in the Info dialog.

Note that the elementary stream may not specify a frame rate, in which case DGDecNV defaults to 25fps. You can use AssumeFPS() in your script as needed after getting the correct frame rate from your container. That's easier and cleaner than editing the index file.