I was able to use iMovie to transcode my 2G .mov to something that enabled
youtube's HQ option: http://www.youtube.com/watch?v=Zm0RyM1bmLs#

What I used:

iMove HD 6.0.4, Export, Quicktime, "compress movie for: expert settings" (press
"share") verify H.264 in export options" (ok) save.

Which resulted in:

[EMAIL PROTECTED]:~/a$ tcprobe -i h264version.mov
[probe_mov.c] audio codec=sowt
[probe_mov.c] video codec=avc1
[tcprobe] Apple QuickTime movie file
[tcprobe] summary for h264version.mov, (*) = not default, 0 = not detected
import frame size: -g 720x480 [720x576] (*)
       frame rate: -f 29.970 [25.000] frc=4 (*)
      audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x1 [0x2000] (*)
           length: 440 frames, frame_time=33 msec, duration=0:00:14.681

So now I need to do the same thing with tc, and fail:


http://www.youtube.com/watch?v=ZwqCPXlX4E8

+ transcode --encode_fields p -i PyGamePySightHQ.mov -g 640x480 -f 29.970,4 -a 0
-e 48000,16,2 -n 0x1 -V rgb24 -o /home/carl/a/test_x264_720x480_def_def.avi -m
aud -y mov,mov -F x264 -Z 720x480 -c 0:0:5-0:0:10
transcode v1.2.0-cvs (C) 2001-2003 Thomas Oestreich, 2003-2008 Transcode Team
[transcode] V: auto-probing     | PyGamePySightHQ.mov (OK)
[transcode] V: import format    | MJPEG in Quicktime's MOV format (module=mov)
[transcode] A: auto-probing     | PyGamePySightHQ.mov (OK)
[transcode] A: import format    | PCM in Quicktime's MOV format (module=mov)
[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
[transcode] V: import frame     | 640x480  1.33:1  encoded @ UNKNOWN
[transcode] V: zoom             | 720x480  1.50:1 (Lanczos3)
[transcode] V: bits/pixel       | 0.174
[transcode] V: decoding fps,frc | 29.970,4
[transcode] V: video format     | RGB24
[transcode] A: import format    | 0x1     PCM          [48000,16,2]
[transcode] A: export format    | 0x55    MPEG ES Layer 3 [48000,16,2]  128 kbps
[transcode] V: export format    | unknown (module dependant)
[transcode] V: encoding fps,frc | 29.970,4
[transcode] A: bytes per frame  | 6408 (6406.400000)
[transcode] A: adjustment       | [EMAIL PROTECTED]
[transcode] V: IA32/AMD64 accel | sse3 sse2 sse 3dnowext 3dnow mmxext mmx cmove 
asm
[transcode] V: video buffer     | 10 @ 720x480 [0x1]
[transcode] A: audio buffer     | 10 @ 48000x2x16
[import_mov.so] v0.1.3 (2005-12-04) (video) * | (audio) *
[export_mov.so] v0.1.2 (2004-01-19) (video) * | (audio) *
[import_mov.so] codec=sowt, rate=48000 Hz, bits=16, channels=2, samples=76740469
[import_mov.so] VIDEO: codec=jpeg, fps=29.970, width=640, height=480, 
frames=39496
[export_mov.so] video codec='x264' w=720 h=480 fps=29.97
[export_mov.so] empty qt codec name - switching to ima4 use '-F ,list'
[export_mov.so] to get a list of supported codec
[export_mov.so] audio codec='ima4' bits=16 chan=2 rate=48000
[x264] Info: using SAR=1/164.46 fps, CFT: 0:00:04,  ( 9| 0|11)
[x264] Info: using cpu capabilities: MMX2 SSE2Slow
[x264] Info: slice I:2     Avg QP:23.00  size: 22895:00:00, ( 0| 0|20)
[x264] Info: slice P:148   Avg QP:26.00  size:    52
[x264] Info: mb I  I16..4: 80.9%  0.0% 19.1%
[x264] Info: mb P  I16..4:  0.5%  0.0%  0.1%  P16..4:  0.0%  0.0%  0.0%  0.0%
0.0%    skip:99.4%
[x264] Info: SSIM Mean Y:0.9930491
[x264] Info: kb/s:85.4

[transcode] encoded 150 frames (0 dropped, 0 cloned), clip length   5.00 s
[EMAIL PROTECTED]:~/temp/pycon_tc$ tcprobe -i 
/home/carl/a/test_x264_720x480_def_def.avi
[probe_mov.c] audio codec=ima4
[probe_mov.c] video codec=avc1
[tcprobe] Apple QuickTime movie file
[tcprobe] summary for /home/carl/a/test_x264_720x480_def_def.avi, (*) = not
default, 0 = not detected
import frame size: -g 720x480 [720x576] (*)
       frame rate: -f 29.970 [25.000] frc=4 (*)
      audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x11 [0x2000] (*)
           length: 150 frames, frame_time=33 msec, duration=0:00:05.005

*grumble*

Carl K

Reply via email to