This forum is for users to exchange information and discuss with other users about a TMPGEnc product.
In case you need official support, please contact TMPG Inc.
Pegasys Products BBS [ Sorted by thread creation date ]
Thank you for your interest in TMPGEnc DVD Author. The purpose of this forum is for you to share your experiences with the product, so we can find ways of improving it. We will monitor the discussions and the comments, but in general we cannot provide any user support through this forum.
Just downloaded trial version. I have high expectations and expect shortly to comment on TMPEnc DVD Author. As TMPEnc enjoys high reputation software needs to deliver at $68.
Best of luck.
I had to reformat my hard drive due to a virus so lost my older version of TMPGE. I also loaded a new Windows XP on it once reformat was done. I previously had ME. I notice that .mov files will only convert video and not audio although I was converting them successfully before. Can anyone give me any insight as to what I need to do or get to successfully convert .mov to mpg once again?
This happens for some reason and I don"t know why, but some poeple can convert Mov files with Audio and some poeple Can not, A I can suggest is to make sure you have the Quicktime Plugin for Tmpgenc installed and the Latest Version of Quicktime and if that doesn"t help then use a Seperate Program to extract the audio from the Mov files to Wav format then use the Wav files as the audio Source...
I can convert older Quicktime-Movies with Sound. But the newer ones, especially the Movies with VBR-Audio, won't work. It's the same "Game" like converting some DivX-AVIs with VBR-Audio.
Well if the Audio is VBR Then that Explaines it Because Tmpgenc does not Support VBR audio, so the audio will have to be extracted by some other means..
I'd like to record the DVD in PAL from the NTSC source and looking for best solution.
I have a source AVI created in NTSC format (from DV camera). I use Ulead MSP7 to edit the file (with MainConcept codec). Ulead allows me to create new AVI in PAL format. Is this the correct place to do it? What about audio - I usually create separate WAV file from MSP7 as well.
Next I use the TMPGEnc to encode the file to M2V. Also during this process I can convert it to PAL. Would this be better place then MSP7 (AVI file).
Lastly I use Ulead Movie Factory (looking to try TMPGEnc DVD Author) and this tool also alows me to specify that DVD is in PAL. Will this be a good place to do it. Again what about audio. At this point my WAV file will be in AC3 format.
If you are going to use this Method then the best Way to do the NTSC/Pal conversion is in "MSP7" then encode and burn it as a Pal File,How are you converting the Wav audio to AC3??
Well the There are other ways of converting to and From NTSC and Pal but if Media Studio Pro does it without the Playback being Jumpy then that is Probably the best way..There are Other programs that convert Between DV NTSC and Pal but they are usually a Bit Pricey..
The source was originally Pinnacle DV codec but converted with the Canopus DV file convertor (which claims to be lossless) to Premiere compatible Canopus DV so that AVISynth can read it ...
directShowSource("C:film.avi")
Bob() #You can use SmoothDeinterlace(tff=false, doublerate=true) too
BicubicResize(720,480)
ConvertFPS(59.94,zone=80)
SeparateFields.SelectEvery(4, 0, 3).Weave
convertToRGB24()
directShowSource("C:film.avi")
Bob() #You can use SmoothDeinterlace(tff=false, doublerate=true) too
BicubicResize(720,480)
ConvertFPS(59.94,zone=80)
SeparateFields.SelectEvery(4, 0, 3).Weave
convertToRGB24()
It's faster because i combined some commands. That's a trick, that will speedup AVISynth in generaly.
The Movement is smoother because ConvertFPS does not drop any Fields/Frames, it will combine it (blending). You can play a little with the Zone-Parameter, but Zone=80 works fine for me.
I want to convert some .avi files to .mpg so I can then burn them to VCD and play them on my TV. I'm limited to 700mb per disk, so is there some setting that creates multiple .mpg files from a single .avi file (whenever it hits the 700mb limit - then it should create another .mpg file)?
UM, Why are you limiting yourself to 700mb?? You can fit 800mb on a 80min 700mb CD-R, Just think of VCD"s as being 10mb per minute of AVI you are encodeing, if the File turns out longer then you cut the file into Parts with the "Mpeg tools" "Merge & Cut"...
I'm looking for exact "step by step set-up. I like to do the same things as far as editing my long movie files to fit into 2 cdr's..
Thank you for your advice.
I recently upgraded to the latest version (2.511) of the registered version. My machine is a dual 2.4 GHz Xeon machine, so it appears to have 4 processors. I am encoding a simple DV-AVI file and I'm getting a hang at various stages in the encoding process. It doesn't completely freeze up, but starts to move at an incredibly slow pace and is performing nonstop disk I/O. Did something change with the multi CPU behavior?
Both Xeons and newer P4 processors have Hyperthreading technology. This causes 2 physical processors to appear as 4 logical processors. The environmental settings screen also incorrectly states that there are 2 'logical processors' when there are actually 4 (Again, there are 2 physical processors). When watching the encoding process on task manager (My task manager shows 4 different CPU level graphs), I see that the analyze part of 2-pass VBR IS in fact using all 4 CPUs when I do motion estimation, but not when I use the highest precision estimation (it only uses 2).
I know that as I have one with Hyper threading But it is Still a Single Proscessor but it is acting as a Dual Proscessor because of it"s architecture..
Correct. But I have 2 chips for a total of 4 logical processors. It's an i860 Supermicro motherboard.
Do you know of any problems that could cause the 2-pass VBR to hang, generally somewhere between 60 and 70%. I can do some experimentation tonight and test the machine using the /ONECPU bootflag and see if that makes a difference. Note that I've never seen this problem before last night (that means it's either the .511 build or some fluke involving this particular .avi)
Well I came home and ran it again, this time it worked fine, so who knows. The only difference in setting was to put the minimum bitrate to 1000 instead of 0.
As a programmer, I completely understand. I'm totally satisfied with the product, but I'm going to provide more info here for other people having the same problem and also so that the developer can maybe fix the problem in a future version...
Even though I was successful once, I wanted to turn the bitrate up a bit so I encoded again. This time I froze up at 86%. I used FileMon (sysinternals) to see what the disk activity was... One of the threads in TmpgEnc is continuously reading 224k chunks from the source .AVI file. I believe that this disk IO is starving the other threads from getting any IO done. Note that this can occur in either the 'analyzing' or the encoding phase of the 2-pass.
Later, I will try to turn off multithreading and see if that fixes the problem as a workaround...
Correct. But I have 2 chips for a total of 4 logical processors. It's an i860 Supermicro motherboard.
Do you know of any problems that could cause the 2-pass VBR to hang, generally somewhere between 60 and 70%. I can do some experimentation tonight and test the machine using the /ONECPU bootflag and see if that makes a difference. Note that I've never seen this problem before last night (that means it's either the .511 build or some fluke involving this particular .avi)
Hello
In encoding SVCDs at low bitrate, I find that if I use VBR the resulting file size is not always the same as predicted. I tried to encode for a 90 min. CD and the result is an 814 MB file. If I use CBR the file size is equal to prediction. I am using either the bult-in calculator of the registered version or the FITCD caluclator for 90 min. CDs.
Anybody has an idea on why is this happening? here are the settings:
stream type: MPG-2 Video
Size: 480x576
Aspect ratio: 4:3 display
Frame rate: 25 fps
Rate Control mode: 2-pass VBR(VBR)
avg. bitrate: 950
max. bitrate: 2520
min. bitrate: 200 Padding is NOT enabled
VBV buffer size: 112
Profile: Main profile & main level
Video format: PAL
Encode: Interlace
YUV format: 4:2:0
DC component: 8 bits
Motion search: High quality
Here is a site selling the Retail version of TMPGenc Plus for £59.
As far as I can see the only difference is you get a manual with it.
Does anyone else think that a price of £29(equivalent $48) for the downloadable version and a price of £59(equivalent $95) for the retail version is a bit steep just for a manual?
is there any possibility to buy TMPEG Plus from Europe? I think Eurocard, Visa is not the real sollution! There are many users out of europe which whant to buy this program, but they could not....
What are you talking about?
You can pay by most major credit cards and debit cards. VISA, MasterCard, Amex, Discover. Surely you have at least one of these or do you not even have a bank account!
What are you talking about?
You can pay by most major credit cards and debit cards. VISA, MasterCard, Amex, Discover. Surely you have at least one of these or do you not even have a bank account!
Visa, MC, Amex, and Discover are American bank issued credit cards and are not always used world wide as most North American's are lead to believe in those lame Visa commercials.
How can I create true VideoCD mpeg file with TMPGEnc? When I play mpeg by software player in my PC - all is ok, but my VideoCD player play it with jerky (movie turn back at some frame approx every one second). Original VideoCD disk my player play with no problem. With avi2vcd by John Schlichthe I able to create true VideoCD mpeg that played in my VideoCD player correctly.
I try to use Wizard for creating PAL VideoCD, try to use template VideoCD (PAL) and have same bad result. I think that may be problem in GOP structure parameters or Quantize matrix but not sure.
Does anybody have the same problem?
The first could be because you are changing the frame rate of your original source when encoding.
The second is an authoring problem. Are you making sure you are selecting VCD burning mode in your burning software or are you just burning a raw MPEG on to the disk?
Third could be that you are splitting the final MPEG in to 2 parts but are not selecting the correct stream type (MPEG-1 Video CD)
My guess is that you have altered the frame rate of the original. Post the frame rate and file type of the original source here.
>There could be a few reasons for this.
>
>The first could be because you are changing the frame rate of your original source when encoding.
>
No, I don't change original frame rate (25 fps). I try to convert the same original source (.avi file with 25 fps) with TMPGEnc, avi2vcd by John Schlichthe and now with old Xing MPEG Encoder. Unfortunately, only with TMPGEnc I have the problem.
>The second is an authoring problem. Are you making sure you are selecting VCD burning mode in your burning software or are you just burning a raw MPEG on to the disk?
>
For authoring I use VCDEasy and try to create disk with this 3 MPEG files encoded by different encoders. And I have the problem only with TMPGEnc encoded stream
>Third could be that you are splitting the final MPEG in to 2 parts but are not selecting the correct stream type (MPEG-1 Video CD)
>
No, I don't split the MPEG
>My guess is that you have altered the frame rate of the original. Post the frame rate and file type of the original source here.
>
.avi file with 25 fps, I try to encode any other source and have the same problem
May be this is my VideoCD hardware problem, but why other MPEGs played correctly?