Hi all, a few of you may remember my attempt to write a frame server for anri-chan last year around this time. Well it has changed a lot and actually does what it should this time, serve frames. It still has a long ways to go before it will be usable but I believe this to be a good step. I attached my c code in an eclipse project export. I also added some perl scripts in the run directory to help show how to use it. Currently its only useful abilities are trimming and resizing. My current audio trimming implementation can still use some work but it does a decent job at the moment.
amemiya depends on ffmpeg 0.6 to read and decode video files.
it depends on x264, faac, and mp4box to write and mux videos together.
If you have ffmpeg, x264, and faac installed and place mp4box in the run/exe directory you can start encoding videos using the runl.pl inside the run/exe directory.
This is not intended to replace avisynth on windows. This is mostly for the mac and linux users out there so someday we can use anrichan like all the windows people to encode our speed runs. It still has a long ways to go and hopefully it will evolve into something much better then I have started here.
To do list:
Improve audio trimming to be more accurate.
Deinterlacing
multiple input files support
croping/padding?
image reading for statids
avisynth like file reading
and last a viewer
amemiya depends on ffmpeg 0.6 to read and decode video files.
it depends on x264, faac, and mp4box to write and mux videos together.
If you have ffmpeg, x264, and faac installed and place mp4box in the run/exe directory you can start encoding videos using the runl.pl inside the run/exe directory.
This is not intended to replace avisynth on windows. This is mostly for the mac and linux users out there so someday we can use anrichan like all the windows people to encode our speed runs. It still has a long ways to go and hopefully it will evolve into something much better then I have started here.
To do list:
Improve audio trimming to be more accurate.
Deinterlacing
multiple input files support
croping/padding?
image reading for statids
avisynth like file reading
and last a viewer
Thread title: