Re: MythTV export/archive advice

Top Page

Reply to this message
Author: Brendan
Date:  
To: dmo-discussion
Subject: Re: MythTV export/archive advice
On 06/11/10 20:19, Christian Marillat wrote:
> Brendan<brendan@???> writes:
>
>
>> I'm looking for some advice please. My 4 year old has 130+ episodes
>> of her favourite show Mister Maker. I want to get them out of Myth
>> but have been unable to get nuvexport working, I also tried
>> mythnuv2mkv but I haven't been able to find a solution that works
>> smoothly on debian yet.
>>
> Would be nice to know what is broken in nuvexport to fix that.
>
> Christian
>
>


If this is something that can be fixed I would be thrilled no end :)

Here is the debug output.

system call:
mkdir -m 0755 /tmp/fifodir_24686/

forking:
/usr/bin/nice -n19 /usr/bin/mythtranscode --showprogress -p '0' -c
'1022' -s '2010-08-13T14:45:00' -f "/tmp/fifodir_24686/" --honorcutlist
--fifosync 2>&1

forking:
cat /tmp/fifodir_24686/audout > /dev/null

forking:
/usr/bin/nice -n19 ffmpeg -threads 2 -y -f s16le -ar 48000 -ac 2 -f 
rawvideo -pix_fmt yuv420p -s 720x576 -aspect 1.77777777777778 -r 25.000 
-i /tmp/fifodir_24686/vidout -aspect 1.77777777777778 -r 25.000 
-deinterlace -croptop    8 -cropright 10 -cropbottom 8 -cropleft  10 -s 
512x288  -vcodec libxvid -b '768k' -minrate '32' -maxrate '1536k' -bt 
'32k' -bufsize 65535 -flags +mv4+loop+aic+cgop -trellis 1 -mbd 1 -cmp 2 
-subcmp 2 -b_qfactor '150' -b_qoffset '100' -bf '1' -pass 1 -passlogfile 
'/tmp/xvid.24686.log' -f avi /dev/null 2>&1
Final pass...


system call:
mkdir -m 0755 /tmp/fifodir_24686/

forking:
/usr/bin/nice -n19 /usr/bin/mythtranscode --showprogress -p '0' -c
'1022' -s '2010-08-13T14:45:00' -f "/tmp/fifodir_24686/" --honorcutlist 2>&1

forking:
/usr/bin/nice -n19 ffmpeg -threads 2 -y -f s16le -ar 48000 -ac 2 -i 
/tmp/fifodir_24686/audout -f rawvideo -pix_fmt yuv420p -s 720x576 
-aspect 1.77777777777778 -r 25.000 -i /tmp/fifodir_24686/vidout -aspect 
1.77777777777778 -r 25.000 -deinterlace -croptop    8 -cropright 10 
-cropbottom 8 -cropleft  10 -s 512x288  -vcodec libxvid -b '768k' 
-minrate '32' -maxrate '1536k' -bt '32k' -bufsize 65535 -flags 
+mv4+loop+aic+cgop -trellis 1 -mbd 1 -cmp 2 -subcmp 2 -b_qfactor '150' 
-b_qoffset '100' -bf '1' -pass 2 -passlogfile '/tmp/xvid.24686.log' 
-acodec libmp3lame -async 1  -ab '128k'k -f avi './Mister Maker.avi' 2>&1


Cleaning up temp files.

My FFmpeg version is SVN-r24504.


Cheers
Brendan