2005-03-17, 03:26 AM
Alright, so I'm going to get going on my encoder plugin. I wanted to get some opinions on initial codec support.
Since GB-PVR is primarily Windows-based, does it seem feasible to use the WMV format for archival purposes? Implementation is by far the easiest, as MS has a Windows Media Encoder SDK, and its a trivial amount of code to use. I'd like to know if it makes sense to you developers to use, though. I'd eventually like to add support for XviD and DivX, which seem as though they'll be slightly more difficult.
On a more broad note, does anyone have experience with writing a video encoder? I figure I might be able to use libavcodec, which mencoder seems to have done nicely, but it's somewhat buggy, at least on the machines i've used it on. Any advice on that front? It's desirable because it supports these
Does anyone have any input or advice from having already crossed this bridge?
Since GB-PVR is primarily Windows-based, does it seem feasible to use the WMV format for archival purposes? Implementation is by far the easiest, as MS has a Windows Media Encoder SDK, and its a trivial amount of code to use. I'd like to know if it makes sense to you developers to use, though. I'd eventually like to add support for XviD and DivX, which seem as though they'll be slightly more difficult.
On a more broad note, does anyone have experience with writing a video encoder? I figure I might be able to use libavcodec, which mencoder seems to have done nicely, but it's somewhat buggy, at least on the machines i've used it on. Any advice on that front? It's desirable because it supports these
Does anyone have any input or advice from having already crossed this bridge?