N00MKRAD
19bf558132
Cleanup, package updates
2021-03-21 15:32:34 +01:00
N00MKRAD
545f1a50b4
Fixed subtitle compat check not running when muxing directly from input
2021-03-13 14:11:06 +01:00
N00MKRAD
561f97ef96
Fixed divisible-by-8 check for video downscaling when using FLAVR
2021-03-13 00:42:41 +01:00
N00MKRAD
989fe15a09
Added FLAVR code, improved frame padding for FLAVR
2021-03-11 23:15:43 +01:00
N00MKRAD
692f6c9be9
Removed package manager remnants, added FLAVR network (WIP)
2021-03-11 12:58:18 +01:00
N00MKRAD
eebba121c9
Scene detection now works with frame sequence input, cleanup
2021-03-10 20:45:48 +01:00
N00MKRAD
d16eb5b15f
Fixed and refactored code to include output FPS in export filename
2021-03-09 15:55:50 +01:00
N00MKRAD
3f940c28f9
Hopefully fixed mkv muxing bug
2021-03-08 19:54:58 +01:00
N00MKRAD
be4170a488
Skip muxing if original input video no longer exists at expected path
2021-03-03 22:30:00 +01:00
N00MKRAD
ba9406aeed
Export filename is now fully customizable with placeholders in settings
2021-03-03 21:53:17 +01:00
Julian Maier
088cc4818e
Integrated new stream transfer code with config options
2021-03-03 16:12:49 +01:00
Julian Maier
209844230e
Direct transfer of audio/sub streams from input file
...
To avoid having to extract the full audio/sub streams to files first.
2021-03-03 16:00:48 +01:00
N00MKRAD
32965b4733
Fixed redundant loglevel ffmpeg arg, removed 'shortest' arg from muxing cmd
2021-03-02 15:06:44 +01:00
N00MKRAD
b3928b60bb
Interpolate.canceled checks for audio/sub tracks extraction loop
2021-03-01 22:40:04 +01:00
N00MKRAD
5135e8f2ee
Faster trimming
2021-03-01 22:38:38 +01:00
N00MKRAD
8826d45397
Fixed end of video getting trimmed when it shouldn't
2021-02-28 16:26:46 +01:00
N00MKRAD
0076e08166
Fixed ffmpeg map arg problems
2021-02-28 11:51:36 +01:00
N00MKRAD
16e5de6e87
Enabled AC3, DTS and Raw/PCM audio support for MOV output
2021-02-26 10:16:52 +01:00
N00MKRAD
e921beeffe
Don't save broken subtitle files
2021-02-25 19:21:11 +01:00
N00MKRAD
300fbaf7a9
Added 256 color gif option, typo fix
2021-02-24 18:28:00 +01:00
N00MKRAD
3ced1c9f06
Fix keepAudio/keepSubs config options
2021-02-24 17:57:30 +01:00
N00MKRAD
35c3938217
Improved metadata tranfer for audio streams & subs
2021-02-24 10:21:47 +01:00
N00MKRAD
55d71d6328
Output streams: Support missing stream files, skip instead of erroring
...
If for some reason an audio or sub track failed to extract, it will now simply ommit it in the output file instead of failing to mux the video entirely.
2021-02-24 09:59:18 +01:00
N00MKRAD
6cfcfedbe6
Finished support for multiple audio streams - needs more testing
...
metadata transfer should be optimized (title/language)
2021-02-23 23:55:03 +01:00
N00MKRAD
71f3e583de
Extract all audio tracks (TODO: Merging)
2021-02-23 22:26:13 +01:00
N00MKRAD
79cb18075e
Fixed ffmpeg progress not working on trimmed inputs
2021-02-23 14:44:03 +01:00
N00MKRAD
a29693d103
Trim tool, Quick Settings WIP
2021-02-23 12:13:30 +01:00
N00MKRAD
5949e570a7
Check NVENC compatibility before even starting interpolation
2021-02-21 21:18:31 +01:00
N00MKRAD
4a673744a5
Disabled rectangle diff mode for GIF encoding, causes problems
2021-02-20 17:28:04 +01:00
N00MKRAD
a1c823d1da
Parallel frame order processing
2021-02-16 11:27:00 +01:00
N00MKRAD
bb143ddde1
Use path+filesize instead of xxHash for frame count caching
2021-02-14 22:23:16 +01:00
N00MKRAD
ed2ef85bfd
Allow stream encoding to fail without cancelling the whole process
...
An invalid subtitle or audio file now won't stop the other streams (video etc) from being encoded.
2021-02-13 15:52:01 +01:00
N00MKRAD
2db104f5f1
Allow UpdateLastFrameFromInterpOutput to fail
2021-02-12 00:44:37 +01:00
N00MKRAD
76886c6b6e
Delete old vfr files whenever making a new one
2021-02-08 21:11:25 +01:00
N00MKRAD
1fec800b80
WIP frame order file creation optimization
2021-02-08 11:03:17 +01:00
N00MKRAD
4c1020b9bf
removed gifski code
2021-02-08 10:33:35 +01:00
N00MKRAD
596a2c40e0
some cleanup
2021-02-08 10:21:26 +01:00
N00MKRAD
34d1113d8c
Progress bar for async frame counting with ffmpeg
2021-02-07 18:12:41 +01:00
N00MKRAD
4b5da3df75
async frame counting
2021-02-07 17:47:12 +01:00
N00MKRAD
0f06c65ce2
Fixed AAC fallback not working, fixed no output if audio merge failed
2021-02-05 22:30:23 +01:00
N00MKRAD
ef76ea81a0
Split ffmpeg alpha commands into their own class
2021-02-04 23:29:46 +01:00
N00MKRAD
65c42dca52
Fixed alpha not working for image sequence inputs
2021-02-04 22:49:19 +01:00
N00MKRAD
99ed008d74
Support for nonstandard subtitle text encodings
2021-02-04 21:03:59 +01:00
N00MKRAD
1b864f92dc
Fixed GetFfmpegOutputAsync not returning all output lines
2021-02-04 20:11:55 +01:00
N00MKRAD
630b22dd2c
Re-enable DeleteInterpolatedInputFrames for testing, set prog to 0 after ffmpeg ran
2021-02-02 16:07:36 +01:00
N00MKRAD
2bdda6522f
FfmpegCommands refactoring, renamed AudioVideo namespace
2021-02-02 12:56:48 +01:00