PDA

View Full Version : Gknot 0.27 leaves *.mv file...


stormy1777
26th December 2002, 19:14
After the process of generating the AVI was done I noticed 3 files that I'm not sure what they are...

1. <project_name>.log (14MB) (not <project_name>_GKnot.log)
2. <project_name>.mv (124MB)
3. analyse.log (28MB)

seems like first log has:
Frame 1: intra 0, quant 4, texture 0, motion 1428, total 4352, complexity 0

info on each frame's complexity, etc.

not sure what the mv file is for. analyse.log also has per frame info... Is there anything interesting I should look for in these files before deleteing them? I assume I'd need them to debug any bugs...

Thanks...

khp
27th December 2002, 05:38
1.Divx5.02 first pass log file (The one divx normally places in C:\divx.log by default)
2.Divx5.02 MotionVector log file. The divx encoder (optionally) only does motionsearch durring the first pass. The second pass then reads the motion vectors from this file. This speeds up encoding durring the second pass by as much as 25%.
3.Divx5.02 second pass log file.