View Full Version : Attack of the Clones (PAL)
jedidaz
13th November 2002, 10:48
I've ripped the film, used ReMPEG to 'squash' to 80% but the film seems to twitch. This can be seen clearly on the 'Long long time ago' screen and returns approx 1 hour into film. Has anyone else had this problem or is it just mine. I'm still using Ifoedit 0.88 until I know 0.95 is safe. Any help would be appreciated
doh-doh-doh
13th November 2002, 22:01
i to made a BACK-UP of starwars 2 but with no problems. I used dvd decrypter to rip the movie and sound track, then used dvd2avi, then vfapiconverter, cinema craft encoder to make it a bit smaller and the last program is dvd maestro to add chapters and add the sound track back to the movie.. end result SH*T hot BACK-UP with 5.1 sound track.:D :D
Digital_Monkey
13th November 2002, 23:30
I use to get that problem, after scanning the forums came across a message that helped me rid it.....
Long process but works
Rip with DVD Encrypter
IFO edit with .932 version
Encode with Rempeg
Then remux to new directory with .6 version Ifo Edit
Copy over IFO's & BUP's created with first edit
Open v.932 and get VTS Sectors
Then strip again with V.932 to final directory
Get VTS Sectors again
Test & burn with nero....
:D
zappernl
14th November 2002, 22:16
I have the same problem as jedidaz, also Episode 1 has the same problem. So thanks for your advise Digital_Monkey. Now one question remains:
Where can I get ifoedit 0.6?
Digital_Monkey
15th November 2002, 00:15
I got it from here:
http://mpucoder.kewlhair.com/Derrow/index.html
make sure u get Ifo and Vob...
Good luck ;)
zappernl
17th November 2002, 08:18
Hi Guys,
I have done as instructed be Digital_Monkey for Episode 1 (same twitching problem as mentioned by jedidaz, only throughout the whole movie) but without succes.
I have rempeged the movie and the m2v file contains already the twitching!! Also some parts of the image show a low resolution (blocks) again in the m2v file. The only option that I changed in ReMpeg is resolution (720 x 480), the rest remains unchanged. I have done over 20 DVD's but these Star Wars seems to give trouble......
Anybody any ideas what might go wrong?
Ridgeback
17th November 2002, 11:15
Me too, both movies.
dvd decrypter, ifo-edit, rempeg 2 82% they twitched so didn't bother remuxing
dilligaf
18th November 2002, 09:32
Ive just about given up on rempeg when I tried to backup Starwars Ep1, I went the re-encode route with tmpegenc with Ep2. For this movie it was 3800 kbs 2-pass vbr, authored with Ifoedit 0.95. No video hiccups at all.The 6ch ac3 + the directors commentary fitted on ok :)
drafty
18th November 2002, 10:04
Dilligraf,
on IFOedit 0.95 do you use the create template button? Does this now work ok? I still filter the output file and BTW I saw some stange frame numbers at the start of that file the other day :eek: . I usually remove all frames that are not I frames and encode with tmpgenc.
Regards,
Drafty ;)
mck3nzi3
18th November 2002, 16:36
The problem is not of EpisodeII but of reMPEG that don't build decent .m2v when the film make higly use of digital effect and when the dvd use angles (at the movie start there is 2 angles for scrolling text in different languages).
Result blocky video stream exspecially in lighting scenes and where is present the 2 angles.
The only way to solving this problem is use CEE (Cinemacraft Engine Encoder) to encode the movie at 3500 of averege bitrate. The result is very very good, vere close to orginal.
dilligaf
19th November 2002, 02:06
Originally posted by drafty
Dilligraf,
on IFOedit 0.95 do you use the create template button? Does this now work ok? I still filter the output file and BTW I saw some stange frame numbers at the start of that file the other day :eek: . I usually remove all frames that are not I frames and encode with tmpgenc.
Regards,
Drafty ;)
Nah Drafty, I just used this template, just change tv system & bitrate to suit. :)
hmm could'nt attach for some reason, so here's the txt version. Copy, paste it into notepad & save it as 'whatever.mcf' :)
object TMPEGConfigFile
MPEG.Text = '$$DVD_PAL'
MPEG.WizardCategoryName = '$$HIDE'
MPEG.WizardSubFormatName = ''
MPEG.WizardCaption = ''
MPEG.WizardDescription = ''
MPEG.WizardTargetMedia = MPEGConfig_TargetMediaType_Unknown
MPEG.WizardAutoCalcVideoBitRate = False
MPEG.WizardAutoChooseList.EnableVideoSize = False
MPEG.WizardAutoChooseList.VideoSize = <>
MPEG.WizardAutoChooseList.EnableVideoGOP = False
MPEG.WizardAutoChooseList.VideoGOP = <>
MPEG.OutputStreamType = MPEG_OutputStreamType_VideoOnly
MPEG.OutputStreamType_ReadOnly = False
MPEG.Video.StreamType = MPEGVideoEncoder_StreamType_MPEG2
MPEG.Video.StreamType_ReadOnly = True
MPEG.Video.Width = 720
MPEG.Video.Width_ReadOnly = True
MPEG.Video.Height = 576
MPEG.Video.Height_ReadOnly = True
MPEG.Video.YUVFormat = 1
MPEG.Video.YUVFormat_ReadOnly = True
MPEG.Video.DC_prec = 2
MPEG.Video.DC_prec_ReadOnly = False
MPEG.Video.VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Interlace
MPEG.Video.VideoEncodeMode_ReadOnly = False
MPEG.Video.FrameRate = 3
MPEG.Video.FrameRate_ReadOnly = True
MPEG.Video.AspectRatio = 2
MPEG.Video.AspectRatio_ReadOnly = True
MPEG.Video.RateControlMode = MPEGVideoEncoder_RateControlMode_VBR_2PASS
MPEG.Video.RateControlMode_ReadOnly = False
MPEG.Video.MaxBitRate = 8000000
MPEG.Video.MaxBitRate_ReadOnly = False
MPEG.Video.MinBitRate = 2000000
MPEG.Video.MinBitRate_ReadOnly = False
MPEG.Video.MinAvgBitRate = 0
MPEG.Video.MinAvgBitRate_ReadOnly = False
MPEG.Video.CBR_BitRate = 7000000
MPEG.Video.VBR_MultipassVBRAlgorithm = MPEGVideoEncoder_MultipassVBRAlgorithm_MultipassCQ
MPEG.Video.VBR_AvgBitRate = 3800000
MPEG.Video.VBR_MaxBitRate = 8000000
MPEG.Video.VBR_MinBitRate = 2000000
MPEG.Video.VBR_MaxPassCount = 2
MPEG.Video.VBR_Quality_P = 0
MPEG.Video.VBR_Quality_B = 20
MPEG.Video.VBR_EnablePadding = False
MPEG.Video.MVBR_MaxBitRate = 8000000
MPEG.Video.MVBR_MinBitRate = 2000000
MPEG.Video.MVBR_Quality_P = 0
MPEG.Video.MVBR_Quality_B = 20
MPEG.Video.MVBR_EnablePadding = False
MPEG.Video.AVBR_Quality = 50
MPEG.Video.AVBR_MaxBitRate = 8000000
MPEG.Video.AVBR_MinBitRate = 2000000
MPEG.Video.AVBR_EnablePadding = False
MPEG.Video.CQ_Quality = 65
MPEG.Video.CQ_Quality_P = 0
MPEG.Video.CQ_Quality_B = 20
MPEG.Video.CQ_MaxBitRate = 8000000
MPEG.Video.CQ_MinBitRate = 2000000
MPEG.Video.CQ_EnablePadding = False
MPEG.Video.VBVBufferSize = 229376
MPEG.Video.VBVBufferSize_ReadOnly = True
MPEG.Video.GOP_SeqHeaderInterval = 1
MPEG.Video.GOP_SeqHeaderInterval_ReadOnly = True
MPEG.Video.GOP_I_FrameCount = 1
MPEG.Video.GOP_I_FrameCount_ReadOnly = True
MPEG.Video.GOP_P_FrameCount = 4
MPEG.Video.GOP_P_FrameCount_ReadOnly = True
MPEG.Video.GOP_B_FrameCount = 2
MPEG.Video.GOP_B_FrameCount_ReadOnly = True
MPEG.Video.GOP_BitStreamForEdit = True
MPEG.Video.GOP_BitStreamForEdit_ReadOnly = False
MPEG.Video.GOP_MaxFrameCount = 15
MPEG.Video.GOP_MaxFrameCount_ReadOnly = True
MPEG.Video.QuantizeMatrix_Intra_ReadOnly = False
MPEG.Video.QuantizeMatrix_NonIntra_ReadOnly = False
MPEG.Video.Profile = 4
MPEG.Video.Profile_ReadOnly = True
MPEG.Video.Level = 8
MPEG.Video.Level_ReadOnly = True
MPEG.Video.VideoFormat = 1
MPEG.Video.VideoFormat_ReadOnly = True
MPEG.Video.DisplayWidth = 0
MPEG.Video.DisplayWidth_ReadOnly = False
MPEG.Video.DisplayHeight = 0
MPEG.Video.DisplayHeight_ReadOnly = False
MPEG.Video.MotionSearchSpeed = MPEGVideoEncoder_MotionSearchSpeed_Normal
MPEG.Video.MotionSearch_AlwaysHalfPel = True
MPEG.Video.UseFloatDCT = False
MPEG.Video.QuantizeMode = False
MPEG.Video.QuantizeModeVal_Intra = 35
MPEG.Video.QuantizeModeVal_NonIntra = 35
MPEG.Video.YUVBasicYCbCr = True
MPEG.Video.QuantizeMatrix_Intra = {
081013161A1B1D22101016181B1D222513161A1B1D22222616161A1B1D222528
161A1B1D202328301A1B1D202328303A1A1B1D22262E38451B1D23262E384553}
MPEG.Video.QuantizeMatrix_NonIntra = {
1010101010101010101010101010101010101010101010101010101010101010
1010101010101010101010101010101010101010101010101010101010101010}
MPEG.Audio.StreamType = MPEGAudioEncoder_StreamType_MPEG1_Layer2
MPEG.Audio.StreamType_ReadOnly = True
MPEG.Audio.SamplingFrequency = 48000
MPEG.Audio.SamplingFrequency_ReadOnly = True
MPEG.Audio.ChannelMode = 0
MPEG.Audio.ChannelMode_ReadOnly = False
MPEG.Audio.CantUseMono = True
MPEG.Audio.BitRate = 384000
MPEG.Audio.BitRate_ReadOnly = False
MPEG.Audio.CalcCRC = True
MPEG.Audio.CalcCRC_ReadOnly = True
MPEG.Audio.OriginalFlag = False
MPEG.Audio.OriginalFlag_ReadOnly = False
MPEG.Audio.CopyrightFlag = False
MPEG.Audio.CopyrightFlag_ReadOnly = False
MPEG.Audio.PrivateFlag = False
MPEG.Audio.PrivateFlag_ReadOnly = False
MPEG.Audio.EmphasisType = 0
MPEG.Audio.EmphasisType_ReadOnly = False
MPEG.System.StreamType = MPEGSystemEncoder_StreamType_MPEG2_Program
MPEG.System.StreamType_ReadOnly = True
MPEG.System.EnableCommentText = False
MPEG.System.CommentText = ''
end
tomti
23rd November 2002, 23:50
Hi
i used dvd decrypter on my star war 2 DVD and only kept one angle and one audio track. VOB files seem to be fine when read with power dvd.
then i did my D2V project. The matter is that i can't use my D2V file...CCE says "gdiploadimage from file failed :3"
any idea ?
thanks
JF Sebastian
26th November 2002, 01:20
doh-doh-doh
Hi m8. I also used Decrypter > DVD2AVI route on SWEP2:AOTC, (although I reencode with TMPG Plus 2.5 rather than CCE) and reauthored it with Maestro with the 5.1 soundtrack. It plays perfectly, EXCEPT:
I have no subtitles in the sequences where they are required (such as when Annakin returns to Tatooine or when Dooku speaks to his allies). I can't seem to determine where they are on the dvd fileset, or indeed how to get them into Maestro in the correct spot on the timeline. I tried to follow this:
http://www.doom9.org/index.html?/mpg/dvdr-guides.htm
but got the entire subtitle track - did I strip the wrong stream do you think?
I haven't done any movies with subtitles of the twenty or so I have completed successfully following this method, so I'm guessing a bit.
Do you know how to extract these specific subtitles and inport them correctly into Maestro? Fingers crossed!!
JF
dvd_maniac
27th November 2002, 22:43
are the subtitles you are looking for in another angle?
JF Sebastian
29th November 2002, 00:33
dvd_maniac
I dunno m8. After trying endless combinations of streams stripping and other efforts, I cannot locate the correct subpicture that depicts the alien language subtitles in AOTC R2.
What's frustrating is that I've got a perfect m2v and ac3 just waiting to author in Maestro - just can't get these f-ing subtitles to finish the whole thing!!
JF
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.