View Full Version : x264 --cqm "jvt" problem ?
cuban
28th June 2005, 20:54
Should the setting --cqm "jvt" work under rev270 (CLI)? The "flat" setting works just fine, but when i change to "jvt" (other settings do not affect the problem neither the container used) video looks like crap. Or mabye it's not an encoder problem but the decoder ?? I'm using ffdshow 19 Jun 2005. In zip file i attached two samples (one encoded with "flat" and one with "jvt") and my commandline in a .bat file.
bond
28th June 2005, 21:08
flat is not really a cqm but the quant matrix used by default
ffdshow (and all libavcodec based players) dont handle playing cqm
cuban
28th June 2005, 21:47
ffdshow (and all libavcodec based players) dont handle playing cqm
OK, so is there a way to play cqm files? QuickTime 7.0 does not handle this (i thought, that 7.0 supports mp4/h264...), MPlayer does not work too. NERO player will do the job ?
Thanks
bond
28th June 2005, 21:50
nero an option
madoka
29th June 2005, 06:37
OK, so is there a way to play cqm files? QuickTime 7.0 does not handle this (i thought, that 7.0 supports mp4/h264...), MPlayer does not work too. NERO player will do the job ?
Thanks
QuickTime 7 (on Windows) doesn't handle a lot of things. I've been trying work out the options that are QT7-friendly, but no luck so far.
Something like:
x264 -b 3 -r 5 -A p8x8,b8x8,i4x4 -w --me umh -m 6works fine when I tried it on a few hundred frames. But when I tried the exact same setting on a ~25 min. clip, it wouldn't play. Anyone know what flags QT7 doesn't like?
bond
29th June 2005, 09:58
qt7 includes a main profile decoder, so it cant handle high profile streams (8x8dct, i8x8, cqm and lossless)
about the 25min problem: well propably a bug in qt7 (if it plays the short sample it means the decoder would handle the settings), i assume there is a reason why its still called beta
Sharktooth
29th June 2005, 11:07
Actually nero is the only option (ateme beta decoder apart... but that's not yet publicly available).
bond
29th June 2005, 11:38
Actually nero is the only option (ateme beta decoder apart... but that's not yet publicly available).
well maybe the moonlight decoder supports it too? after all they also already posted some HP clips so they are definitely working on it
madoka
29th June 2005, 19:56
qt7 includes a main profile decoder, so it cant handle high profile streams (8x8dct, i8x8, cqm and lossless)
about the 25min problem: well propably a bug in qt7 (if it plays the short sample it means the decoder would handle the settings), i assume there is a reason why its still called beta
QT7 also doesn't like the mp4 generated by x264; it'll work if I configure x264 to produce a raw file, which I then mux using mp4box. Moreover, --b-pyramid also doesn't work. QT7 seems to support B-frames, but it's still buggy. By disabling B-frames completely I was able to get longer clips to play under QuickTime 7.
bond
29th June 2005, 20:35
QT7 also doesn't like the mp4 generated by x264; it'll work if I configure x264 to produce a raw file, which I then mux using mp4box. Moreover, --b-pyramid also doesn't work. QT7 seems to support B-frames, but it's still buggy. By disabling B-frames completely I was able to get longer clips to play under QuickTime 7.thats a known issue and is a bug in qt7 afaik
Actually nero is the only optioncqm support is implemented in the very last (2005.06.30) release of ffdfshow from celtic_druid. u may have a look.
the bests
y
celtic_druid
30th June 2005, 09:01
only for encoding.
updated x264 - custom quantization matrices (not supported by libavcodec yet)
only for encoding.
updated x264 - custom quantization matrices (not supported by libavcodec yet)oops ... soory for misinforming ! my very bad :(
thx
y
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.