Commit graph

18 commits

Author SHA1 Message Date
Zen
a0067476bd Default aom settings to feature tiles 2020-12-06 00:27:20 +02:00
Zen
81b69c385a Target Quality Default settings balanced 2020-11-25 09:46:37 +02:00
Zen
3efa6e2e79 Refactored Args to Project, Created Project class 2020-11-25 09:32:26 +02:00
Zen
159e5994c0
fixing typo 2020-11-15 15:24:13 +02:00
Zen
aea4b6a476
Update vpx.py 2020-11-15 15:13:51 +02:00
Zen
314dce1fd8
explicitly set 10 bit 2020-11-14 00:11:07 +02:00
Zen
0776c6532f Rav1e resume to overwrite 2020-11-11 17:10:30 +02:00
Zen
fe021ae443 Target VMAF to Target Quality + Refactoring 2020-11-09 14:32:16 +02:00
Zen
db962f266f
make x265 by default enocode to 10 bit 2020-11-02 22:55:54 +02:00
Zen
0b7802ff26 VVC todo 2020-10-31 16:29:18 +02:00
Zen
7776b9db3d
Merge pull request #182 from as-com/patch-1
Fix SVT-AV1 two-pass command syntax
2020-10-20 16:37:56 +03:00
Andrew Sun
703d94be6b
Add --pass argument 2020-10-19 12:34:52 -04:00
Andrew Sun
67ff6480af
Fix SVT-AV1 two-pass command syntax 2020-10-19 11:23:46 -04:00
Austin Dworaczyk Wiltshire
afacf4d963 Pass frames to x265 for a given chunk.
Per the x265 documentation, if `--frames` is specified, the rate control
can use the information for better encoding decisions.

In addition, we should be encoding an exact number of frames anyways.

This might benefit x264 as well, but I'm not sure if that's guarranteed.
It's trivial to add, so it may be worth adding anyways.

See docs around `--frames` option: https://x265.readthedocs.io/en/master/cli.html#input-output-file-options

Testing note: I tested what happens with something like vspipe returns
less than the specified number of frames and things work "just fine" -
the encoder exits with no error message and the stream isn't corrupted.
2020-10-17 21:30:39 -07:00
w
dd414a815c Add vs_lsmash chunk method for mkv/mp4/m2ts
also suppress stderr of ffmpeg_gen_pipe. lsmash wont work with it being redirected to stdout and it isn't being used anyway.
2020-10-13 06:20:02 -07:00
n9Mtq4
b72fb6d6f0 Add live updating progress bar for svt-av1 2020-09-21 21:23:50 -04:00
Zen
9c5da5af28 Command validation on startup 2020-09-15 20:36:23 +03:00
Zen
251433134b Moved stuff 2020-09-14 20:45:21 +03:00