Hi. did you happen to upgrade your FFMPEG package lately? When I did I also recieve this error.<br>
I am not sure this is the fix but it worked for me.<br>
<br>
edit /usr/local/share/nuvexport/export/ffmpeg.pm<br>
find the line &quot;-f $videotype&quot;<br>
and add &quot;-pix_fmt yuv420p&quot;<br>
<br>
the new ffmpeg requires this new switch.<br>
beware though. if you have this problem, i have also had my mythtranscode demon break and haven't gotten it fixed yet.<br>
<br>
Martin<br><br><div><span class="gmail_quote">On 7/31/05, <b class="gmail_sendername">Matt</b> &lt;<a href="mailto:skd5aner@gmail.com">skd5aner@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!&nbsp;&nbsp;I've used nuvexport tons of times, but probably not in the past<br>2-3 months.&nbsp;&nbsp;I always run it to convert the shows to xVid.&nbsp;&nbsp;However,<br>now when I run it, it doesn't work.&nbsp;&nbsp;It complains about a codec<br>parameters issue.&nbsp;&nbsp;Here's the --debug output:
<br><br>/usr/bin/nice -n19 ffmpeg -hq -y -f s16le -ar 48000 -ac 2 -i<br>/tmp/fifodir_5391/audout -f rawvideo -s 720x480 -aspect 1.3333 -r<br>29.970 -i /tmp/fifodir_5391/vidout -aspect 1.3333 -r 29.970<br>-deinterlace -croptop 10 -cropbottom 10 -cropleft 14 -cropright 14
<br>-padleft 2 -padright 2 -s 620x464&nbsp;&nbsp;-vcodec xvid -b 960 -minrate 32<br>-maxrate 1920 -bt 32 -bufsize 65535 -lumi_mask 0.05 -dark_mask 0.02<br>-scplx_mask 0.5 -4mv -part -pass 1 -passlogfile '/tmp/xvid.5391.log'<br>-f avi /dev/null 2&gt;&amp;1
<br>ffmpeg version cvs, build 4753, Copyright (c) 2000-2004 Fabrice Bellard<br>&nbsp;&nbsp;configuration:&nbsp;&nbsp;--prefix=/usr --libdir=${prefix}/lib --enable-shared<br>--enable-mp3lame --host=i386-linux --enable-gpl --build=i386-linux<br>
--enable-faad --mandir=${prefix}/share/man --enable-vorbis<br>--enable-pthreads --enable-faac --enable-xvid --enable-dts cc<br>--enable-amr_nb --enable-amr_wb --enable-pp --enable-shared-pp<br>--enable-libogg --enable-a52bin --enable-x264
<br>&nbsp;&nbsp;built on Jun&nbsp;&nbsp;9 2005 15:41:29, gcc: 3.3.5 (Debian 1:3.3.5-13)<br>Input #0, s16le, from '/tmp/fifodir_5391/audout':<br>&nbsp;&nbsp;Duration: N/A, bitrate: N/A<br>&nbsp;&nbsp;Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s<br>
/tmp/fifodir_5391/vidout: could not find codec parameters<br><br><br><br>any ideas?&nbsp;&nbsp;It looks like xvid is compiled into ffmpeg alright.&nbsp;&nbsp;I'm<br>running out of space fast and I need to archive some shows ASAP.<br><br>Thanks!
<br>Matt<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>