Is there a program you can use to edit avi header file?
I have some xvid avis that are c. 4 hours long but the header file says they are just 2h 45 min. I can watch the whole thing with VLC but if I transport the file to Zen Vision:M, I can only see the first 2h45min that the header file shows.
Is there a way the edit the header file to match the true lenght of the movie? Reconverting doesn't work because all the programs I have used (Mediacoder, TMPGenc, WinAVI) copy the header information as is, and don't correct it.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Try reindexing the file with mencoder like this
mencoder -O "output.avi" -forceidx -oac copy -ovc copy "input.avi"
I'm guessing your file is over 2GB in size and your portable player can't handle it. If it still doesn't work after reindexing, you'll have to split the file into 2 parts.
Similar Threads
-
AVI broken header file
By magillagorilla in forum RestorationReplies: 3Last Post: 23rd Sep 2011, 09:01 -
covert avi header to mpeg header
By nidhi in forum Video ConversionReplies: 6Last Post: 29th Jul 2010, 19:40 -
Creating a header with only the data segment of a AVI file
By Hasindu in forum Newbie / General discussionsReplies: 0Last Post: 31st Aug 2008, 12:28 -
Hex editing time in .AVI files.
By ShadowShinobi in forum DVD RippingReplies: 3Last Post: 22nd Jan 2008, 13:22 -
Fix Bad Header/Bugs in an .avi divx file
By krisbee in forum LinuxReplies: 3Last Post: 24th Sep 2007, 07:54