bboy_sonik Wrote:All good man, don't bother yourself there are much more important things for you to worry about im sure :) But yes it's the "original". I just wish I could find that website that has all the AVC 1080p trailers on there then i coulda given a direct link, I shoulda added it to favorites *IDIOT*...
Actually, I don;t think it's the original. Open it in a hex editor, and search x264, you will find the x264 settings used for the encode. So it was encoded with x264, and so I kinda doubt was the original.
bboy_sonik Wrote:Nice! I honestly can't see a difference in quality, except the scene where he's looking at the bed and the camera pans behind him, there is a little bit of "fuzzyness" on his jacket - that might just be me though. Using Cyberlink AVC decoder by the way, the one that comes with PowerDVD [mainly cause it gives me hardware/GPU acceleration].
Repeated myself again.
But this is only 1-Pass, correct? So encode time would be a LOT shorter than my current 2-Pass VBR preference! I am truley impressed, and I have been enlightended :) Could you share your settings with us? :)
Sry about late reply. Kinda forgot about this thread. Only noticed it when Shadarr posted and pulled it to the top again.
This one was actually 2-pass, in order to match your size (since a few people above were saying about doing it at the same size).
As for the settings, I also kinda forgot. (Don't have the file with me any more). But probably something like this:
x264 --crf "something" --ref 12 --mixed-refs --no-fast-pskip --bframes 6 --b-adapt 2 --b-pyramid --weightb --direct auto --deblock -1:-1 --subme 8 --trellis 2 --psy-rd 1.0:0.5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me umh --merange 24 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"
So yeah, very high settings. Because the trailer was short, and I had the time anyway. If you want to encode a 100min movie, you may want to use faster settings that won't take you absolutely ages. Lower subme, lower merange, lower number of refs and bframes's, trellis mode 1 instead of 2, and you should get decent speeds.
For anime, you'd want more ref frames and b frames than for real life content.
(by the way, if you got my file, you can look at the x264 settings by using a hex editor and searching "x264". Should be somewhere at the start of the file).
Shadarr Wrote:Assassin, yours seems to have more detail/sharpness; but at the cost of artifacts, namely Gibbs Effects ('mosquito noise') and macroblocks. I actually find the blocks odd, because you state you use a mostly quantized form of compression.
Probably due to the psychovisual rdo I used. Yeah, I tend to favor detail. Encoding in the fansubbing scene for a while probably taught me that.
That was actually a filtered encode. I went and did a bit of (mild) denoise on the original. So there is probably even more noise (and most likely also detail) previously in the original.
Also, my filtering and encoding style would depend on the size and time constraints. I though that the length of a file isn't too tight a fit for the desired filesize, so I did what I did. If I was aiming for 5MB file size instead, then it'll be heavy denoise/smoothing and no psy-rdo, and would result in something much more smoothed out.