]> granicus.if.org Git - handbrake/commit
CLI: add option to log version, title, and progress in json
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 6 Nov 2017 18:48:26 +0000 (10:48 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2017 18:48:26 +0000 (10:48 -0800)
commit8a68af4675fd90f58ab0b8a191345847bff94cea
tree5f473c29873fe702e9d2177903557cbd6acb79c3
parentd438e35c7edf9a94cddb7853fe68a50207d1027d
CLI: add option to log version, title, and progress in json

This is useful for scripts and other frontends that need to parse CLI output.
12 files changed:
libhb/bd.c
libhb/common.c
libhb/common.h
libhb/decavcodec.c
libhb/dvd.c
libhb/dvdnav.c
libhb/hb_json.c
libhb/hb_json.h
libhb/preset.c
libhb/scan.c
libhb/stream.c
test/test.c