[NBLUG/talk] Freevo/MythTV -
Scott Doty
scott at sonic.net
Mon Jun 9 13:55:01 PDT 2003
On Mon, Jun 09, 2003 at 08:51:16AM -0700, Scott Doty wrote:
> A serious minus: The video files MythTV creates are its own format.
> avidemux had a patch to be able to read these files -- but then, it appears,
> the file format changed. (Neither ffmpeg or mencoder can handle the format
> either.) I'm in discussion with the avidemux author about the problem, and
> I intend to bring it to the MythTV dev list. (The video file format just
> can't be a moving target!)
The avidemux author sent me a patch, which works with avidemux 0.9 and
2.0.6. It's very simple -- I've appended it below, just in case this
thread turns up in a web search.
A fix in less than 24 hours. You gotta love open source. :)
-Scott
Index: ADM_nuv.cpp
===================================================================
RCS file: /work/cvs/avidemux2/avidemux/ADM_nuv/ADM_nuv.cpp,v
retrieving revision 1.12
diff -u -r1.12 ADM_nuv.cpp
--- ADM_nuv.cpp 31 May 2003 19:24:54 -0000 1.12
+++ ADM_nuv.cpp 9 Jun 2003 21:14:25 -0000
@@ -297,6 +297,7 @@
break;
case 'X':
case ';':
+ case '4':
if(!_isXvid)
{
printf("\n Xvid detected WTF ???\n");
More information about the talk
mailing list