26.04.2018, 12:00
The encoding is faster after I put in the cpu command.
But i wonder is the command line for decoding is same as encoding?
By the way, I am testing with the aom analyser but it is not a drop and view kind of analyser and so I still figuring out how to do the analysis with the software. Is there any recommendation software for analyse the bitstream under windows environment?
I had some experience in using Intel analyzer but the aom analyser seem like I have to run the decode process with it and the decoded result will be on a webserver?
But i wonder is the command line for decoding is same as encoding?
Quote:For example encoding:
aomenc.exe --passes=2 --pass=1 --end-usage=vbr --target-bitrate=1000 --width=780 --height=420 --fpf=aom1.log --cpu-used=4 --threads=8 --limit=100 -o output.webm park_joy_420_720p50.y4m
aomenc.exe --passes=2 --pass=2 --end-usage=vbr --target-bitrate=1000 --width=780 --height=420 --fpf=aom1.log --cpu-used=4 --threads=8 --limit=100 -o output.webm park_joy_420_720p50.y4m
decoding:
aomdec.exe --end-usage=vbr --target-bitrate=1000 --width=780 --height=420 --cpu-used=4 --threads=8 --limit=100 -o dec_output.webm output.webm
By the way, I am testing with the aom analyser but it is not a drop and view kind of analyser and so I still figuring out how to do the analysis with the software. Is there any recommendation software for analyse the bitstream under windows environment?
I had some experience in using Intel analyzer but the aom analyser seem like I have to run the decode process with it and the decoded result will be on a webserver?