View Full Version : AVSEdit Plus - official thread
stax76
30th June 2016, 19:23
AVSEdit btw. was originally written by me about 10 yours ago as StaxRip's script editor and was later removed and extracted as standalone tool.
feisty2
30th June 2016, 20:49
I was gonna say c# code is not portable and cpp is but...
avisynth itself is kind of not portable already, and cpp code dealing with APIs from some specific OS is not portable either...
MysteryX
1st July 2016, 04:24
C# code is cross-platform compatible with Mono and/or .NET Core (at least most of it; WPF user interface library isn't cross-platform)
http://www.theregister.co.uk/2016/06/28/microsoft_releases_crossplatform_net_core_10_at_linux_event/
My own websites are ASP.NET hosted on a Linux VPN with Mono
geometer
1st July 2016, 19:29
BTW AvsProxy works with port# 9999 - on a note on interprocess communication.. ;)
MysteryX
16th July 2016, 06:48
By the way, I wrote a sample of inter-process communication using WCF with AviSynth (https://github.com/mysteryx93/AvsFilterNet/tree/master/InterProcessSample).
With AvsFilterNet, you'll also be able to integrate C# directly within the AviSynth scripts; if that can prove useful. One thing that can be done, for example, is to add a C# filter at the end that gives you control of the script from within and that returns the frames to your editor via WCF. Then there wouldn't be any issues about a x86 interface that isn't compatible with x64. Not that this example is a good idea, but it just gives an idea of possibilities.
kagetoki
26th August 2016, 22:45
AVSEdit Plus 1.25
New version has been released. See the Changelog section in the first post (http://forum.doom9.org/showthread.php?p=1771799#post1771799) for the complete list of changes.
jriker1
8th September 2016, 16:25
Is there a way to use this without installing? On my video editing system I do not install anything unless I absolutely have to. OK if I have to install it in a virtual machine or something and then just copy one folder somewhere but don't install much that drops things all over on my system or can't tell where it's installing things.
Thanks.
JR
Groucho2004
8th September 2016, 16:28
Is there a way to use this without installing?
How about using the portable version from here (https://sourceforge.net/projects/avseditplus/files/avsEditPlus/stable/01025/bin/)?
jriker1
8th September 2016, 16:32
Nice.
I'm having a problem per this thread:
http://forum.doom9.org/showthread.php?p=1780154#post1780154
Hoping pre the recommendation another tool will not exhibit this problem.
Thanks.
JR
Groucho2004
8th September 2016, 16:39
Nice.
I'm having a problem per this thread:
http://forum.doom9.org/showthread.php?p=1780154#post1780154
Hoping pre the recommendation another tool will not exhibit this problem.
Thanks.
JR
I'm a little confused. How does this relate to the portable version of AVS Edit Plus?
qiangbro
21st September 2016, 04:12
Does AVSEditPlus support AviSynthPlus or AviSynthPlus MT-pfmod ?
It crashed when I launch avsEditPlus.exe.
the default charset of my windows system is GBK, it is a Chinese Language system.
avsEditPlus.exe 已停止工作
问题签名:
问题事件名称: CLR20r3
问题签名 01: avsEditPlus.exe
问题签名 02: missing
问题签名 03: 57c0ad79
问题签名 04: avsEditPlus
问题签名 05: 1.25.0.0
问题签名 06: 57c0ad79
问题签名 07: 135
问题签名 08: 0
问题签名 09: System.NullReferenceException
OS 版本: 6.1.7601.2.1.0.256.1
区域设置 ID: 2052
其他信息 1: 0a9e
其他信息 2: 0a9e372d3b4ad19135b953a78882e789
其他信息 3: 0a9e
其他信息 4: 0a9e372d3b4ad19135b953a78882e789
StainlessS
21st September 2016, 04:19
I believe that AvsEdit+ does support AVS+, so would guess that your problem relates to spoken language (or all of those squiggly bits in your post).
kagetoki
2nd October 2016, 16:54
Does AVSEditPlus support AviSynthPlus or AviSynthPlus MT-pfmod ?
It crashed when I launch avsEditPlus.exe.
the default charset of my windows system is GBK, it is a Chinese Language system.
I'm sorry for the fatal error You keep getting, I'm going to find a solution asap. The text editor uses ANSI encoding while saving because AviSynth (at least 2.5x) reads files encoded only in this format.
AVSEdit Plus has been tested with the following:
AviSynth 2.58
AviSynth 2.60
AviSynth+ (AVSEdit Plus works only if x86 build is also installed)
keraki
30th April 2020, 15:46
How to open a .mp4 file with this app?
StainlessS
30th April 2020, 17:34
Look up LSmash plugin for Avisynth, LSmashVideoSource and LSmashAudioSource.
You'll find it in the Devs forum (no idea why some devs think users may not be interested in their plugins).
External (not Avisynth builtin) filters on wiki here:- http://avisynth.nl/index.php/External_filters
The App is for avisynth script, you will have to write some script.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.