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 ]
i need to author a dvd movie with 3 audio streams and 3 subtitle streams, is TMPGEnc Authoring Works 4 able to do that? if not , is there any TMPGEnc products able to cater my requirements?
Hi to all. I would just like to add that, besides cuda enabled encoding, it would be nice to have the possibility of encoding video with both cpu and gpu at full speed, without offloading cpu, in order to maximize encoding speed. I wonder if tmpgenc is going toward this mode too.
I would like Movie style or another product you make to be able to transcode:
AVCHD files from Canon and Panasonic cameras.
From 1080 p (with pulldown from canon cameras at 24p)
From 1080 p (with native progressive frames at 24p from Panasonic HMC150 cameras)
Also many are having a great time editing footage from AVCHD at 1080 from all camcorders that are now shooting this file type due to the clips being seperated in 4 gig chuncks of footage.
It would be ice if Movie style could do a straight unchanged (or pull down removal only) cut edit to say i gig clips.
Better yet, to allow input to the clips meta data (but that is a wish not a need). Sequential numbering of the output files is a must.
Also the same would be desired for Panasonic MXF files from P2 cards.
We want full raster files not the DVCproHD non-square files, so something to convert DVCproHD into an AVCHD full raster clip divided at 1 gig segments.
One gig segments allows easier editing. It is hard to edit when the computer has to manage4 gig 1080 files.
Have you checked out TMPGEnc 4.0 XPress? It's much more geared towards editing and encoding than MovieStyle is and it can do AVCHD input. I don't know if it can do all of the things you're describing, but it is probably the type of program you are looking for. They have a trial version in case you want to try it.
Does anyone here know how to set the moov atom at the beginning of an h.264 file to enable progressive download using a flash player? I have tried qt-faststart.c but it fails when I try to run it against an enc xpress generated mp4 file. I have scoured the internet but cannot find a tool that will get it moved.
Hi, I should create an avi with Divx 6.8 codec.
I read multipass (2 pass) is better than single pass generally.
Is it possible use multipass with Divx 6.8 and TMPGEnc 4.5 Xpress?
If it’s so, could someone tell me exactly what are the right steps to do it? When I arrive to select the divx codec then I can’t setting it for 2 pass.
One pass, yes I do.
It sounds like you are using the AVI output format with the DivX 6.8 codec?
In the Format Stage, after you have selected AVI file output and DivX 6.8 as your codec, click on the "Settings..." button.
This opens a DivX Codec Properties window. Towards the bottom there is a section called "Rate control". Just select one of the "Multipass" options for rate control mode and that should do it.
Hmmm...you're right, it doesn't seem to do a 2nd pass with the multipass options.
You might want to use the integrated DivX encoder instead of the codec via AVI output. Select "DivX file output" instead of Avi file output in the Format stage. The integrated DivX encoder allows you to do 2 passes, and you can even do more than 2 passes in Advanced mode.
>I tried using integrated DivX encoder, I saw, now it does multi pass but got a .divx extension file not avi file I wanted.
>
I know this is an old reply, but for just FYI, a .divx file is same as an .avi file. You can either change the name manually, or better, just go to the options and tell Xpress to use .avi instead. Personally, I prefer leaving it at .divx because then I know at a glance which AVI files I have processed and which are still in their original form. :)
It's really weird, there is a logo support for adding the TMPGEnc logo in the trial version... It would be REALLY useful to a lot of people. Please add logo support, please.
im converting AVCHD footage to images sequences so it could work with adobe premier etc... i have 158 .mts files, how do i make this converter convert each image sequence in a seperate folder? i dont want everything bunched together in one folder making it unorganized and hard to find
Hi! Sometimes when I have problem with banding in encoded material I use to add a little noice to avoid the encoder to simplify areas. I wounder if it is possible to ADD noice?
Hi, I am facing a problem as in TMPGEnc Authoring Works 4 hangs at 95% while creating a DVD from a MKV file. There is no error displayed and the program doesnt respond.
Pretty sure you can use Avisynth to frame serve them to TA4.
It has a small learning curve but it is a great tool, as you can pretty much use it to load any format into any program, even if the program doesn't natively support it. Avisynth works by loading a file and then sending the decompressed frames in a raw format that most programs have no trouble understanding. It will even send audio, although it only sends the first default audio tracks if your file has multiple audio streams.
It's really simple to use once you take 5 or 10 minutes to get the hang of it, and can also do processing on the files like cutting, fading, splicing together, and comes with some internal filters with tons of third party filters available as well. That makes it a great solution to doing all your work on the image without having to re-encode it in another format and lose quality multiple times. You will likely need to install something like the Combined Community Codec Pack as well, which gives you great DirectShow capabilities for loading files like FLV and other rarely supported types directly into programs like TA4, through Avisynth's DirectShow splitter.
So let's say you install CCCP and Avisynth.. Then open Notepad (or any text editor) and type the following - DirectShowSource("path\to\file.flv")
Save it as a "file.avs" file using quotes around the filename in Notepads save file window, then load the .AVS file into Authoring Works 4, or any other video program.