View Full Version : How to encode video with H265?


Hiritsuki
25th April 2013, 16:35
I ask friend help me to compile the H265 encoder for me

but I got a problem ... I can't use ....:(

paradoxical
25th April 2013, 16:42
You can't use it... why? What is the specific issue you are facing?

JEEB
25th April 2013, 16:50
I ask friend help me to compile the H265 encoder for me

but I got a problem ... I can't use ....:(
The only currently working and spec-compliant'ish encoder available as open source is HM, and with HM it's customary to just use a config file. Also it does not support y4m or raw input from stdin, so you will have to have a raw YCbCr file on Windows ready.

Example:
TAppEncoder.exe -c /cygwin/projects/jctvc-hm/cfg/encoder_intra_main.cfg -i zeroma.yuv -fr 24 -wdt 320 -hgt 180 -f 2155 --CroppingMode 1

Also do note that trying to use HM for more serious encodes is going to need a major amount of effort, as it really needs you to set everything up, including which frames do frames refer to, and so forth. See the PDF manual and the example config files for more info.

Hiritsuki
25th April 2013, 17:29
Thank you I got it ^^
go test

Hiritsuki
26th April 2013, 06:36
Sorry I found a question ...
about threads ...
why it's run only 1 threads?

JEEB
26th April 2013, 10:01
It's a reference encoder. If you wanted a "real" encoder I'd recommend you wait until MainConcept/DivX start doing public beta testing.

Hiritsuki
28th April 2013, 05:22
Thank you JEEB, so I have to wait ..

Hiritsuki
9th May 2013, 04:24
K-Lite install first

http://xhevc.com/
run the bat with Administrator
and play the .hm10

とある科学の超電磁砲S OP
source TS => Video transport copy to AVI => FFMPEG turn AVI to YUV => H265(TappEncoder.exe) => All the .bin marge to .hm10

.hm10 https://mega.co.nz/#!Nc81TSAS!l5UB6ucR9dJzdj_uqKb_jj8o-LGSngMy68fQk4JC3zs
.flac https://mega.co.nz/#!5ZM3SYTJ!h_stXwHWtqWVNTdZOuPsiS_BMapRLuwKE1F8WrpRP9g

Hiritsuki
9th May 2013, 04:26
that I had run over 4 hours to encode 90 second video ... orz

JEEB you are right...