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.   [ 134 / 982 ]   Next > >>
Classify Product Title User name Reply Last update
Question TAW4 SR approved but FR during output?? Ross Geller 0 2010-09-07 17:30:08
Request TE40 Importing FLV from youtube rolf 5 2010-11-14 07:40:51
Question TE40 MPEG Codec problem Lee B 1 2010-09-08 03:44:19
Question TAW4 Preparing Output... stalls Alien Jo 0 2010-09-05 20:28:04
Free talk TMKP W7 64b jmbertoncelli 0 2010-09-03 02:50:30
Question TAW4 VC-1 Encoder Problem? Mobius60 0 2010-08-31 01:15:37
Question TAW4 No surround sound Daniel 7 2010-09-03 11:11:17
Question TE40 Changing resolution to HD 1920 X 1080 from default in DIVX wtdedula 1 2010-08-31 02:55:36
Bug report TE40 Batch encode (Task count Multiple CPU) Bikertrottle 1 2010-09-06 21:28:26
Question TAW4 New version requests Blackbeard 1 2010-08-31 02:38:44
Question TE40 ad2h264.dec.dll sgtchoice 0 2010-08-27 09:55:24
Question TAW4 Main Menu - Fade In / Fade out mobie29 1 2010-08-27 03:02:42

Pegasys Products BBS [ Sorted by thread creation date ] << < Prev.   [ 134 / 982 ]   Next > >>
Question - TAW4 - SR approved but FR during output?? No.63605
Ross Geller  2010-09-07 17:30:08 ( ID:vwwxmpjpwa2 )   [ Delete / Reply with quotation ]

Why is my MPEG2-TS labeled as Smart Rendering when I'm building the project, but when I output, it starts re-encoding my video?

The files are raw transport streams from my tivo recordings. Some show as SR and have no re-encoding at all, but others show as SR and STILL re-encode. I compared the video properties and all of them are similar except the GOP Length. I'm guessing that's the culprit, but I thought GOP size wasn't an issue for Blu Ray?

BTW, the raw files play flawless on my PS3, so I don't see why AW4 wants to full-render them.



Request - TE40 - Importing FLV from youtube No.63598
rolf  2010-09-06 21:22:46 ( ID:orp5shnh5aj )   [ Delete / Reply with quotation ]

When i get a video from youtube via www.keepvid.com i can import the 3gp file and the mp4 file into TMPGEnc 4.0 Xpress. But i can't import the flv. Could somebody look in to this?


tkrave  2010-09-08 03:38:20 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

What version of 4.0 XPress do you have? The latest version (4.7.7.307) has an updated FLV file reader.


johniec  2010-09-09 09:51:08 ( ID:wq94cl5fyfh )   [ Delete / Reply with quotation ]

TMPGEnc 4.0 Xpress can NOT import flv youtube videos, even the latest version (4.7.7.307). It is a MAJOR deficiency.

Specifically the youtube flv formats are known as:
[HQ34] which shows as 360p in flash player
[HQ35] which shows as 480p in flash player

Both do not work with TMPGEnc

All other well known video converters can handle these formats.


tkrave  2010-09-10 08:34:17 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Yep, looks like it doesn't import YouTube flv anymore. It used to be able to when YouTube was using the Sorenson codecs.


rolf  2010-09-16 20:56:49 ( ID:orp5shnh5aj )   [ Delete / Reply with quotation ]

Could this be fixed then? Shouldn't be to hard.


Spankenstein  2010-11-14 07:40:51 ( ID:8uavg/lnmil )   [ Delete / Reply with quotation ]

This is the way I convert an .flv file with TMPGEnc - YMMV
I use the following programs:
AutoGK 2.55 (also installs AviSynth)
QuickTime Pro (or VLC can be used) for audio conversion
FLV Extract 1.6.1 http://moitah.net/
DGAVCDec 1.09 http://www.videohelp.com/download/dgavcdec109.zip

use FLV Extract to demux the .flv

open the .aac audio file in QuickTime to create a .wav file
File > Export > Export: Sound To Wave > Options: (choose what you like)
now you have your .wav file

open the .264 video file in DGAVCDec
(learn how to choose your 'settings'...)
File > Save Project
now you have your .dga file

Save these 6 lines in notepad as an .avs file:
LoadPlugin ("C:\Program Files\DGAVC\DGAVCDecode.dll")

Video = AVCSource ("YourFileName.dga")
Audio = DirectShowSource ("YourFileName.wav")
Audio = Normalize (Audio, 0.93)
Audiodub (Video,Audio)

you can add features in this .avs file for exact control of your video:
BicubicResize (608,456)
Greyscale ()
AddBorders (16,12,16,12)
Trim (1236,35363)
FadeIn (12)
FadeOut (12)
and dozens of others.....

Keep all these files so far in the same folder.
TMPGEnc will now import the .avs file with all your editing features,
along with most other video programs that can handle an .avi import.
One of the few things you have to set is bitrate & quality. The added bonus
of an .avs file - you can drop it into other programs like VirtualDub
& all of your resizing, fading, bordering, etc... in the .avs - saving
you the time of having to reset everything in different programs.

GOOD LUCK AND HAPPY ENCODING!!



Question - TE40 - MPEG Codec problem No.63590
Lee B  2010-09-06 06:45:07 ( ID:ecwc6d3o7x. )   [ Delete / Reply with quotation ]

I've been using TMPG for a number of years to create MPEG video files, and I'm currently using TMPG 4.7.3.292 on a 64-bit Windows 7 machine. I often use .mpg files as video clips in Powerpoint presentations. This always worked until recently. Now, the *.mpg files that I have created recently play fine in Windows Media Player, but Powerpoint won't let me insert them into a slide show. It gives an error message: "Powerpoint cannot insert a video from the selected file. Verify that the necessary codec for this media format is installed, and then try again." Unfortunately, it doesn't tell me what codec is missing.

I can solve the problem by coding the files to .wmv, which Powerpoint will accept,but I would prefer to use .mpg.

Has something changed in TMPG's encoding that could produce this? Or might this be an issue related to 64 bit Win 7?


tkrave  2010-09-08 03:44:19 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

I am able to insert mpg video into PP. However, I'm on Windows XP using Office 2003. 4.0 XPress is latest version.
Update to the latest version; that might solve your problems. There have been a lot of updates since the one you're using.



Question - TAW4 - Preparing Output... stalls No.63589
Alien Jo  2010-09-05 20:28:04 ( ID:nm/gh7.ix/j )   [ Delete / Reply with quotation ]

When trying to encode a non-stardard sized AVC file (1280 x 544) to a stardard HD format (1280 x 720) the programme starts with Preparing Output but 20 hours later it has not done anything ? Help ?



Free talk - TMKP - W7 64b No.63581
jmbertoncelli  2010-09-03 02:50:30 ( ID:jgqkey7wkra )   [ Delete / Reply with quotation ]

I have installed Karma..Plus, TmpGenc 4 Xpress and Authoring Works 4.

So far everything work OK. The only issue that I still have is about the CUDA feature of Karma..Plus which is failing when in optimization mode.

jm.



Question - TAW4 - VC-1 Encoder Problem? No.63566
Mobius60  2010-08-31 01:15:37 ( ID:ym4eipo43/f )   [ Delete / Reply with quotation ]

Whenever I try to import a m2ts file into TAW4, it becomes non-responsive.
Other bluray files work fine. Is this a codec problem, and if so, what is
the codec?



Question - TAW4 - No surround sound No.63560
Daniel  2010-08-30 12:07:09 ( ID:vq43hsddvrj )   [ Delete / Reply with quotation ]

I converted an AVI file to DVD using TAW4 and enabled the sorround sound 5.1 but there is no 5.1 sound at my speakers, just 2.0 DD. At my Onkyo´s receiver display, i can see the DD indicating that the surround option is enabled.But no sound ate the center, sub and rear speakers. Any help?
Regards,


HUGO  Home )  2010-08-30 18:04:46 ( ID:rwucyi5p5ho )   [ Delete / Reply with quotation ]

I have ever use a useful softare to make my video converter from AVI to DVD,I advise you to use "Joboshare AVI to DVD Converter "

Burn AVI video formats to DVD discs Support all popular AVI video formats including AVI, MPEG, DAT, MPG and VOB. Support lots of DVD recordable formats Supports lots of DVD recordable formats, such as DVD-R, DVD+R, DVD-RW, DVD+RW, DVD+R DL, DVD-R DL, DVD-RAM, DVD-5 and DVD-9.

you can free download "Joboshare AVI to DVD Converter " in :http://www.mustsoftware.com/Joboshare-AVI-to-DVD-Converter--guide.html


tkrave  2010-08-31 02:40:31 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Does your source AVI have 5.1 surround sound?


Daniel  2010-09-01 12:31:08 ( ID:vq43hsddvrj )   [ Delete / Reply with quotation ]

No, my AVI file i captured it using an analog video capture card with Virtualdub and thus the sound is analog 48000, 2ch stereo 16bits. TAW4 can`t convert it to DD 5.1?
Regards


tkrave  2010-09-03 02:52:40 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

I'm not entirely sure since I don't have any way to check it, but that might be the reason. I'm thinking that since those channels don't exist in the source file, they are left empty if you choose to output as 5.1.
It also seems that it only accepts 5.1 input if it is a Dolby Digital (ac3) format audio stream; any other type of audio stream may be limited to 2 channel.



tkrave  2010-09-03 03:15:28 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

If you can demux the stereo audio file, you can use Audacity with a VST plug-in to convert the stereo audio file to 5.1.

Haven't tried it yet, but in theory, should work:
-Download and install Audacity. http://audacity.sourceforge.net/
-Download and install VST Enabler plug-in. http://audacityteam.org/vst/
-Download V.I Stereo to 5.1 Converter VST Plugin Suite. http://stevethomson.ca/vi/

You should then be able to use the V.I plugin to convert your stereo audio to 5.1 audio.


tkrave  2010-09-03 03:58:12 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

OK, just tried it. Audacity doesn't seem to support 6 channel audio, so that won't work. But if you have or can find VST host software that supports 6 channels, that plug-in should do the trick.


Daniel  2010-09-03 11:11:17 ( ID:vq43hsddvrj )   [ Delete / Reply with quotation ]

Ok, thank you very much for your patience and support. I`m going to try this trick.

Regards,



Question - TE40 - Changing resolution to HD 1920 X 1080 from default in DIVX No.63559
wtdedula  2010-08-29 22:09:32 ( ID:vb/opuswrkw )   [ Delete / Reply with quotation ]

Hello All;
I am using TMPGENC 4.0 Xpress to import HD Video footage from a consumer Canon Camcorder and want to encode the footage at the same resolution to DIVX. Though I noticed that when I add DIVX file output, the default resolution is 720 X 480 but it looks like we can change that.

Question - since the file was originally created in HD resolution, am I free to manually increase the resolution to 1920 X 1080 with no loss of quality, or will the quality be reduced if I do this ?

Is there any way to tell XPRESS to use the oriignal clip settings or isn't this currently possible ?

I am interested in outputting other formats too and most are much less than 1920 X 1080.

Tim


tkrave  2010-08-31 02:55:36 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

For 1080p DivX, make sure you select "DivX HD 1080p profile" when you are choosing your output format.

Since you're changing the format of the video, you can't really use the same encoding settings as the source file since compression rates are different. The quality of the encode will depend on various other settings like the level, performance, and rate control mode settings. The higher the quality, the larger your file size will be.



Bug report - TE40 - Batch encode (Task count Multiple CPU) No.63558
Bikertrottle  2010-08-29 06:15:55 ( ID:ziyyyfcap3. )   [ Delete / Reply with quotation ]

Bug or????

Try to encode 6 projects eaths containing multiple file's.
I set the "Task count" at 4 (have quad CPU)
1e project starts. After a while 2e project starts to a few % and then both stopped. Have to close the program.
After restart, set the "task count"at 1 and it works fine even with 12 projects.

Using HP Z400 3.2Ghz, Hypertreading On, Windows7 profesional,Videocard NVDIA FX3800


Rolf  2010-09-06 21:28:26 ( ID:orp5shnh5aj )   [ Delete / Reply with quotation ]

I got the same issues.



Question - TAW4 - New version requests No.63556
Blackbeard  2010-08-28 11:18:58 ( ID:.x6pa.hxqdc )   [ Delete / Reply with quotation ]

Is there a place where we can request features for newer versions


tkrave  2010-08-31 02:38:44 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

I believe you can make requests here in the forums or just email them through the general contact form.

http://tmpgenc.pegasys-inc.com/en/contact.html



Question - TE40 - ad2h264.dec.dll No.63552
sgtchoice  2010-08-27 09:55:24 ( ID:akqw8s0rjsr )   [ Delete / Reply with quotation ]

Hello,

I downloaded the trial and tried to convert a wtv file from windows media center and I get an error stating ad2h264.dll is missing. I assume this is the main concept 264 decoder.

Do I just download the dll from somewhere? what do I need to do?

Tnks,



Question - TAW4 - Main Menu - Fade In / Fade out No.63547
mobie29  2010-08-26 03:02:31 ( ID:ppqtqleqm6n )   [ Delete / Reply with quotation ]

How can you make this happen?

For example. I have a main (top) menu with seperate tracks. When the user selects one of the tracks, i would like the top menu to fade out and go to the selected track.

thanks.


tkrave  2010-08-27 03:02:42 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Currently, there's no transitions effects for menu pages.



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

View article | Back to TMPGEnc Home | Administrator TMPGEnc Net

Script written by TMPGEnc.