Log in

View Full Version : DGIndex CLI bug for -FO


Peter1234
2nd October 2005, 02:38
There seems to be a bug in DGIndex when using a command line input with mpeg2 files. The -FO option does not honor the pulldown flag for mpeg2 input files. I have used the following command line with several different mpeg2 files that used a pulldown flag and fps was always 29.97 instead of 23.976. I had to use force film (-FO=1) to get the DV2 file to use 23.976 fps.

DGIndex -IF=[input.mpg] -IA=3 -YR=1 -TN=1 -OM=1 -FO=0 -DRC=2 -DSD=off -DSA=0 -OFD=[output] -exit

Guest
2nd October 2005, 02:46
FO=0 means honor pulldown flags, i.e., read them and do what they say. That means if the pulldown flags convert 23.976 to 29.97 fps, then they will be honored and so the output rate will be 29.97 fps. That is working exactly as intended and designed.