Commit Graph

62 Commits

Author SHA1 Message Date
John Andrews 64c37b0e1c fixing issue with removing metadata 2022-06-18 17:20:12 +12:00
John Andrews 3076a2b1c9 fixing hardware decoding 2022-06-18 13:06:26 +12:00
John Andrews e2f1651053 added metadata remover node 2022-06-16 13:49:19 +12:00
John Andrews 9b37ea2a81 fixed issue with has stream language always failing 2022-06-15 09:18:58 +12:00
John Andrews 9072d32905 moving obsolete nodes out of video nodes into legacy plugin 2022-06-14 20:21:44 +12:00
John Andrews cf00c1f594 renamed audio track remover to track remover and added support for video, audio and subtitles 2022-06-14 15:33:21 +12:00
John Andrews 3b4f8871cc added ffmpeg builder custom parameters node 2022-06-14 09:56:47 +12:00
John Andrews 08e11f4732 added video tag node 2022-06-13 15:04:56 +12:00
John Andrews c325b29bf0 updated FFMPEG Builder Audio Tracks reorder to subtitles aswell and rename dit 2022-06-13 14:19:24 +12:00
John Andrews 458bdb37c6 fixed issue with vaapi and amf encoders 2022-06-11 20:39:44 +12:00
John Andrews 958167ce2a added mov_text to subtitle format remover 2022-06-11 10:40:20 +12:00
John Andrews ba3e115ba0 added CanUseHardwareEncoding 2022-06-06 15:57:53 +12:00
John Andrews b316625219 fixed issue with Video Has Stream not working 2022-06-03 13:06:55 +12:00
John Andrews 677bd1dc33 improved ffmpeg builde encoder node and added unit tests 2022-05-19 18:24:56 +12:00
John Andrews 4bab6ea879 fixing bitrate percentage 2022-05-14 15:11:14 +12:00
John Andrews 5045785437 Fixing issue with audio normalization and -inif 2022-05-13 09:25:38 +12:00
John Andrews b61c7b8c4d Merge branch 'develop'
# Conflicts:
#	VideoNodes/Tests/FfmpegBuilderTests/FfmpegBuilder_MetadataTests.cs
2022-05-06 08:45:53 +12:00
John Andrews ed2b0356a4 added Image Nodes 2022-05-06 01:17:40 +12:00
John Andrews b5812009a1 Added FFMPEG Builder Video Bitrate. Added ability to adjust probe size 2022-04-26 21:37:12 +12:00
John Andrews 00745eae04 FFMPEG Builder: Add Audio Track now will reuse and copy a stream if a matching one is found 2022-04-25 17:07:42 +12:00
John Andrews 47ca14e259 fixing hardware decoding and added unit test 2022-04-25 13:06:52 +12:00
John Andrews aa8b988182 fixing subtitle extractor 2022-04-22 13:04:58 +12:00
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