Hello everybody,
I write from Italy and this is my first post here!
I’m trying to convert my collection of 24 VCD to only 3-4 DVD without re-encoding the video stream.
I have TMPGEnc DVD Author 1.6
First I have copied all the .dat files in a directory and I have renamed them sequenzially.
Then I tried to muont them in a new project wizard under TMPGEnc DVD Author 1.6
The problem is that only few files .dat are able to be mounted in a project.
For all the other .dat files the program reported me an error:
“A video sequence header is necessary for every GOP in a standard DVD
The video sequence header is incorrect. A video sequence header is necessary for every GOP in a standard DVD”
I’ve tried to correct the GOP structure using TMPGEnc choosing the “Standard GOP” (BBIBBPBBPBBPBBPBBP) but the error still remains! (and this way takes a lot of time too…)
Is there any way or program to correct the GOP structure quickly? Thank you!
+ Reply to Thread
Results 1 to 8 of 8
-
-
You might try MPEG-VCR and its GOP fixer. More info here
BTW, I think it's the "output interval of sequence header" setting in TMPGEnc that you need to change to 1
Also, you probably should be extracting the MPEG file out of the dat using ISObuster or VCDgear. Simply renaming from Dat to MPG might cause issues somewhere down the line.If in doubt, Google it. -
Download VCDGEAR Commandline at http://www.vcdgear.com/files/vcdgear176-040415_win32.zip
Unzip it, and put the executable in the same directory as your .DAT files.
Copy the following commands between the "------" and save it as fixmpg.bat .
save it in the same directory as your DAT files and vcdgear.exe
-----------------------------------
dir *.dat /b >list.txt
for /f %%a in (list.txt) do vcdgear -dat2mpg %%a %%a.mpg
------------------------------------
Double click on Fixmpg.bat
The fixed files will have an MPG extension. -
Originally Posted by scottie78
For only 5 of my files, as reported in the guide, there was an error and the fixing process was truncated unexpectedly.
So I tried first to extract the mpeg data from those .dat files using the standard procedure of TMPGEnc (and in this way taking a very much higher time, but for only 5 files it does’nt matter eheheh) at this point the essror in the GOP was still present. Then I re-used the Cut & Merge function of TMPGEnc as suggested and in this case is was successful even for those “bad” files!
The only error il that now the GOP il too long, but in this case I can simply "ignore" under TMPGEnc DVD Author program!!!
a simple solution (almost always)
simply use TMPGEnc :
File > MPEG Tools > Type = MPEG Program (VBR) > Add (your file) > Save As xxxx
it should correct the GOP headers for the new file
Thank you all!!!!
You all great!!! -
i just had that stupid assed problem. after attempting every fix i could think of, i ended up just taking a few minutes and re-encoding the files.
Similar Threads
-
incorrect GOP when trying to author DVD with files extracted from VCD
By ibzomie in forum Video ConversionReplies: 2Last Post: 20th Jan 2012, 09:58 -
DVD structure
By gbabione in forum DVD RippingReplies: 6Last Post: 19th May 2010, 22:41 -
invaled DVD navigation structure.
By Itsmeshane in forum DVD RippingReplies: 2Last Post: 10th Feb 2009, 18:23 -
HD DVD Disk Structure?
By wulf109 in forum Blu-ray RippingReplies: 4Last Post: 6th Jan 2009, 23:58 -
VCD to DVD (TDA error: GOP too long)
By jelir in forum Authoring (DVD)Replies: 1Last Post: 6th Jun 2007, 09:40