Inc
29th August 2006, 18:30
After watching some interesting exchanges in the mailinglist of ffmpeg-dev in the last days ... now they did apply native avisynth script support:
http://svn.mplayerhq.hu/ffmpeg/trunk/?sortby=date#dirlist
(Last log entry of for instance "Configure")
http://svn.mplayerhq.hu/ffmpeg/trunk/configure?view=markup&rev=6122&sortby=date
(look under --enable-avisynth ;) )
http://svn.mplayerhq.hu/ffmpeg/trunk/Changelog?view=markup&rev=6122&sortby=date
(last item of the "version <next>" listing)
When looking more deeply within the avisynth.c interface in the libavformat directory I can see they use the Avifil32 API to obtain A/V data from scripts:
Thus .... Sound will be limited by an Unsigned Long 'virtual' 4GB Barrier?
(Would be bad for 5.1 Avisynth PCM DATA outputs :( )
Moment ... how does AviStreamRead() gets Audiodata? in Samples or Blocks?? Cant remember right now ....
I recommended in the mailinglist the usage of the avisnyth_c interface but there was no reaction.
http://svn.mplayerhq.hu/ffmpeg/trunk/?sortby=date#dirlist
(Last log entry of for instance "Configure")
http://svn.mplayerhq.hu/ffmpeg/trunk/configure?view=markup&rev=6122&sortby=date
(look under --enable-avisynth ;) )
http://svn.mplayerhq.hu/ffmpeg/trunk/Changelog?view=markup&rev=6122&sortby=date
(last item of the "version <next>" listing)
When looking more deeply within the avisynth.c interface in the libavformat directory I can see they use the Avifil32 API to obtain A/V data from scripts:
Thus .... Sound will be limited by an Unsigned Long 'virtual' 4GB Barrier?
(Would be bad for 5.1 Avisynth PCM DATA outputs :( )
Moment ... how does AviStreamRead() gets Audiodata? in Samples or Blocks?? Cant remember right now ....
I recommended in the mailinglist the usage of the avisnyth_c interface but there was no reaction.