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.   [ 52 / 982 ]   Next > >>
Classify Product Title User name Reply Last update
Request TMSR4 Audio Fades within a clip Procyon 1 2014-08-16 10:30:51
Question TAW5 BBS 5.1 PCM audio nucelar 1 2014-10-10 00:22:49
Request TAW5 BBS Subtitles nucelar 0 2014-08-07 03:07:41
Request TAW5 BBS DTS and dolby TrueHD nucelar 0 2014-08-07 02:58:53
Question TAW5 BBS Background music for menus nucelar 1 2014-08-09 08:34:07
Bug report TAW5 BBS CUDA not working after installing new Nvidia driver Dennis 3 2014-12-24 09:20:34
Question TVMW5 BBS Updated to latest version...now cuda not working scar69 5 2014-08-03 02:15:05
Question TMSR4 VBR versus CBR for output format selection MarkZ 0 2014-07-24 02:21:58
Question TPXC Info import project DiViD 0 2014-07-22 22:24:58
Question TVMW5 BBS 10-bit encoding? Daniel 0 2014-07-21 23:56:49
Question TAW5 BBS Scalability ? vasiliy_achinsk 0 2014-07-15 10:57:49
Question TVMW5 BBS How do I make cold blue tint of vodeo clip warmer? Super666 5 2014-07-22 11:05:24

Pegasys Products BBS [ Sorted by thread creation date ] << < Prev.   [ 52 / 982 ]   Next > >>
Request - TMSR4 - Audio Fades within a clip No.68618
Procyon  2014-08-08 00:21:43 ( ID:c/vuerl5g4n )   [ Delete / Reply with quotation ]

Would it be possible to perform audio fade-ins and fade-outs just before and after the edit points within a clip without re-encoding all the audio of the clip. Often, the audio at such places can be loud and sudden due to broadcasters' desire to make more room for commercials, even to the point of eliminating the original fade-ins and fade-outs.

Currently, I manually do both of the above by placing three copies of each clip in a row, trimming the first down to ~1500 ms and introducing an audio fade-in, the 2nd by 1500 ms at both beginning and end, and the third to ~1500 ms and introducing a audio fade-out.

Improving it further, could you add the ability to introduce a silent blank filler gap at the edit points of user-selectable length? The result, audio fades and blank filler gap in the middle makes for a more professional looking result but does take a lot more time when done manually.


tkrave  2014-08-16 10:30:51 ( ID:resxbfmz4s2 )   [ Delete / Reply with quotation ]

You're doing it the hard way.

Import your clip, then add the audio fade-in and fade-out filter.
Then, use the split clip function to split the clip into your three clips.

Since the audio filter was applied before you split the clip, it carries over to all clips after the split.



Question - TAW5 BBS - 5.1 PCM audio No.68613
nucelar  2014-08-07 03:19:57 ( ID:/.vj3vhs7gm )   [ Delete / Reply with quotation ]

Hi again I'm on fire :)

I'd like to know how do I add 5.1 PCM (24bit - 48kHz) audio to a Bluray. What format must the audio be in?
I can create multichannel WAV, but only up to 4 GB in size, this means they can only be about 80 min long. Is there another uncompressed format I can use?
Also, must the channel layout be fixed? I always use L R C Lf Ls Rs.

Thanks!



Max  2014-10-10 00:22:49 ( ID:pzgifoyf6pk )   [ Delete / Reply with quotation ]

Apparently, TAW5 seems to accept WAV64 files.

I use ffmpeg to mux 6 mono streams into one large W64 file.

Your mono files should be named like this:

basename_C.wav
basename_L.wav
basename_Lfe.wav
basename_Ls.wav
basename_R.wav
basename_Rs.wav

Make sure FFMPEG is installed (extracted) into C:\Program Files\ffmpeg.
Download: http://ffmpeg.zeranoe.com/builds/

Copy'n'paste the following cmdline into a new text document and save it as .BAT file onto your desktop.

echo off
cd /d C:\Program Files\ffmpeg
ffmpeg -i "%~2" -i "%~5" -i "%~1" -i "%~3" -i "%~4" -i "%~6" -map 0:a -map 1:a -map 2:a -map 3:a -map 4:a -map 5:a -acodec pcm_s24le -filter_complex "[0:a][1:a][2:a][3:a][4:a][5:a] amerge=inputs=6" -in_channel_layout 5.1 "%~n1_51MIX.w64"
pause

Now select your 6 mono files, click and hold the upmost file (center channel) and drop them onto the .BAT file.

The resulting .W64 file can be added using TAW's source wizard.

Beware, this is not officially supported, it's just a quick workaround that seems to be working.

Cheers,
Max



Request - TAW5 BBS - Subtitles No.68611
nucelar  2014-08-07 03:07:41 ( ID:/.vj3vhs7gm )   [ Delete / Reply with quotation ]

Hi again!

Subtitles. In my opinion these need a serious update.
1. to be able to import srt subtitles and retain ITALICS information. This is very important for professional authoring. Italic subtitles are used to denote songs or off-screen dialogue. They could be assigned another style and the user chooses how they look.
2. Forced subtitles system. For pro authoring it is important to be able to play forced subtitles for each language, without having to select anything. If a certain audio language is selected, the corresponding forced subtitles track plays automatically, without option to disable.

Thanks for considering these suggestions.



Request - TAW5 BBS - DTS and dolby TrueHD No.68610
nucelar  2014-08-07 02:58:53 ( ID:/.vj3vhs7gm )   [ Delete / Reply with quotation ]

Hi,
As a request: to be able to load dts and dolby TrueHD audio. I'm not asking for your software to encode in these formats, I understand there are licensing issues. I just want to add for example a .mlp (TrueHD) file I have encoded myself. I even don't mind if I can't preview (prehear) it. Just to be able to multiplex it into the Bluray.
That would be awesome.



Question - TAW5 BBS - Background music for menus No.68609
nucelar  2014-08-07 02:51:13 ( ID:/.vj3vhs7gm )   [ Delete / Reply with quotation ]

Hi all,

I'm trying to add background music to all menus. I have a 5 min. long ac3. I managed to add it to a single menu screen. But my idea is that the same music plays continously in all menus, without breaks. Is this possible?
Thank you!


tkrave  2014-08-09 08:34:07 ( ID:resxbfmz4s2 )   [ Delete / Reply with quotation ]

Not possible. Each menu is made up of a separate movie file, so each time a different menu is loaded, it will start from the beginning of the movie file. This is also how commercial DVDs work.



Bug report - TAW5 BBS - CUDA not working after installing new Nvidia driver No.68607
Dennis  2014-08-06 07:47:33 ( ID:zho/umk31bn )   [ Delete / Reply with quotation ]

This is to report a new problem with TMPGEnc Authoring Works 5 and MPEG Smartrender 4. I have been attempting to correct a problem for the past week with all my video software converters (4 different software programs).

I upgraded to a new Nvidia Series 700 graphics card a couple weeks ago and lost all my CUDA functionaliy in four different software packages. After a lot of troubleshooting with the card manufacturer, I learned the new driver, specifically the new 340 release broke all my video conversion software and I was unable to enable CUDA acceleration on any of the software. See the manufacturers explanation below:

I had to uninstall the new driver and reload the older v337.88 firmware. After backing off the new firmware upgrade, everything is back to normal and everything is working correctly. CUDA is back!

Hi Dennis,

CUDA support for some video encoder software was removed in the recent 340 release drivers in favour of the newer NVENC acceleration. Unfortunately, this means that to enable CUDA support for your software, you will need to roll back to a previous driver revision, wait for a vendor software update, or use a modified driver that re-enables CUDA support.

You can find more information here.

Regards,
EVGA Support


Max  2014-10-09 23:10:16 ( ID:pzgifoyf6pk )   [ Delete / Reply with quotation ]

Hi Dennis,

to remedy that issue, I use this modded 340.52 driver from a brave soul on Guru3D:
http://forums.guru3d.com/showpost.php?p=4884017&postcount=17

After installation, CUDA encoding is back in TAW and most likely in all other apps as well.

Still, I hope Pegasys will move on to support NVENC in the near future.

Regards,
Max


phylbert  2014-12-09 13:40:15 ( ID:ic9xaa6tab. )   [ Delete / Reply with quotation ]

Seems to have been fixed, as of GEForce drivers v344.75 anyhow.


Mappi75  2014-12-24 09:20:34 ( ID:rdxua1hha7h )   [ Delete / Reply with quotation ]

Can't enable CUDA with latest Trial (from today) and 347.09 WHQL.

No comment from the devs?

Thinking about buying this software.
But without a statement..



Question - TVMW5 BBS - Updated to latest version...now cuda not working No.68587
scar69  2014-07-30 13:26:11 ( ID:iiva/jt.uvg )   [ Delete / Reply with quotation ]

Hello,
Today I downloaded and installed the latest version 5.5.1.106 and also updated to the latest nvidia geforce drivers 340.52. Now cuda is broken and is not even an option in the encoder drop down list. I have it enabled in the options and have tried the optimization many times and it just won't work. I have tried reinstalling the program and the nvidia drivers with no success, also tried going back to the previous version and nvidia drivers. I've also tried different videos, some 1080P and others 720P, mp4 and wmv. It worked great before I updated...WTF is going on?


scar69  2014-07-31 02:21:31 ( ID:iiva/jt.uvg )   [ Delete / Reply with quotation ]

I couldn't get CUDA to work with the newest version. I had to uninstall and go back to 5.5.0.105 and geforce 337.88 drivers, but at least its working again.


Captain Video  2014-08-01 07:40:12 ( ID:0/nhjor7i/h )   [ Delete / Reply with quotation ]

I'm having the same exact issue. I really don't want to have to revert my drivers to an older version and the software to get this to work.


scar69  2014-08-02 03:28:41 ( ID:iiva/jt.uvg )   [ Delete / Reply with quotation ]

Still running 5.5.0.105 with CUDA but now I have found another problem. None of the file naming options for the output folder/file work so I have to manually rename the output file. In The options menu I have it set to "Number_Clip Name.Extension" and it used to add a "00_" to each original filename however it no longer works and I have to change it manually or choose to overwrite the original file. I'm starting to get really frustrated and can't believe how buggy this program is.


scar69  2014-08-02 16:55:24 ( ID:iiva/jt.uvg )   [ Delete / Reply with quotation ]

Well I'm not sure what I did or how I did it but I'm now running version 5.5.1.106 with geforce 337.88 drivers and have CUDA working and I also figured out the file renaming problem I was having. I'm not gonna worry about updating the geforce drivers for now, probably wait for the next release and try it then.


Alkermes  2014-08-03 02:15:05 ( ID:l8l.we3au/c )   [ Delete / Reply with quotation ]

Hi.

Read this for solve this problem:

https://forums.geforce.com/default/topic/764283/geforce-drivers/official-nvidia-340-52-whql-display-driver-feedback-thread-7-29-14-/

Here in TMPGEnc BBS:

http://bbs.pegasys-inc.com/bbs/list/lang/en/board/TVMW5/topic/68495#topic68495

Regards, Alkermes.



Question - TMSR4 - VBR versus CBR for output format selection No.68574
MarkZ  2014-07-24 02:21:58 ( ID:0nomsimsmer )   [ Delete / Reply with quotation ]

When muxing an AVC video stream with an AAC audio stream into an MPEG TS, the video rate selection only offers VBR, not CBR. Any reason why? Thanks.



Question - TPXC - Info import project No.68572
DiViD  2014-07-22 22:24:58 ( ID:xpytwd7jvkk )   [ Delete / Reply with quotation ]

So, this new program why can open .TAW5 project? I can't believe I have to start again from the beginning with a finished project with taw5.

it's no compatible with true hd audio, i hope an update
which includes both, and maybe more customizable, such as the DVD
that you can put IMG and side by:
opening
part A
part B
ending
preview



Question - TVMW5 BBS - 10-bit encoding? No.68570
Daniel  2014-07-21 23:56:49 ( ID:fxgsopp38pl )   [ Delete / Reply with quotation ]

Hello,

I'd like to ask if you could please add the possibility to create 10-bit encodes with the x264 encoder. 10-bit encodes can help to save space and also to reduce banding compared to regular 8-bit x264 encodes. This is especially important when encoding animes.



Question - TAW5 BBS - Scalability ? No.68561
vasiliy_achinsk  2014-07-15 10:57:49 ( ID:wh5vdufcamc )   [ Delete / Reply with quotation ]

I have 2 personal computers. Bad: 1 4-core CPU Core I7, 64G RAM. Not bad: 4 32-core CPU Xeon, 1T RAM. Creating a different duration of BD of only 2 times. What's the matter ? This Windows or TMPGEnc ?



Question - TVMW5 BBS - How do I make cold blue tint of vodeo clip warmer? No.68560
Super666  2014-07-15 10:28:47 ( ID:wkgyo5q35ch )   [ Delete / Reply with quotation ]

Seeking advice on how to use TMPGEnc VMW5 to change tint of 45 min MKV video clips from a cold blue tint to a warmer more yellow tint and possibly make it a bit sharper while keeping a similar small file size (250 MB or slightly larger)

The video clips are 45 min MKV approx 250 MB.
I am not strong on video formats but Freemake indicates that the specs of the clips are:

H264 720x576 16x9 365 kbps 25 fps Sound AAC 48 kHz 365 kbps Stereo
H264 720x404 16x9 369 kbps 25 fps Sound AAC 48 kHz 369 kbps Stereo

Appreciate steps to do this with TMPGEnc VMW5.
The clips load OK into TMPGEnc but I ahve no idea what to do and how to control output file size.

Thank you.


tkrave  2014-07-16 08:32:15 ( ID:resxbfmz4s2 )   [ Delete / Reply with quotation ]

For changing the tint, you will probably need to use a color correction filter on your video. Go to the Edit stage and double-click your clip to open the editing window. Go to the Filter tab and click on the color correction filter, then adjust the color until it is suitable to your tastes.

As for output, size will depend on the format and bitrate among other things. I suggest using the same format as the source file, H.264, and you can probably use the same bitrates as well.


Super666  2014-07-16 13:04:59 ( ID:wkgyo5q35ch )   [ Delete / Reply with quotation ]

Thanks tk for these tips.
Works well.

Another question:
How do I queue and process a number of video clips and edit them with the same color correction settings without joining them together?

Thanks again.


tkrave  2014-07-17 04:05:26 ( ID:resxbfmz4s2 )   [ Delete / Reply with quotation ]

You can save your filter settings as a template, then apply them to other clips.

You can also set a filter template as your default filter settings, so that when you start a new project, any clips added will have that filter setting applied automatically. You can change the default filter template in the preferences.


Firewire60  2014-07-18 09:39:21 ( ID:wkgyo5q35ch )   [ Delete / Reply with quotation ]

Thanks for tips tk.
Can you give the keystroke steps to save a template of a file colour edit and how to queue and automatically progressively process a number of similar files applying the saved template. What is the batch tab and how do you use it?


tkrave  2014-07-22 11:05:24 ( ID:resxbfmz4s2 )   [ Delete / Reply with quotation ]

>Thanks for tips tk.
>Can you give the keystroke steps to save a template of a file colour edit and how to queue and automatically progressively process a number of similar files applying the saved template. What is the batch tab and how do you use it?

- In the Filter tab of the cut editing window, set up your filter settings as you want.
- Click on "Save the template" (or Alt + S) to save your filter settings as a filter template file.
- After saving the file, leave the cut editing window by clicking the "OK" button. Remember where you saved your file!
- The best way to apply a filter template to multiple files is to set it as the default filter setting. Do this by going to Options-->Preferences-->Clip editing-->Clip default settings. Under "Default filter template," select your filter template file and click "OK" to exit the preferences.
- Now start a new project (in Normal Mode) and add all of the video clips you'd like to apply the filters to. Once your clips are added, the filters are applied automatically thanks to the default filter settings you just set.
- In the Format stage, for "File output mode", select "Output each clip as a separate file".
- Go the Encode stage and click on the "Encode" button to output the clips to the selected folder.

You can also do this in Timeline mode, just put each clip on a separate layer and output each layer separately.
To output a single layer, click on the "S" button for the layer you want to output. This makes it so all other layers are invisible.
Then select your format and go to the Encode stage and use the "Add Batch" button to use the Batch Tool instead of the "Export" button to save time.

The Batch Tool allows you to add multiple outputs to the batch list and then output them one after the other. This way, you don't have to wait around for an output to finish before outputting another file; it just goes to the next one automatically.



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

View article | Back to TMPGEnc Home | Administrator TMPGEnc Net

Script written by TMPGEnc.