Added readme and makefile
This commit is contained in:
parent
9e387dc323
commit
c11f0ea46a
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
echo "Did you change the number of images in the makefile from 901?"
|
||||
png2yuv -I p -f 20 -b 0 -n 901 -j '%03d-b.png' > test.yuv
|
||||
vpxenc --good --cpu-used=0 --auto-alt-ref=1 --lag-in-frames=16 --end-usage=vbr --passes=2 --threads=2 --target-bitrate=3000 -o vpxenc --good --cpu-used=0 --auto-alt-ref=1 --lag-in-frames=16 --end-usage=vbr --passes=2 --threads=2 --target-bitrate=3000 -o test.webm test.yuv
|
Loading…
Reference in New Issue