Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#101 | Link |
|
Registered User
Join Date: Feb 2009
Location: USA
Posts: 676
|
Just wanted to say I hope this project does not die. I would love to see it continue and be successful.
I don't have any meaningful talents to donate to the cause, but I just wanted to show my support for the project. I completely understand what it is like to have something you believe in, while suffering from a lack of contributors / others who could help. I would love to fire up a Linux distro one day and use it, when it is in a well-polished "For public consumption" state. |
|
|
|
|
|
#104 | Link | |
|
Registered User
Join Date: Nov 2008
Posts: 91
|
Quote:
|
|
|
|
|
|
|
#105 | Link |
|
Registered User
Join Date: May 2012
Location: Here
Posts: 257
|
Hello everybody, my first post in Doom9's Forum.
I began editing video 10 years ago, and learnt a lot about avisynth and video edition at Kvcd.net as member, and in Doom9 as visitor. And I switched to a linux environment 6 years ago. I just keep visiting Windows to use natively avisynth. That's the reason I find it so ( ) interesting the avxsynth project.I don't have programming skills, I cannot help as a dev. But once you find it ready to test, I will be very pleased to help in testing and improving avxsynth. I wish you success. |
|
|
|
|
|
#106 | Link |
|
Registered User
Join Date: Jul 2008
Posts: 1
|
Hello everyone...
Awesome job on this project, it was indeed needed. On my Windows box I ve got Avisynth passing video onto mencoder so I can batch transcode some videos. My problem when I try the same with Avxsynth on my linux box, is that I only get Video and not Audio. For some reason, AVXsynthserver only drops video frames on the stdin of mencoder. Trying to troubleshoot the issue, I realised that axvframeserver , only passes video and not audio on Mplayer also. My AVS script is a simple FFVideoSource(pathtomyfile.avi) If I use FFAudioSource I get only audio and no video. Any ideas are much apreciated... |
|
|
|
|
|
#107 | Link | |
|
...?
Join Date: Nov 2005
Location: Florida
Posts: 1,501
|
Quote:
B) There was a point where AvxSynth had issues with using AudioDub. I'm not sure if that's been fixed yet. How easily could avxFrameServer be modified to also output yuv4mpeg streams? That would allow resolution and framerate (and colorspace?) to be preserved when piping to x264 and co. At least for the time being until AvxSynth-specific import is added and piping is no longer needed. |
|
|
|
|
|
|
#109 | Link |
|
Registered User
Join Date: May 2012
Posts: 23
|
I followed the instructions here and everything works fine. However, I skipped the kdev setup steps. Were the kdev setup instructions included for debugging/development purposes?
Last edited by raido; 6th June 2012 at 02:41. |
|
|
|
|
|
#110 | Link | |
|
Registered User
Join Date: Nov 2008
Posts: 91
|
Quote:
|
|
|
|
|
|
|
#113 | Link |
|
Pajas Mentales...
Join Date: Dec 2004
Location: Spanishtán
Posts: 497
|
kdev is painfull and rapefathers/killmothers deprecated method XD
https://github.com/avxsynth/avxsynth/wiki/System-Setup update instrucctions xd edit: only need libqt4-dev. libqt4-designer and libqt4-gui installed by libqt4-dev dependencies http://packages.ubuntu.com/precise/libqt4-dev Last edited by sl1pkn07; 9th June 2012 at 01:03. |
|
|
|
|
|
#114 | Link |
|
Registered User
Join Date: Jun 2012
Posts: 2
|
hihihi, an acquaintance ported over (albeit more like "hacked over") fft3dfilter and successfully has it working with AvxSynth. Feel free to try it out and report any bugs.
Please note that this has been relatively untested. So your mileage may very. Said acquaintance would have posted himself—but he just registered and is waiting for the 5 days to pass in order to post. https://github.com/fundies/fft3dfilter-linux Last edited by v___v; 11th June 2012 at 22:32. |
|
|
|
|
|
#115 | Link |
|
Registered User
Join Date: Nov 2006
Posts: 3
|
I knocked up a quick port to AVXSynth of Donald Graft's Decomb package. Includes 64-bit patches from squid_80. Builds on 64-bit linux with both GCC 4.6 and Clang 3.0, and includes assembler optimisations. It hasn't been made ready for building on 32-bit yet, so expect it to do bad things if you try it.
You need cmake and yasm in order to build it, and cmake must be passed the flag "-DCMAKE_ASM_NASM_COMPILER=yasm" in order for it to use yasm to build the assembler files. Beyond integrating squid_80's patches, the changes largely revolve around the following (and was otherwise pretty painless to port): 1. Ensuring the correct headers are imported. 2. Ensuring the case in header import statements matches the file name. 3. Differences in what MCSV++ and g++ consider acceptable C++. I've tested it with a YV12 source, but not with a YUY2 source yet. http://mujintou.org.uk/projects/decomb.zip |
|
|
|
|
|
#116 | Link |
|
Pajas Mentales...
Join Date: Dec 2004
Location: Spanishtán
Posts: 497
|
paradox: this is normal?
[ 12%] Building ASM_NASM object CMakeFiles/decomb.dir/src/asmfuncsYUY2.asm.o /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:31: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:112: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:202: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:231: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:260: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:320: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:371: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:419: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:475: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:523: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:567: warning: (pad:1) trailing garbage after macro name ignored /home/sl1pkn07/aplicaciones/avxplugins/decomb/src/asmfuncsYUY2.asm:610: warning: (pad:1) trailing garbage after macro name ignored greetings |
|
|
|
|
|
#117 | Link |
|
Registered User
Join Date: Nov 2006
Posts: 3
|
Yes, squid_80 has an explanation of what that is about in this post: http://forum.doom9.org/showthread.ph...502#post728502
It doesn't appear to stop anything from working. |
|
|
|
|
|
#119 | Link |
|
Registered User
Join Date: Nov 2009
Posts: 327
|
Distribution packagers and end-users may be interested to know that AvxSynth now has a proper build procedure using GNU autotools. See https://github.com/avxsynth/avxsynth/wiki/System-Setup for instructions.
Additionally, it is excellent to see that plugins for original AviSynth can be ported and remain functional. Those curious may wish to investigate the modified versions of several popular plugins associated with the now-defunct 64-bit port of AviSynth (if JoshyD ever did upload the source -- perhaps he forgot): http://forum.doom9.org/showthread.php?t=152800 Last edited by Stephen R. Savage; 18th June 2012 at 20:17. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|