We are trying to trans-code a file/stream from MPEG4 to H264 in real-time. Using the DMAI samples in the 4.0X DVSDK, I was able to decode an MPEG4 file into a "named pipe" and then re-encode the video into an H264 file. However due to file IO this is VERY slow (2-4 frames per second).
Are there any samples showing a dedicated "trans-code" like this? Can the hardware support an encode/decode in parallel? I tried combining the encode and decode samples into a single application, but I am unclear how the memory buffers need to be passed between the encode/decode codecs.
Thanks,
Cullum