halsboss
18th April 2009, 04:30
<dummy alert>
Hi, wondering about accessing .mp4 source format in avisynth.
Been using .avi with the AVIsource statement for years, and had tried ffmpegsource on occasion.
I am wondering what recommendations people have ("latest technique" ?) to open ".mp4" files in avisynth ? Assuming mpeg4-asp/mp3 content, and possibly sometimes mpeg4-AVC. I have xvid and coreavc (which comes with haali) installed, but no ffdshow.
Is it DirectShowSource("...",fps=25,convertfps=true) ?
If I recall, DGAVCDec only handles elementary streams. Not sure it it handles mpeg4-ASP or only AVC. Will have to look up the latest state of play.
Am happy to demux to elementary streams [avidemux?] if that'd help (which mp4 demuxer?). (If that's the way then I guess I could do similar with xvid/mp3 AVIs too to avoid packed-bitstream/non-packed-bitstream AVIs, providing that the recommended demuxer handles demuxing of packed bitstream .avi OK.)
</dummy alert>
Hi, wondering about accessing .mp4 source format in avisynth.
Been using .avi with the AVIsource statement for years, and had tried ffmpegsource on occasion.
I am wondering what recommendations people have ("latest technique" ?) to open ".mp4" files in avisynth ? Assuming mpeg4-asp/mp3 content, and possibly sometimes mpeg4-AVC. I have xvid and coreavc (which comes with haali) installed, but no ffdshow.
Is it DirectShowSource("...",fps=25,convertfps=true) ?
If I recall, DGAVCDec only handles elementary streams. Not sure it it handles mpeg4-ASP or only AVC. Will have to look up the latest state of play.
Am happy to demux to elementary streams [avidemux?] if that'd help (which mp4 demuxer?). (If that's the way then I guess I could do similar with xvid/mp3 AVIs too to avoid packed-bitstream/non-packed-bitstream AVIs, providing that the recommended demuxer handles demuxing of packed bitstream .avi OK.)
</dummy alert>