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.   [ 130 / 982 ]   Next > >>
Classify Product Title User name Reply Last update
Question TME3 Saving audio track only Reid 1 2010-11-18 04:27:57
Question TDA3 Where do the subtitles go saved? Sylver Cheetah 53 1 2014-12-03 12:54:18
Question TE40 Unable to open/convert *.flv tonyb 3 2010-11-16 16:43:45
Question TAW4 File Sizes Jack.Straw 1 2010-11-16 03:04:13
Question TAW4 DVD and Blu-ray dpalomaki 1 2011-01-21 22:15:52
Question TDA1 DVD Author 1.6.26.73 won't burn disc Mark 0 2010-11-06 13:27:03
Question TAW4 NO SOUND JAY 0 2010-11-04 08:12:41
Question TE40 iPad 1024x768 not allowed by the XPress UI? jsharpe 1 2010-11-16 05:42:03
Question TAW4 Help required on compatiible formats rossdvd 1 2010-11-14 07:47:00
Question TAW4 dvd menu jun 0 2010-11-01 05:30:54
Question TAW4 Problems Creating New Projects From .VRO/.VOB Source Disc Eric 3 2010-11-16 06:15:43
Question TME3 Audio Decoding Error Kaushik 0 2010-10-29 16:12:44

Pegasys Products BBS [ Sorted by thread creation date ] << < Prev.   [ 130 / 982 ]   Next > >>
Question - TME3 - Saving audio track only No.63829
Reid  2010-11-13 01:32:17 ( ID:acfwbxxufy6 )   [ Delete / Reply with quotation ]

Will TMPGEnc MPEG Editor 3 allow me to save an audio track ONLY? If so, how? I'm not seeing it. Thx.


tkrave  2010-11-18 04:27:57 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Use the MPEG Tools to demux the file into separate video and audio files.



Question - TDA3 - Where do the subtitles go saved? No.63828
Sylver Cheetah 53  Home )  2010-11-12 11:26:50 ( ID:x.vgl3k7ka2 )   [ Delete / Reply with quotation ]

Hello!

I have a problem with TMPGEnc DVD Author. I've created a subtitle within the program, but it's not save. The video comes as a .divx file. So probably the subtitle should be saved in the same folder...
What's the thing? Where do the subtitle go saved?

Thank you.


tkrave  2010-11-16 11:40:55 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

When you output the project, the subtitles are contained in the .divx container, so it's not a separate file.

If you go the subtitle editor, you can export the subtitles as a file.



Question - TE40 - Unable to open/convert *.flv No.63824
tonyb  2010-11-10 07:16:05 ( ID:pkr1o/fqlfl )   [ Delete / Reply with quotation ]

I have a FLV file specs below which my coppy of TMPGEnc 4.6.3.268 will not open so I cannot convert.
Is there anyway to get it too work?
It's very annoying, this a bought product, but the free Any Video Converter 3.1.0 which I searched and found WILL!!!!

General
CompleteName : F:\xxxxxxxxxxxxxxx.flv
Format : Flash Video
FileSize/String : 429 MiB
Duration/String : 2mn 45s
OverallBitRate/String : 21.7 Mbps

Video
Format : AVC
Format/Info : Advanced Video Codec
Format_Profile : Main@L3.0
Format_Settings_CABAC/String : Yes
Format_Settings_RefFrames/String : 3 frames
Duration/String : 2mn 45s
BitRate_Mode/String : Constant
BitRate_Nominal/String : 999 Kbps
Width/String : 720 pixels
Height/String : 408 pixels
DisplayAspectRatio/String : 1.882
FrameRate_Mode/String : Constant
FrameRate/String : 25.000 fps
Standard : PAL
ColorSpace : YUV
ChromaSubsampling : 4:2:0
BitDepth/String : 8 bits
ScanType/String : Progressive
Bits-(Pixel*Frame) : 0.136

Audio
Format : AAC
Format/Info : Advanced Audio Codec
Format_Version : Version 4
Format_Profile : LC
Duration/String : 2mn 45s
Channel(s)/String : 2 channels
ChannelPositions : Front: L R
SamplingRate/String : 44.1 KHz
BitDepth/String : 16 bits


TonyB  2010-11-12 00:06:27 ( ID:pkr1o/fqlfl )   [ Delete / Reply with quotation ]

The answer I got from TMPGEnc was that I should try and upgrade, and that FLV1 and FLv4 were the only flvs supported, nothing about when they thought abought including anything else.
Not progressive and customer interested, when a quick search turns up a prog that does what I want, it makes me wonder if I will be buying any of there stoff again.


Spankenstein  2010-11-14 09:00:16 ( 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!!


tonyb  2010-11-16 16:43:45 ( ID:pkr1o/fqlfl )   [ Delete / Reply with quotation ]

Spankenstein thanks for posting. Try reading the post, its about a new flv that TMPGEnc dosn't support and after that they are not interested.

Your method sounds like a lot of hard work when Any Video Converter 3.1.0 which I mentioned in the origonal post, will do it in one go and is very quick.

I just think that TMPGEnc's attitude confirms my view about buying programs.




Question - TAW4 - File Sizes No.63820
Jack.Straw  2010-11-10 00:15:38 ( ID:fli0ykof/hc )   [ Delete / Reply with quotation ]

I created AVI files from a professionally produced DVD, a different AVI file for each track on the DVD. Now I'm trying to use those AVI files to create a new DVD. However, loading the files into TMPGEnc Authoring Works shows the resulting disk as 26804 MB!! Considering these files were ripped from a 8.5 gig DVD, what's with the enormous increase in file size? I've checked the settings and see no way of reducing the quality of the encoding..

Thanks for any advice you can offer,
-Jack


tkrave  2010-11-16 03:04:13 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

What was the encoding settings for the orginal DVD? You can change the encoding quality in the Track settings; you'll have to change it for each track.



Question - TAW4 - DVD and Blu-ray No.63819
dpalomaki  2010-11-09 21:46:35 ( ID:8o4cienbi6h )   [ Delete / Reply with quotation ]

Is there a simple way to create a DVD, and than and also make a Blu-ray from the same menu and source files (source files are already HD) without having to make a new project from scratch?


sachem  2011-01-21 22:15:52 ( ID:okodbysq7wg )   [ Delete / Reply with quotation ]

https: / / ssl.pegasys-inc.com/faq/view ...= fr & faqid = 1186



Question - TDA1 - DVD Author 1.6.26.73 won't burn disc No.63812
Mark  2010-11-06 13:27:03 ( ID:oqor2v37nnc )   [ Delete / Reply with quotation ]

I've used this for years, but now it crashes whenever I try to burn a disc. It creates the VOB files, and I can burn them with other software, but I need to burn them with TMPGEnc DVD Author (don't ask why).

I tried to reinstall, but the install program keeps looking for the msi file, which I no longer have. If I uninstall and reinstall, will that solve the problem? Or is there another fix?

I'm desperate.



Question - TAW4 - NO SOUND No.63810
JAY  2010-11-04 08:12:41 ( ID:s3ojbzuupnr )   [ Delete / Reply with quotation ]

WHEN I USE THIS TO CONVERT I DONT GET ANY SOUND .
WOULD ANY ONE KNOW WHY AND HOW TO FIX?
I AM USING A NEW PC WITH WINDOWS 7.
EMAIL ME DIRECTLY IF YOU LIKE.
JONGENEEL1 AT MSN DOT COM
THANKS.



Question - TE40 - iPad 1024x768 not allowed by the XPress UI? No.63808
jsharpe  Home )  2010-11-03 00:03:41 ( ID:ovxoreywzd6 )   [ Delete / Reply with quotation ]


I've recently been trying to transcode a short timelapse clip to play on an iPad and seem to have run into a roadblock. Although settings for MPEG-4 AVC 720p work great, the TMPGEnc 4.0 XPress User interface will not allow me to set a native iPad resolution of 1024x768 using the Level 3.1 supported but the iPad. It will only allow that resolution if Level 3.2 or higher is selected, which according to the iPad specifications is not supported.

By my calculations 1024x768 would be 1024/16=64 and 768/16=48 so at 30fps this should produce 64*48*30 or 92,160 macro blocks per second. This is well under the limit of 108,000 for Level 3.1. So why wont XPress allow me to select this resolution with level 3.1 (it keeps changing it back to 1024x720)?

This odd behavior appears to prevent encoding at the native iPad resolution using the 3.1 level. Did I miss something?


tkrave  2010-11-16 05:42:03 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

The tech specs for the iPad state that it supports "up to 720p" for H.264 video, and the max resolution for H.264 video for iPad is 1280x720.

You're confusing its screen resolution with video playback capability.



Question - TAW4 - Help required on compatiible formats No.63806
rossdvd  2010-11-02 18:03:43 ( ID:vkdzwi4zgrm )   [ Delete / Reply with quotation ]

Help required please.

Using Vista, Authoring Works 4 worked great and almost any file type could be imported. But I have now switched to a new computer with Windows 7 and the FLV files will not import (they worked perfect before). The FLV videos play fine with WMP, Real Player and other free player software. At the moment I'm having to convert them into MPEG using FLVconverter and then import into Author Works 4. Other than go back to an old computer, any ideas??

Thanks


Spankenstein  2010-11-14 07:47:00 ( 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 - TAW4 - dvd menu No.63797
jun  2010-11-01 05:30:54 ( ID:ewu55pn0btc )   [ Delete / Reply with quotation ]

I am a new to this authoring and would be glad if somebody will help me.
I like to have a menu werein I will have a first play of 10 sec. Three tracks
with each chapters and would go back to the track menu.
Thank you in advance.



Question - TAW4 - Problems Creating New Projects From .VRO/.VOB Source Disc No.63786
Eric  2010-10-30 02:26:18 ( ID:qttoiuuqaqa )   [ Delete / Reply with quotation ]

Greetings All. I installed Authoring Works 4 for the sole purpose of creating DVD-R's from non-encrypted DVD-RW source discs I have in the .VRO format (originally recorded on Sony Home DVD Recorder). Installation was easy and TMPGEnc has no trouble recognizing the disc and showing the disc's contents. However, when I attempt to create a file to my HDD, I don't get a standard DVD "TS" file. What I receive is a strange DVDDATA FILE that Windows XP does not recognize. The file carries this number (if it means anything):

DVD-C809F31FB9C9480084021EBA06B6129027724C9D-0000.dvddata

I se that the file is 4.24gb, which means it transferred all the content of the DVD-RW intact, but I can't open or create a standard DVD-R from this type of file. What am I doing wrong? Any and all help is greatly appreciated. Thanks in advance.


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

The .dvddata files are just the copy of the DVD data that TAW4 uses for editing and outputting in lieu of streaming the data off of the DVD.

Are you trying to just transfer the same exact data from a DVD-RW to DVD-R? If so, that's not exactly what TAW4 was designed for. However, I suppose you could do it in a roundabout sort of way. You'd have to go through the entire TAW4 project process from Start to Output and then it will create the Video_TS/Audio_TS folders you're looking for.

As long as the video is in MPEG-2 format, output will be fast since it won't rerender (assuming it's DVD-Video compliant). You can also choose not to make a menu to skip that section as well.


Eric  2010-10-31 01:40:40 ( ID:qttoiuuqaqa )   [ Delete / Reply with quotation ]

tkrave, yes I am just trying to transfer the exact same data from DVD-RW to DVD-R. Doing the whole project process from start to output just produces the same result as stated originally. Do I do something with the DVDDATA file once it's created? Do you have a moment to walk me through the steps?


tkrave  2010-11-16 06:15:43 ( ID:rtaw9vhji5c )   [ Delete / Reply with quotation ]

Does your DVD have a menu? If so, do you want to keep the menu? Passing the DVD through Authoring Works 4 will not preserve the menus.

How are you burning the content to the DVD-R? Are you using Authoring Works or some other program?

If all you see is a .dvddata file after going through the Output stage, then you're not doing it correctly or you're looking in the wrong place. Upon output, you'll have a Video_ts and Audio_ts folder. Pay attention to where your output folder is, it won't be the same place as the .dvddata file by default.

You can delete the .dvddata file after you've properly outputted.



Question - TME3 - Audio Decoding Error No.63784
Kaushik  2010-10-29 16:12:44 ( ID:0rtxmy4oe/m )   [ Delete / Reply with quotation ]

Hello all,

I was wondering if anyone has had the following problems:

I am trying to edit segments from a Pal compliant MPEG file with AC3 audio. Also I am trying to synchronise the video and audio. I get the following error message upon playback: AUDIO DECODING CANNOT FOLLOW.

There is sufficient storage and ram. SP3 on Windows Xp Pro with all relevant DotNet installed(1.0 - 4).

Version 3.2.0.127 of the MPEG 3 Editor.

Thanks for all/any replies/help.




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

View article | Back to TMPGEnc Home | Administrator TMPGEnc Net

Script written by TMPGEnc.