Quantcast
Channel: 沃文毒電波
Viewing all 63 articles
Browse latest View live

Coming soon… AviUtl ExtraPack 1.5

$
0
0

With my graphics card back online, I now can test various encoding…

I have translated the x265GuiEx today. Note that it is actually a combo of x264 and x265 GUI. Hence I will retire the older x264GuiEx and just include x265GUIEx instead(for Win7 release).

In the new pack, there are only a few changes so existing v1.4 users will not need to get the new pack, unless you want working Hi10P for both x264 and x265.

(Win7 version:)

- x264 and x265 GUI integrated and translated

- Minor translation fix

- Included “motion tracking MK-I”(SSE2 Static build)

- upgraded “Chapter editing” with the new “Plus” version (plugin name remains unchanged in the program however)

- included older mkvmerge and L-Smash muxer for compatibility with x265.

 

I have largely finished configuring the Win7 version, but still need 1 or 2 days to configure the XP version.


AviUtl Extra Pack 1.5 Changelog

$
0
0

[DOWNLOAD for Win7]
43.6MB MD5:16471B82CA50CE5CBE7422E7BE958D5D

[DOWNLOAD for WinXP]
37.1MB MD5:57077A32113E2BCAD00039A8F79B4B06

[DOWNLOAD for Minimal EN-Mod]
497KB MD5:4BE4DA2D1B3AF4CB126D797C3DA0DFC9

Info for previous version

Upgrade instruction
==================

  • Existing users of Extra Pack 1.4[Win7] do not need to upgrade unless you want to try out the 10bit encoding stuff. Otherwise…
  • Unzip the archive into a new folder;
  • Copy NeroAACEnc.exe(if any) to the new installation inside .\exe_files
  • Copy user-defined encoder presets from .\Plugins\xxxx_stg from old AviUtl directory to corresponding folders in the new installation (if any)
  • Copy any user-created EXO or EXA over to the new installation (if any)

 

Common Changes
===================

  • L-Smash Works (import plugin) updated to v709
  • x265GuiEx updated and translated to English
  • Minor Interface translation changes
  • Updated x264 and included 10bit binary
  • Upgraded “Chapter Editing” (with silence segment search function and time update function when cutting the original video)
  • Encoder GUIs included the option to use FFMPEG’s native AAC encoder

Win7 Pack Changes
==================

  • Included “MotionTracking MK-I” (SSE2/Static version; AVX/DLL version can be obtained from HERE)
  • Included x265 binaries for 8bit(x86) and 10bit(x64) encoding
  • Included mkvmerge v6.2 for muxing x265
  • Removed x264GuiEx since it is now integrated into x265GuiEx. (Click on the [x265] button on top right to switch between the x264 and x265 modes)

WinXP Pack Changes
===================

Removed VCEEnc and x265 binaries
(if you have an x265 encoder v0.7+170[with stdin] or newer that works on XP, you can set it in the GUI and use it)

EN-Mod Changes
=================

Now act as a minimal pack without plugins(except exedit). So users do not need to change the UI language manually

Other Notes
============

The x264 and x265(8bpp) binaries included are 32bit versions. Feel free to replace them with 64bit versions if you are running 64bit Windows.

 

AviUtl Bluray encoding presets

$
0
0

I don’t have bluray, and I seldom burn DVD in recent years. Therefore I have largely neglected this aspect.

A user of the Extra Pack recently reported some problem when using the Bluray presets in x264Gui. I am not certain what is the cause, but anyway, I made some more presets here

[DOWNLOAD Bluray Presets]

These presets are based on:

https://sites.google.com/site/x264bluray/home

To use the presets, unzip and put the whole folder into:

.\Plugins\x265guiEx_stg\x264
(for x265GUI combo)

I don’t know if it works for x264GuiEx, you can try putting the folder into \Plugins\x264guiEx_stg and see if it works.

 

Please report it these presets works or not.

A note on the interlace/telecine/pulldown options: 
x264 can only perform “soft-pulldown/telecine” for progressive source. i.e. The video data is actually progressive, but use some “flags” to tell to player to perform some sort of frame rate adjustment. If you insist on having “hard-telecine”, i.e. having those horizontal strips with increased framerate, you need to encode using mEncoder/mPlayer or use Avisynth to simulate such pulldown effect.

 

AviUtl x26XGuiEx in English

$
0
0

[DOWNLOAD]
6
25KB MD5: C52EAAEAC6296960CD5849D076615159

This is actually x265GuiEx, but among the source code, rigaya has already made comments using the term “x26X” in multiple places. Since this plugin is already a combo GUI for x264 and x265, it is a matter of time to be renamed to “x26XGuiEx”.

This plugin is usable on XP, but requires .NET 4 Framework and VC2013 redistributable.

The extra pack already included VC2013 DLLs since v1.4 (if something is still missing, please install VC2012, VC2013 redistributables)

To switch between x265 and x264 mode, click the [x265] button on the top:

x26XComboSwitch

[AviUtl] How to share project file

$
0
0

The aup project file is a binary file, so it is not a good idea to modify it by hand. So how do you distribute a project that use external files?

One way is to utilize EXO object file, but that confines to objects in a single scene.

To really share a project:

1> Distribute your aup with all external files in the same folder

2>(Optional) Tell users to check that the “Preference” dialog of the NLE panel have the option “Read from the project path when the location of the file has changed” enabled.

Note that the project file contains may contains some personal settings, such as file path and codec settings. Advised to first save your project and all necessary files in some common folder, such as D: , before distributing.

Custom Scripts and Plugins still have to be placed in the right folders if any is used. Scripts and plugins that dumped into the project folder will not work.

[AviUtl] Working with multi-channel(5.1ch) audio (early research)

$
0
0

Some users may have aware that the encoded audio using x26XGUIEx are 2-channels only when using AAC.

To read video with 5.1ch AC-3 or AAC, L-Smash importer usually works(it works on mine). If not, the DirectShow import filter should work. However, the encoded video will contains 2 audio channels only.

Note: If your source is 5.1ch AC-3, reading through L-SMASH and you choose the FFMPEG AC-3 encoder option, the encoded video will retain 5.1ch.

In order to import and cut a 5.1ch(AAC) video and encode it back to a 5.1ch(AAC) video, here is one way (supposed to be a lossless operation):

>Get the necessary files HERE

>Put the files into their corresponding folders in your local AviUtl installation

> Demux your source file. Only the audio stream is needed.

> Get AudioCoder, and set the encoding option like the following:
(the use of FAAC MPEG2 format is IMPORTANT, tweak other things as needed)
AudioCoder-FAAC-Setting

> Open AviUtl and set Import Plugin Priority. Put the FAW entry above L-SMASH
AU-FAWplugin-Priority

> Load your video, then replace the audio data with: [File>Import Audio], then choose your aac file.
AU-ImpAAC

> A Note of Health Warning: DO NOT Playback this audio! It is just noise and can damage your hearing or equipment.

>Perform the usual cutting or filtering. When ready to encode…

>In the x26XGUIEx, set the audio part like the following:
UseFAWcl
Choose FAW, and point to the recently downloaded fawcl.exe

>If everything goes fine, the GUI’s log window looks like the following:
x26XGuiLog

> Before playback. Check the audio format is correct (The output format is ALWAYS AAC, the same as your source AAC file):
MediaInfoTest

 

The above information was gathered piece-by-piece from many old pages and then tested myself.

So until someone decided to write a sophisticated channel mixer and encoder for AviUtl, you’ll better to stick with stereo audio, use AC-3 all the way… or use other AV editor.

Working on the final MMD Halloween drama

$
0
0

To AviUtl(EN) users,

I am now working on the 3DCG drama for my Halloween series. This is a time consuming process and therefore will not be able to spare much time on AviUtl support.

This will take around 1 month. Meanwhile, if you need any support, please post on videohelp.com forum.

MT.

Incorrect Google Chrome Phishing warning

$
0
0

This morning, either Google robot or some moron reported this site as phishing site. This problem should now be fixed.


MMD Drama series- Fairies’ Halloween Cup:: Completed

What other commercial-only feature do you want for AviUtl?

$
0
0
I do not have Vegas or AE or Premier, so I cannot tell if there are any really important features in those editors that are not available in AviUtl. If you think something GENERALLY IMPORTANT is missing, drop me a note for investigation. (Note: I may write plugin or scripts, but core functions in AviUtl […]

艦これ and VPN-Gate

$
0
0
Since last year, there is a very popular on-line game in Japan called 艦これ(Kan-ko-re). Its popularity in Japan eventually make known outside Japan and I saw some Taiwan/China sites introducing it. These sites also tell readers that by the use of VPN-Gate, overseas player can access this game. However… I CALL FOR STOP USING VPN-GATE […]

東方幻想魔録 —ようやくデカラビアが仲間になった!

$
0
0
このケームをすでに半年前からやっているが、今日はこの頑固デカラビアが仲間になった。。。 場所は 混沌の魔城 中層 から戻って、橋があるの部屋と両側の子部屋 東方幻想魔録―デカラビアが仲間になった!Click To Tweet - Powered By CoSchedule

[AviUtl] On 5.1ch Audio — Part 2

$
0
0
Previously I have written about how to read and encode multi-channel AAC. However, that method may not be required at all. If your media source has multi-channel audio, and imported through L-Smash plugin, then you should notice something like this: Then go ahead and encode with default settings… Investigate the encoded video with MediaInfo give […]

東方幻想魔録—PAD長のクイックタイムについて

$
0
0
記録として:無印v1.12, クイックタイムを覚えるのはLv66 祭りあとはLv76

IMPORTANT> Changing site URL on Saturday[12-Apr-2014 UTC 04:00]

$
0
0
IMPORTANT NOTICE ON SITE URL CHANGE Since dyndns.com finally announced the termination of its free service, I have to migrate to another domain. The new URL of this blog will be: http://mavericktse.mooo.com/wordpress/ Migration work will being on 12 April, 2014 around UTC 04:00. If everything goes fine, most things will back online in 30 minutes. […]

Memo: Some tricky points when configuring Turnkey Linux(WordPress)

$
0
0
This serve as a memo for myself while possibly helps others: 1> Delete the default wordpress installation. You will need updating and reinstall all plugins anyway. 2> Apache virtual hosts. The default root folders for port 80 and 443 points to the \wordpress directory. You may or may not want this. If there are some […]

Letterboxing in AviUtl and the Add border effect

$
0
0
Some time ago, I noticed that someone reached my site by searching something like “Add border”. I suspect that the reader probably wants “letterboxing”. In AviUtl, the so called “Add border” filter is not used for letterboxing. To letterbox, create a new project in the NLE, and set the target video size from start. Then […]

Sucks! Google and Bing cannot index my site!

$
0
0
I didn’t notice that until I use their webmaster tools, but now too late. Since I migrated this domain on weekend, the afraid.org side probably will not do anything until next working day.

An interesting article on HEVC and interlacing

$
0
0
Those who have been keeping an eye on HEVC should notice that HEVC rejected the idea of interlacing. It is not because the HEVC(ITU) committee did not discuss the matter with the broadcasting companies. Have a look at this article -> A short story of interlacing in HEVC

SVG Custom Object for AviUtl

$
0
0
[DOWNLOAD AviUtlSvg.zip] MD5: 15364F9B7F9BA38EAD1A5A1C3ABE80B5 (Archive~4MB; Decompressed~15MB) 【ニコニコ動画】AviUtlがSVGを利用できるようになった Svg Custom Object for AviUtl AviUtl用 SVG カスタム オブジェクト ======================================== Author: Maverick Tse Version: 1.1(2014-04-17) MD5 of svgrender.dll: 0B986AC54CAB494741EA74F6CE638A13 —————————————- Intro ======= This package is a script and a bunch of DLLs that allows you to use SVG images in AviUtl. The import of file is implemented as a custom object, […]
Viewing all 63 articles
Browse latest View live