Pegasys Products BBS

Jump to forum:

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 ] << < Prev.   [ 296 / 983 ]   Next > >>
Classify Product Title User name Reply Last update
Question TE25 crops off my video $5 Paypal if your solution fixes my problem! michty 1 2005-01-26 09:53:17
Question TE30 Use Xpress to create streaming wmv files? james 0 2005-01-25 18:28:18
Question TDA1 TSUNAMI MPEG DVD AUTHOR kenV 1 2005-01-26 10:00:25
Question TDA1 TDA File Size Kebabinho 0 2005-01-25 13:50:29
Question TE25 First 1/2 encoding is fast but the last is very slow? Cindy Lam 4 2005-01-26 09:55:07
Question TE25 Cannot cut big movie into small pieces! Garou 2 2005-01-25 18:32:32
Question TE25 why no audio..?? dakeeper 2 2005-01-25 18:20:29
Question TE25 Mr. Dirk Herijgers 9 2005-01-27 17:48:24
Question TE25 MPG split problem MontrealPaul 1 2005-01-24 09:32:53
Question TME1 Error when trying to encode dare 1 2005-03-17 19:15:54
Bug report TE25 Merging mpg's now failing. Philidor 2 2005-02-03 05:17:12
Question TE25 PAL and NTSC video help! DarkCloud 0 2005-01-21 22:49:02

Pegasys Products BBS [ Sorted by thread creation date ] << < Prev.   [ 296 / 983 ]   Next > >>
Question - TE25 - crops off my video $5 Paypal if your solution fixes my problem! No.42757
michty  2005-01-26 03:47:41 ( ID:i3m2onr.tc2 )   [ Delete / Reply with quotation ]

I've exported a file from flash to a .mov quicktime file. The original window is 550 x 400. I then use TMPGEnc Plus to make the mp2 file combining it with the audio wav file. It looks good when I play it on the computer. I then use the TMPGEnc DVD authoring program to make the dvd. It reports the size as 720 x 480. I've tried all sorts of settings in TMPGEnc Plus and they all turn out the same. I play the "DVD" created by the DVD authoring tool on the computer and it looks fine. I play it in a real dvd player and it's cropped off on all four sides!

I'll even pay someone $5 if their solution fixes my problem!


B_Racer  2005-01-26 09:53:17 ( ID:0jd4rmr3tyn )   [ Delete / Reply with quotation ]

720x480 ist standard-DVD-resolution, that's OK.
And the cropping of the Picture is also normal. Do a research on tv overscan and you will see, that any TV has an Overscan-Area which is not visible. It can be up to 32 Pixel on any side of the Screen. It's the same like the Safe-Area for DVD-Menus you see by using TDA.



Question - TE30 - Use Xpress to create streaming wmv files? No.53398
james  2005-01-25 18:28:18 ( ID:c6hphrj7.on )   [ Delete / Reply with quotation ]

I'm trying to convert some mpeg1/2 files to streaming wmv files, is Xpress a right tool? I plan to put the converted files on a windows media server as streaming media, not for progressive download. In windows media encoder, when you try to convert a file to wmv, it always ask you "what do you want to distribute your content?" along with many options such as "streaming", "progressive download", "CD/DVD" etc..., I'm assuming the output taking from Xpress is only good for distributing in CD/DVD, is this correct? Please advise!



Question - TDA1 - TSUNAMI MPEG DVD AUTHOR No.49330
kenV  2005-01-25 18:26:28 ( ID:pgt69ayb0qr )   [ Delete / Reply with quotation ]

What is the difference between TMPG DVD author, and this new program "TSUNAMI MPEG DVD AUTHOR " ??

Thanks,

Ken


B_Racer  2005-01-26 10:00:25 ( ID:0jd4rmr3tyn )   [ Delete / Reply with quotation ]

There is none...

TMPG**** mean Tsunami MPG****



Question - TDA1 - TDA File Size No.49329
Kebabinho  2005-01-25 13:50:29 ( ID:pleks.s/fo6 )   [ Delete / Reply with quotation ]

I am having a problem with TDA 1.6. i have a 5GB MPG file and a 700MB AC3 file. it tells me that the file size will be 5.7GB which is correct. the resulting vobs only total 3GB. DOes anybody know how to fix this or why it is happening?

kebabinho



Question - TE25 - First 1/2 encoding is fast but the last is very slow? No.42752
Cindy Lam  2005-01-25 03:25:03 ( ID:jmyr61albfk )   [ Delete / Reply with quotation ]

I have a wmv file size 1.12 GB, I use TMPGEnc Plus 2.5 to convert to VCD NTSC:
- I convert entire file, first 50% takes 1-1,5 hour. But the last 50% is very slow, it takes 10-15 hour to complete.
- I convert first 50% by selecting source range, it's ok. But when using source range for the last 50%, it takes long time to convert (10-15h)
In both cases, for the first 50% TMPGEnc uses 90-100% CPU, but the last 50% it seems not use CPU at all.
Pls help me!!! How could I convert file faster???

Thank in advance,
Cindy Lam


B_Racer  2005-01-25 09:15:45 ( ID:0jd4rmr3tyn )   [ Delete / Reply with quotation ]

Try AVIsynth, it has the ability to read this crappy WMV-Shit corretly.

DreitShowSource("this_film.wmv, "FPS=xxxx")
ConvertToRGB24()


That's all. Change the xxxx to the correct Framerate of the Movie.


ashy  2005-01-25 18:45:58 ( ID:x5qvy6eaqs. )   [ Delete / Reply with quotation ]

Try increasing the 'Directshow file reader' priority to 2 and make it top of the list in the VFAPI plugins.

If not use AVISYNTH as suggested.

>DreitShowSource("this_film.wmv, "FPS=xxxx")
>ConvertToRGB24()

This is not correct.
It should read:

DirectShowSource("this_film.wmv","FPS=xxxx")
ConvertToRGB24()


Cindy Lam  2005-01-26 06:14:24 ( ID:jmyr61albfk )   [ Delete / Reply with quotation ]

Thank B_Racer and ashy,
I follow your instructions and it's successful!!!

Cindy Lam


B_Racer  2005-01-26 09:55:07 ( ID:0jd4rmr3tyn )   [ Delete / Reply with quotation ]

@ashy

Oops, you'r right, guess i made a "Too many fingers on Keyboard-Error" ;)



Question - TE25 - Cannot cut big movie into small pieces! No.42749
Garou  2005-01-24 15:18:09 ( ID:xzkmqzosev2 )   [ Delete / Reply with quotation ]

The origin movie: MPEG-1 352x264 29,97fps CBR 1150kbps, Layer-2 44100Hz 192kbps and 207990kb long.
I need to cut it into small movies:
MPEG-1 320x240 23,976fps CBR 500kbps, Layer-2 44100Hz 96 kbits and around 1.5 mbs long (15 seconds).

What should i do? I set the output settings, then i go to Merge&Cut. But here i see that i can create only 1 output file!!? Should i make small movies by hand, one after another? Or can i make it automatically?



Dirk Herijgers  2005-01-25 10:20:20 ( ID:lilcnhjltvk )   [ Delete / Reply with quotation ]

Garou,

Indeed; in "merge & cut" you place 1 file, then click on "Edit" and set the start and stop time.

After that,click run.
You have to do this for each part of the file.

Dirk


ashy  2005-01-25 18:32:32 ( ID:x5qvy6eaqs. )   [ Delete / Reply with quotation ]

You can't use TMPG for this.
You can use the file processor in DVtool to do this.
http://www.digital-digest.com/dvd/downloads/dvtool.html



Question - TE25 - why no audio..?? No.42746
dakeeper  2005-01-24 08:55:25 ( ID:oeinvizbvgn )   [ Delete / Reply with quotation ]

TMPGEnc plus conversion of Xvid to DVD compliant MPEG.
Audio output file is empty and all options prior to conversion are greyed out.

any experience..?


ashy  2005-01-24 09:31:45 ( ID:ni6wpa2em.l )   [ Delete / Reply with quotation ]

Unstall the AC3ACM decompreesor:
http://fcchandler.home.comcast.net/AC3ACM/

To unlock settings click the 'Load' button then navigate to your 'Template' folder. Double click the 'Unlock.mcf' inside the 'Extra' folder.


ashy  2005-01-25 18:20:29 ( ID:x5qvy6eaqs. )   [ Delete / Reply with quotation ]

That bshould say 'Install' not 'Unstall'



Question - TE25 - Mr. No.42736
Dirk Herijgers  2005-01-24 08:36:49 ( ID:lilcnhjltvk )   [ Delete / Reply with quotation ]

TMPGEnc 2.524 crashed in module claud.ax !
I have removed Cyberlink PowerDVD, but now I can't open the MPEG-2 file in TMPGenc anymore (file type unsupported).
On a new PC without any DVD-player software, opening the same file with TMPGenc is NO problem.

What to do, so my first computer can also open this file ?

Dirk


ashy  2005-01-24 09:29:10 ( ID:ni6wpa2em.l )   [ Delete / Reply with quotation ]

Install the codec below into your TMPG folder.
Read the instructions first!
http://www.marumo.ne.jp/mpeg2/m2v_vfp-0.6.51.lzh


Dirk Herijgers  2005-01-24 10:40:56 ( ID:lilcnhjltvk )   [ Delete / Reply with quotation ]

Ok, thanks for the solution,

But I don't understand why a clean computer can open the file in TMPGenc, and a computer with "removed" PowerDVD can not open the file anymore.

Can you explain this to me ?

Dirk


ashy  2005-01-24 20:53:14 ( ID:ni6wpa2em.l )   [ Delete / Reply with quotation ]

Somehow you will have an MPEG2 codec installed on your clean PC.
Either from another software application or you're maybe using TMPGENC Plus on your clean PC.

It's easy to see which codec is actually being used by downloading Graphedit.
Graphedit is a visual filter graph tool.
Just open the MPEG2 file with Graphedit and it will render the file with whatever filters it has available on the system.


Dirk Herijgers  2005-01-25 10:07:44 ( ID:lilcnhjltvk )   [ Delete / Reply with quotation ]

Ashy,

Yesterday, I did a few tests, and this are the (unsuspected) results:

- I try to open whatever MPEG2-file in TMPGenc. This al goes bad. (in the main screen and in de MPEG-tools-merge & cut), but the file can be play in WMP.

- Then I open first a MPEG-1 file in the main screen of TMPGenc. After this I can open any MPEG-2 file in the main screen. I have also to open first a MPEG1 file in the MPEG-Tools in Merge & Cut + clicking on <edit>, before i can open an MPEG-2 file.

This is strange ! It looks that I have to "initiate" first something, before it works correctly.

PS: When I try to open the MPEG2 file with GraphEdit, it will not open. Which filters do I have to use ?

Dirk


ashy  2005-01-25 18:15:04 ( ID:x5qvy6eaqs. )   [ Delete / Reply with quotation ]

You don't have to choose any filters if you have the right MPEG2 codec installed. Graphedit should automatically chose the right one.
However the MPEG2 VFAPI plugin is application specific and not a general MPEG2 codec, so graphedit will not use it for decoding MPEG2 files.

What is the error you are getting when trying to open MPEG2 files in TMPG?

Where are these MPEG2 files from?


Dirk Herijgers  2005-01-26 09:56:38 ( ID:lilcnhjltvk )   [ Delete / Reply with quotation ]

Ashy,

a) Files are captured from Super-Hi8 camara with a TV-Capture Card. I use these files now for 2 years, and it always works.

b) After opening first mpeg1, I can open mpeg2 without problem, but I have to open mpeg1 first in the mpeg-tools section of TMPGenc, and click on <Edit>. This is a strange behauvior.

c) Opening the mpeg2-files with GraphEdit is working without problem, but I got a mix of codecs on the wrong computer (Cyberlink - Margan etc), but on the correct computer, the used codecs are all Cyberlink. How can I change the settings on the wrong computer ? (I have already de-install en re-install Cyberlink, but this does not change anything.

Dirk


ashy  2005-01-26 17:35:00 ( ID:q8.07u0bucm )   [ Delete / Reply with quotation ]

If you have XP go to Start>settings>control panel>sounds and audio devices>hardware>video codecs>properties
Then just delete the codecs you don't want.


Dirk Herijgers  2005-01-27 15:53:54 ( ID:lilcnhjltvk )   [ Delete / Reply with quotation ]

Ashy,

Problems seems to be solved by downloading the
"BoliGego Codec Manager 1.0.4.1".

After installing all the codecs, I got the same errors like "claud.ax" but now with "ivi....". Running again this codec manager, but disabling the "ivi" files, and after that it works again.

Thanks for advice.

Dirk


ashy  2005-01-27 17:48:24 ( ID:xaky0um6ad2 )   [ Delete / Reply with quotation ]

>After installing all the codecs, I got the same errors like "claud.ax" but now with "ivi....". Running again this codec manager, but disabling the "ivi" files, and after that it works again.

Those are WinDVD codecs. If you disable them your DVD player software will not work.

I'm not sure why you are having such problems with your MPEG2 files, but a solution would be to use DVD2AVI to create a .d2v project file from the MPEG then load that into TMPG.



Question - TE25 - MPG split problem No.42734
MontrealPaul  2005-01-24 01:52:50 ( ID:jvufjskbx6c )   [ Delete / Reply with quotation ]

I am trying to split a large (~1G) .MPG (mpg-1, I think) file into smaller files that can fit onto two VCD CDs (<700 Meg). My burner is a CD RW, not DVD. Time-wise, the vid is about 1.5hrs.

I am using TMPEnc's "Merge & Cut" Tool.

TMPEnc successfully produced the first half, which I cut at about 44 minutes.

When I try to produce the second half (44 minutes to about 1:24hrs), it seems to go thru its steps, but only produces a file 120 seconds long!

I have tried tinkering with various settings, but with the same general effect!

Any help or suggestions gratefully welcome!

Salutations,
-Paul



ashy  2005-01-24 09:32:53 ( ID:ni6wpa2em.l )   [ Delete / Reply with quotation ]

You need to post your method of how you are attempting to cut the second half here.



Question - TME1 - Error when trying to encode No.54332
dare  2005-01-23 19:51:39 ( ID:jivwhqjkxlc )   [ Delete / Reply with quotation ]

I keep getting this error when I try to run

read error occurred at address 7cp10f29 of module ntdll.dll with 0000000

any help?

thanks
DD


Paco  2005-03-17 19:15:54 ( ID:kvk8d.u1oxk )   [ Delete / Reply with quotation ]

Solution: Program TMPGEnc -> Options/Environmental settings/VFAPI plug-in with this configuration:

DirectShow Multimedia File Reader 2
CyberLink MPEG-2 Decoder 0
Microsoft MPEG-1 Decoder 0
Wave File Reader 0
AVI2(OpenDML) File Reader unchecked
AVI VFW compatibility Reader unchecked
BMP/PPM/TGA/JPG File Reader -2
DVD2AVI Project File Reader 1.76 -2
TMPGEnc Project File Reader 2.58 -2



Bug report - TE25 - Merging mpg's now failing. No.42731
Philidor  2005-01-23 15:47:07 ( ID:y1piurfeuyk )   [ Delete / Reply with quotation ]

After downloading 2.524 (Free) I've become unable to merge .mpg files I was able to merge before the update.
The message I get is Unable to create [file].

If this can't be resolved, is there any way to recover the old version?

XP Home SP2

Thanks.


ashy  2005-01-24 09:33:51 ( ID:ni6wpa2em.l )   [ Delete / Reply with quotation ]

Either the output name is the same as the input or you don't have enough space on your HDD.


tttt  2005-02-03 05:17:12 ( ID:uyqx0cio4sl )   [ Delete / Reply with quotation ]

that answer (no space on the hdd) is total bs--i'm having the same problem, and I have over 60G of space!



Question - TE25 - PAL and NTSC video help! No.42730
DarkCloud  2005-01-21 22:49:02 ( ID:y16xda0zjxr )   [ Delete / Reply with quotation ]

I have two movies converted into MPEG2 format having used TMPEG. However, when I try converting some other movies I have that are in PAL format (the others were NTSC) they don't seem to come out right. The size of the full screen window seems to be squeezed into a smaller screen and everything is all wrong. I read some info about aspect ratios over at doom9, however that didn't help me at all. I want to convert my movies correctly so that when they're put on DVDs, they don't come out looking all messed up. Is there any guide on how to do this, and is there any way to convert a PAL or widescreen video into an NTSC fullscreen video?



Pegasys Products BBS [ Sorted by thread creation date ] << < Prev.   [ 296 / 983 ]   Next > >>

View article | Back to TMPGEnc Home | Administrator TMPGEnc Net

Script written by TMPGEnc.