Commit Graph

40 Commits

Author SHA1 Message Date
John Andrews e5f2489a43 added Failure nodes and started working on ffmpeg metadata node 2022-04-17 15:35:03 +12:00
John Andrews 0dcaf0a111 fixed issue with video stream indexes 2022-04-15 10:42:33 +12:00
John Andrews dd49773430 added HDR to SDR 2022-04-14 21:33:15 +12:00
John Andrews c20edf9743 implemented remaining video nodes as FFMPEG builder nodes 2022-04-13 21:14:45 +12:00
John Andrews 29a54c00e6 renamed FfmpegBuilderVideoEncode to FfmpegBuilderVideoCodec 2022-04-10 18:40:00 +12:00
John Andrews b32783c402 added FFMPEG Builder nodes 2022-04-10 18:27:06 +12:00
John Andrews 6398c4c20f fixed issue with video info not being updated after encoding 2022-04-03 11:36:39 +12:00
John Andrews a4165a2213 updated VideoScaler and now supports Conditions on properties 2022-03-30 21:12:10 +13:00
John Andrews 1883ffedd5 fixing issue deleting source directory 2022-03-27 19:32:35 +13:00
John Andrews c8e6c7b1a5 added filter to audio normalize node 2022-03-25 18:53:39 +13:00
John Andrews 48830362e5 fixing audio normalize node
added subtitle language remover
added aduio track remover
2022-03-25 15:34:11 +13:00
John Andrews ef2bb76851 updated FFMPEG node to not add input/ouput nodes 2022-03-04 23:43:35 +13:00
John Andrews e48a306af3 updated ffmpeg to use variables 2022-03-04 10:51:10 +13:00
John Andrews 4de8733b06 added dvb_text to subtitle remover
added option to remove all subtitles form subtitle remover
2022-02-24 20:10:12 +13:00
John Andrews df56188363 Added AutoChapters node 2022-02-21 09:22:01 +13:00
John Andrews e704b7a2a6 fixing issue with videocrop being saved in parameters and not variables 2022-02-17 10:12:20 +13:00
John Andrews ade1f4a540 added option to copy/move nodes to also move additional files 2022-02-12 18:29:44 +13:00
John Andrews 939541842a fixing issue with detect black bars using wrong width/height 2022-02-10 10:26:11 +13:00
reven 7fb2faf77d added sensible defaults for audio add track node 2022-01-31 12:28:58 +13:00
reven 5544960179 added Audio Add Track node 2022-01-31 12:08:04 +13:00
reven 53aa11a238 VideoNodes: changed VideoEncode to take in List<string> instead of string. Updated Audio Normalize to use VideoEncode for 2 pass 1st pass 2022-01-30 17:16:07 +13:00
reven 51000b249d fixing issue with audio normalization failing 2022-01-30 15:53:48 +13:00
reven bfd23f6b6e fixed issue with video scaler not reporting progress
added two pass audio normalization option
2022-01-30 12:09:58 +13:00
reven 1ce32c7c09 updated references to GetToolPathActual 2022-01-14 16:46:48 +13:00
reven faf15a7be3 added overall bitrate to video info 2022-01-14 11:50:02 +13:00
reven 1bab3a0252 adding -codec opy to comskip chapters to avoid reencoding the video 2022-01-14 08:30:10 +13:00
reven fd49c275de tweaking black bar detection 2022-01-13 14:25:49 +13:00
reven 221ad25438 fixed issue in subtitle extractor 2022-01-12 11:35:23 +13:00
reven 18a5b4182a adding comskip chapter node, and fixing issue with comskip remove ads only looking for spaces
fixed issue witgh Executor requiring output variables
2022-01-08 18:45:28 +13:00
reven 1d60c00da0 added audio channels to audio track reordered node 2022-01-08 14:22:40 +13:00
reven b2ef8bbbf0 added comskip remove ads node 2022-01-07 16:17:49 +13:00
reven faa721afc1 added language support to audio track reorder node 2021-12-26 19:14:19 +13:00
reven cd78555c3a added InputDirectory, Zip node. Updated variables to use dotnotation 2021-12-23 20:51:16 +13:00
reven de8fdfea96 added fallback for intel hd encoding to video encode node 2021-12-22 16:27:05 +13:00
reven c6aac5e6d8 updated to test ffmpeg can encode nvidia h265/264 2021-12-22 12:10:51 +13:00
reven 3b552a3c7a fixed issue with black bar detection not working 2021-12-22 10:30:52 +13:00
reven e9a65eec98 added crude nvidia detection 2021-12-22 09:57:47 +13:00
reven af43da17eb confirmed subtitle remover working 2021-12-18 15:31:52 +13:00
reven 10ab94aaf6 removing mov_text from mkv containers as unsupported 2021-12-12 13:42:45 +13:00
reven 27a3e78110 fixed issue with video info parsing timestamps
attempting to fix issue with encoding videos on docker
2021-12-12 10:49:41 +13:00