Larry Symms wrote:

replace all occurrences of bitrate with sample rate. It seems myth doesn't actually change the sample rate even though it allows you to select a different one. I'm guessing muting (i.e. turn off) "multi track rate locking" in alsamixer will fix all my problems.

This is true. I changed the backend myself to allow non-48KHz recording but then I started having A/V sync problems. If you want to give it a try, the code is in libs/libmythtv/mpegrecorder.cpp. Just look for where it says "only 48kHz works properly". If you comment the line below that out, and uncomment the block below that, you can use other sample rates (if you think you'll have better luck than I did).


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to