Commit graph

71 commits

Author SHA1 Message Date
fc7782a982
Fix Windows notification title 2024-09-01 02:25:14 +02:00
440fcf2334
Share -> Broadcast 2024-09-01 02:14:59 +02:00
0399080d6e
if no compression is needed, optimize for streaming 2024-08-22 17:47:21 +02:00
cdf2e678c3
do a simple copy instead of relying on ffmpeg + add 1 for the video stream when doing the compression 2024-08-21 19:40:16 +02:00
2fe6f6aece
correctly copy all the streams 2024-08-21 19:31:26 +02:00
04b4138b46
directly get info about number of audio tracks, cleaning up the horrible code in the audio merger and don't try to merge audio streams when there is 2+ 2024-08-20 20:14:38 +02:00
de983c8802
fix crash when no audio stream 2024-07-11 13:55:29 +02:00
e0076c7705
fix nvenc reducing more the video bitrate 2024-05-17 22:03:48 +02:00
4890ee40a2
fix nvenc 2024-05-17 21:57:52 +02:00
ed6f0a2b49
function 2024-05-17 21:24:27 +02:00
20bf0c1d67
correctly close the process 2024-05-17 21:22:56 +02:00
dd62f81e35
wip: kill all subprocesses on closing (not working) 2024-05-17 20:10:14 +02:00
dfb049f1fb
Add notification (#15) 2024-05-17 19:20:49 +02:00
85cabf536c
fix: drag'n'drop ignore file extension case 2024-05-12 17:40:51 +02:00
d4e4bd9ec3
formatting 2024-04-04 12:33:50 +02:00
740b258ce1
fix two pass files location 2024-04-04 12:33:48 +02:00
274e67ff45
don't close the app when an error has been raised 2024-04-04 12:05:33 +02:00
ab170b0cda
fix for copy command, again 2024-01-16 20:05:14 +01:00
d509d31a1b
fix copy command 2024-01-16 19:55:26 +01:00
e2df3da0a8
optimization on video streaming 2024-01-13 02:01:42 +01:00
9751a5ee59
nvenc support 2023-12-02 23:56:32 +01:00
1a41e1bd72
Fix compression for one-audio track files 2023-11-19 22:01:18 +01:00
f27f8b01aa
Support for files with only one audio track 2023-11-19 21:43:35 +01:00
61defcc7b0
add nitro flag 2023-11-11 14:03:53 +01:00
33a86cecbd
support multiple files at once (#3) 2023-08-24 15:59:46 +02:00
53d19bdb74
format 2023-08-24 15:56:19 +02:00
e6d2376fea
comments 2023-08-24 03:29:46 +02:00
1c42ea43c5
add metadata to compressed video 2023-08-23 23:14:03 +02:00
78ad17e005
give title to audio tracks (#5) 2023-08-23 22:24:31 +02:00
f41a6c8c35
split ffmpeg commands to multiples lines 2023-08-23 21:30:20 +02:00
d42b8a0345
output stereo sound 2023-08-04 20:53:21 +02:00
01b4cdcc03
fix default audio track 2023-08-04 20:17:16 +02:00
542136dc46
fix logging 2023-08-04 20:00:31 +02:00
3875d3cefe
add return type 2023-08-04 19:32:45 +02:00
7eafb0b27c
delete twopass files created by ffmpeg if needed 2023-08-01 15:57:01 +02:00
614caf70d6
revert async changes for getVideoDuration 2023-08-01 15:30:25 +02:00
9cdd94eca3
remove extra space 2023-08-01 15:29:50 +02:00
dda9b99721
add quotes for executable 2023-08-01 15:21:34 +02:00
9015029fcf
fix path issue and make fn async 2023-08-01 15:14:04 +02:00
465ad3ca03
update async funcs 2023-08-01 11:10:35 +02:00
fb30b57d3b
theming 2023-08-01 11:07:29 +02:00
25a8c79b71
values update 2023-08-01 10:24:47 +02:00
3838940f68
Add icon 2023-08-01 10:18:08 +02:00
5fc1832fa6
Open devtool only if needed 2023-08-01 09:59:37 +02:00
d84be4c793
Windows silently use Mio 2023-08-01 09:59:29 +02:00
3394e2b5f9
Add kinda of a better user interface 2023-08-01 09:51:35 +02:00
ff75f7ce08
split into another file 2023-08-01 09:34:41 +02:00
5f7370830d
resolve issue with mbtree 2023-07-31 22:15:19 +02:00
7d6b4eb465
fix for windows 2023-07-31 13:20:38 +02:00
8a4718f486
complete the ffprobe wrapper 2023-07-31 13:18:07 +02:00