Bureaucrats, staff, Administrators
938
edits
Line 23: | Line 23: | ||
== What’s new compared to AVD2? == | == What’s new compared to AVD2? == | ||
AVD3 is a complete rewrite of AVD2 which uses .NET | AVD3 is a complete rewrite of AVD2 which uses .NET 6.0 instead of .NET Framework and treats Linux as a first class citizen. So it should run on Linux just as well as on Windows. To name a few other big differences: | ||
* Can process multiple files in parallel | * Can process multiple files in parallel | ||
Line 34: | Line 34: | ||
* Support for .vtt subtitle files | * Support for .vtt subtitle files | ||
* Support for 32bit has been dropped | * Support for 32bit has been dropped | ||
* Support for aarch64 has been added | |||
* Support for MacOS is not yet available (To add support https://github.com/DvdKhl/AVDump3/blob/master/AVDump3NativeLib/src/AVD3MirrorBuffer.c needs to be implemented, help would be appreciated) | * Support for MacOS is not yet available (To add support https://github.com/DvdKhl/AVDump3/blob/master/AVDump3NativeLib/src/AVD3MirrorBuffer.c needs to be implemented, help would be appreciated) | ||