Need help trying to write a cude program. cuda program to encode dvd movies

I am not on the boards here very much, but I am trying to see if I can use cuda to do the processing for burning dvd movies, i can program some i am useing nero 7 to try and figure out what would work, or how do get the program to use cuda instead of my quad core. if any programs already exist please let me know, or anyone who might have any ideals please leave a message, thanks

well… i didn’t do search for such programs but according to what i have read about CUDA it will not be very beneficial for you because a program to burn DVD movies will be IO bound (most of the instructions are input/output not computation) and in such cases you might find the CUDA implementation slower than CPU implementation …

Try this link, Cuda GPU H.264 Encoder

Try this link, Cuda GPU H.264 Encoder

Well, I do not know nero 7 will support burn DVD or not but cuda really can help CPU to release space when burning DVD, I saw a passage told that DVD ripping is a very time-consuming process, since more CPU recourse will be taken up in transcoding and compression. Moreover, it slows down the running speed of the computer. Based on the emergence of the NVIDIA CUDA hardware technology, decoding/encoding speed is greatly accelerated because NVIDIA’s GPU shares the occupation of the computer’s CPU. In common parlance, a DVD ripper with CUDA acceleration can greatly reduce the ripping time. if you still have interest in it, maybe you can see it [url]404 | Page Now Found | WonderFox good luck