TMPGEnc 4.0 XPress 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.


TMPGEnc 4.0 XPress BBS [ Sorted by thread creation date ] << < Prev.   [ 8 / 54 ]   Next > >>
Classify Title User name Reply Last update
Request Photoshop Integration developer 0 2010-09-17 14:02:52
Request Importing FLV from youtube rolf 5 2010-11-14 07:40:51
Question MPEG Codec problem Lee B 1 2010-09-08 03:44:19
Question Changing resolution to HD 1920 X 1080 from default in DIVX wtdedula 1 2010-08-31 02:55:36
Bug report Batch encode (Task count Multiple CPU) Bikertrottle 1 2010-09-06 21:28:26
Question ad2h264.dec.dll sgtchoice 0 2010-08-27 09:55:24
Question NTSC to PAL conversion. gemma 2 2010-09-30 07:10:33
Question Any way to set the output to a desired filename? JR 4 2010-08-15 14:23:26
Question CUDA Encoding - When?? Trent 0 2014-12-02 19:01:07
Question CUDA not working? Stobart 3 2010-08-12 10:24:26
Question tmpx4 wont import VC-1 coded files loueber 0 2010-08-06 05:15:39
Question Motion Jpeg has expired on TMPGEnc 4.0 Knuckles 2 2010-08-18 12:27:00

TMPGEnc 4.0 XPress BBS [ Sorted by thread creation date ] << < Prev.   [ 8 / 54 ]   Next > >>
Request - Photoshop Integration No.63635
developer  Home )  2010-09-17 14:02:52 ( ID:thklupv5ri. )   [ Delete / Reply with quotation ]

The editor is a perfect environment to be able to edit a frame. Can you add the ability to touch-up a frame by importing it into Photoshop and then exporting it back. Many imperfections found in old movies could be removed with the advanced Photoshop tools, and on a pixel-by-pixel basis if need be.

The provided TMPGEnc filters are good, but they cannot repair a frame to this extent. Adding the Photoshop support would make this product an order of magnitude better as an editing/encoding tool.

I think it is a natural fit. I hope you do too.



Request - 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 - 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 - 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 - 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 - 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 - NTSC to PAL conversion. No.63499
gemma  Home )  2010-08-16 04:03:25 ( ID:owz5nio8sxg )   [ Delete / Reply with quotation ]

In the past I've ripped my DVD's to my hard-drive and played them in Windows Media Player on my PC. This has worked well and served my purposes for a couple of years now.
I recently tried burning a couple to DVD-RW's and thought I'd watch them through my home DVD player which can play DIVX/XVID files , however they play oddly in my TV .. there being a large black bar across the bottom of the screen , which is rather annoying!!
I think this is because I ripped them at 29.97 fps without realising .. (NTSC standard I think) and my TV is german which is PAL standard.
Is there a prefered method of converting these files which is relatively quick or is it best to rip them again?
If I run them through TMPGENC which settings would be best to do the job without losing any picture quality?
Thanks in advance for any advice!


Richard_P  2010-09-29 14:19:47 ( ID:9mve/chye3j )   [ Delete / Reply with quotation ]

Hi,

Following on from this question in regards to aspect ratio. I would like to ask if it is possible to convert a 4x3 recording to 16x9. If you change the settings on the recording then of course the images all look fat as they have changed in terms of the aspect.

Just curious if one can change without affecting the image, like the DVD's that you purchase today.

Thanks,
Richard


tkrave  2010-09-30 07:10:33 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

If you don't want to affect the image, but have it be 16x9, you'll have to add black bars to the sides of the video. 4.0 XPress will do this automatically if you select 16:9 in the Format stage. Make sure your clip properties are set to 4:3 though.



Question - Any way to set the output to a desired filename? No.63475
JR  2010-08-12 12:56:10 ( ID:1w6rfcs18.r )   [ Delete / Reply with quotation ]

Is there any way to select a custom filename for TMPGEnc4XP's output files, apart from the automatically generated name. Like "Save As" in other programs, where you simply type in the name you want



tkrave  2010-08-13 02:46:06 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Yes, just type it in in the Encode stage where it says "Output file name". It's right below the preview area. You can also click on the "Browse..." button to select an output directory.


tkrave  2010-08-13 02:49:26 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Ah, you must be talking about multiple file output. No, you can't set a file name for that; it'll be based on the clip name. There are some options for the naming if you go the preferences-->Output folder/file settings.


JR  2010-08-15 13:59:15 ( ID:1w6rfcs18.r )   [ Delete / Reply with quotation ]

>Yes, just type it in in the Encode stage where it says "Output file name". It's right below the preview area. You can also click on the "Browse..." button to select an output directory.

It says "Output folder name" (not "Output file name").

So if the folder in the field is already say C:\XYZ and I amend it to
C:\XYZ\test.avi as test.avi is what I want the output filename to be, then when I press the Encode button it says:

"The file below will be outputted: C:XYZ\test.avi\[source name-of-file].avi

i.e. it takes test.avi to be a folder name

Too bad as I thought your answer met my requirement.



JR  2010-08-15 14:23:26 ( ID:1w6rfcs18.r )   [ Delete / Reply with quotation ]

>Yes, just type it in in the Encode stage where it says "Output file name". It's right below the preview area. You can also click on the "Browse..." button to select an output directory.

Ah, I found you are correct if I changed Format, File output mode to "Output all clips into one file (or one set of files)" rather than what I had previously "Output each clip in a separate file (or separate set of files)"

I used the latter because I was always worried file would be overwritten, but I see that if "Output all clips into one file (or one set of files)" is used, a warning is issued to avoid this.



Question - CUDA Encoding - When?? No.63469
Trent  2010-08-11 10:10:07 ( ID:ayn//ly9hda )   [ Delete / Reply with quotation ]

Other products have it (Bababoom, Loiloscope - and they are fast with CUDA encoding).

Should I wait for an upgrade (CUDA Encoding version), is it planned (when) - Or should I just switch to another product (no CUDA Encoding planned for Tmpgenc).

Thanks



Question - CUDA not working? No.63461
Stobart  2010-08-09 16:45:15 ( ID:gyu6tzokq0k )   [ Delete / Reply with quotation ]

Hi, I have a trial for this product becuase I wanted to test its CUDA functions before I consider purchase.

However, I cannot get CUDA to work on my GTX 295.

I set up 2-pass encode but it notifies me that CPU=100.0% CUDA=0.0%

I have ticked relevant boxes in preferences i.e. enable CUDA and use hardware rendereing as well as varies other relevant ones in the CPU/GPU part of preferences.


tkrave  2010-08-10 02:58:12 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Are you applying any video filters? CUDA is mainly for encoding filtered video; if you're just doing a straight conversion, it won't kick in.


Frank Corona  2010-08-11 20:13:32 ( ID:1fhultthj5w )   [ Delete / Reply with quotation ]

CUDA only works with one pass encodes (when set to be the encoder)and will only kick in on two pass encodes when using a few select filters (blur, sharpen, etc).


Frank Corona  2010-08-12 10:24:26 ( ID:1fhultthj5w )   [ Delete / Reply with quotation ]

>CUDA only works with one pass encodes (when set to be the encoder)and will only kick in on two pass encodes when using a few select filters (blur, sharpen, etc).

Sorry, I meant that in all other applications it only works with one pass. You can enable CUDA encoding in TMPEGEnc for two pass but it doesn't do anything unless you have filters applied.



Question - tmpx4 wont import VC-1 coded files No.63439
loueber  2010-08-06 05:15:39 ( ID:z5ovjvqvwtf )   [ Delete / Reply with quotation ]

HI.
im trying to import an M2TS video file that is using the VC-a video codec.
But when i try to add file to tmpeg ex4 i get error stating it can not open the file.

It seems to be a VC-1 problem and not an M2TS problem as i can open other m2ts files with 264 codecs...

Does anyone have a fix so i can import vc-1 coded videos into tmpegencxpress4?
preferably without having to load in a pile of codec packs..
i could have sworn tmpx4 supports VC-1




Question - Motion Jpeg has expired on TMPGEnc 4.0 No.63435
Knuckles  2010-08-04 06:05:20 ( ID:bri/14qwawa )   [ Delete / Reply with quotation ]

Hey guys!

I have the latest copy of TMPGEnc and have recently run into some Canon Digital camera files that are .AVI's and are using the Motion Jpeg Codec. So when I add them into a new Project, TMPG will report that my Morgan-Multimedia Codec has expired and it can only do the audio part of the file and not the video. Any suggestions?

Thanks!

Knuckles


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

Has your Morgan-Multimedia Codec actually expired? If so, you'll have to buy/renew it.

If you're just using the 60-day trial of that codec, then yes it will expire at some point and be unusable.


sweetnok  2010-08-18 12:27:00 ( ID:pvw8p0kxddk )   [ Delete / Reply with quotation ]

>Hey guys!
>
>I have the latest copy of TMPGEnc and have recently run into some Canon Digital camera files that are .AVI's and are using the Motion Jpeg Codec. So when I add them into a new Project, TMPG will report that my Morgan-Multimedia Codec has expired and it can only do the audio part of the file and not the video. Any suggestions?
>
>Thanks!
>
>Knuckles



TMPGEnc 4.0 XPress BBS [ Sorted by thread creation date ] << < Prev.   [ 8 / 54 ]   Next > >>

View article | Back to TMPGEnc Home | Administrator TMPGEnc Net

Script written by TMPGEnc.