Ticket #8472: nuv

File nuv, 1.8 KB (added by Robin Gilks <g8ecj@…>, 16 years ago)
Line 
1
2To encode: Grand Designs: The Contemporary Cedar Clad Home, Stirling
3Use the following commands:
4First pass...
5
6system call:
7mkdir -m 0755 /tmp/fifodir_32711/
8
9forking:
10/usr/bin/nice -n19 /usr/local/bin/mythtranscode --showprogress -p '0' -c
11'7003' -s '2010-03-20T19:27:00' -f "/tmp/fifodir_32711/" --honorcutlist
12--fifosync 2>&1
13
14forking:
15cat /tmp/fifodir_32711/audout > /dev/null
16
17forking:
18/usr/bin/nice -n19 ffmpeg -threads 2 -y -f s16le -ar 48000 -ac 6 -f
19rawvideo -pix_fmt yuv420p -s 1920x1088 -aspect 1.77777777777778 -r 25.000
20-i /tmp/fifodir_32711/vidout -aspect 1.77777777777778 -r 25.000
21-deinterlace -croptop 16 -cropright 28 -cropbottom 16 -cropleft 28 -s
22512x288 -vcodec libxvid -b '768k' -minrate '32' -maxrate '1536k' -bt
23'32k' -bufsize 65535 -flags +mv4+loop+aic+cgop -trellis 1 -mbd 1 -cmp 2
24-subcmp 2 -b_qfactor '150' -b_qoffset '100' -bf '1' -pass 1 -passlogfile
25'/tmp/xvid.32711.log' -f avi /dev/null 2>&1
26Final pass...
27
28system call:
29mkdir -m 0755 /tmp/fifodir_32711/
30
31forking:
32/usr/bin/nice -n19 /usr/local/bin/mythtranscode --showprogress -p '0' -c
33'7003' -s '2010-03-20T19:27:00' -f "/tmp/fifodir_32711/" --honorcutlist
342>&1
35
36forking:
37/usr/bin/nice -n19 ffmpeg -threads 2 -y -f s16le -ar 48000 -ac 6 -i
38/tmp/fifodir_32711/audout -f rawvideo -pix_fmt yuv420p -s 1920x1088
39-aspect 1.77777777777778 -r 25.000 -i /tmp/fifodir_32711/vidout -aspect
401.77777777777778 -r 25.000 -deinterlace -croptop 16 -cropright 28
41-cropbottom 16 -cropleft 28 -s 512x288 -vcodec libxvid -b '768k'
42-minrate '32' -maxrate '1536k' -bt '32k' -bufsize 65535 -flags
43+mv4+loop+aic+cgop -trellis 1 -mbd 1 -cmp 2 -subcmp 2 -b_qfactor '150'
44-b_qoffset '100' -bf '1' -pass 2 -passlogfile '/tmp/xvid.32711.log'
45-acodec libmp3lame -async 1 -ab '128k' -f avi './Grand Designs - The
46Contemporary Cedar Clad Home, Stirling.2.avi' 2>&1
47
48Cleaning up temp files.
49