Commit b8d92b8
authored
Version 6.1.0 (#721)
* Adding #717 Output Naming settings tab with template editor, clickable variable chips, live preview, and validation for customizing output filenames with 23 pre-encode variables (thanks to roxerqermik)
* Adding #660 Data & Attachments tab for per-track control of data streams (timecodes, navigation) and non-image attachments (fonts) (thanks to techguru0)
* Adding #706 language and disposition metadata parsing from auto-detected external subtitle filenames (e.g., video.forced.deu.srt) (thanks to mpek)
* Adding #706 auto-detection of external subtitle files (.srt, .ass, .ssa, .vtt, .sup, .sub, .idx) when loading a video, configurable in Settings (thanks to mpek)
* Adding #698 external subtitle support for Rigaya encoders (NVEncC, QSVEncC, VCEEncC) via --sub-source (thanks to Augusto7743)
* Adding always-on ffprobe validation of output files after every encode to catch silent failures
* Adding Visual Crop window for dragging crop edges directly on a video frame preview, with live overlay and divisible-by-8 snapping on save
* Adding bottom status bar with animated icon showing encoding state, progress bar, and status messages
* Adding startup tasks (FFmpeg config, GPU detect, HDR10+ download) running through the status bar with main window visible
* Adding Terms and Agreements dialog shown on first startup requiring user acceptance before proceeding
* Fixing #719 Unable to save/load film grain setting for SVT-AV1 (thanks to gabriel101x)
* Fixing #716 Maximize button not working (thanks to roxerqermik and 19Battlestar65)
* Fixing #349 NVEncC audio conversion losing multichannel layout for EAC3 (thanks to Wontell)
* Fixing #384 Remove HDR leaving Dolby Vision metadata traces in Rigaya encoder output (thanks to end2endzone)
* Fixing #511 UI labels and buttons truncated in non-English translations by auto-shrinking text to fit (thanks to PegHorse)
* Fixing #514 excessive memory usage when adding directory of files (thanks to gxcreator)
* Fixing #548 incorrect aspect ratio for DVD sources with non-square pixels on auto resolution (thanks to DCNerds)
* Fixing #600 anime subtitle size increasing during burn-in encoding (thanks to TinderboxUK)
* Fixing #693 subtitle tracks losing title metadata during encoding (thanks to mpissarello)
* Fixing #715 WINDOWS_BUILD.md needed updated to show Python 3.13 (thanks to Jack L)
* Fixing #720 custom profile resolution settings (Height, Width, Long Edge, Custom, explicit like 640x480) being ignored when loading a video, defaulting to source resolution instead of profile resolution (thanks to Xoanon88)
* Fixing UI scaling for Source/Folder/Filename text boxes, file extension dropdown, Resolution label, Start/End Time controls, and Crop input fields being too small
* Fixing profile load/save for VVC period and threads, VP9 auto alt ref, lag in frames, AQ mode, and sharpness, rav1e photon noise, and AOM-AV1 denoise settings using integer as combo box index instead of matching by value
* Fixing VCEEncC pre-analysis lookahead setting reading from wrong widget (pa_initqpsc instead of pa_lookahead) in HEVC, AV1, and AVC encoders
* Fixing Settings window staying on top and freezing when notification dialogs appeared behind it
* Fixing tab bar scroll arrows being too small and both stuck on the right side - now larger with left arrow on far left1 parent 56f62ac commit b8d92b8
File tree
110 files changed
+6966
-748
lines changed- fastflix
- data
- icons
- black
- selected
- white
- encoders
- av1_aom
- avc_x264
- common
- copy
- ffmpeg_hevc_nvenc
- gifski
- gif
- h264_videotoolbox
- hevc_videotoolbox
- hevc_x265
- modify
- nvencc_av1
- nvencc_avc
- nvencc_hevc
- qsvencc_av1
- qsvencc_avc
- qsvencc_hevc
- rav1e
- svt_av1_avif
- svt_av1
- vaapi_h264
- vaapi_hevc
- vaapi_mpeg2
- vaapi_vp9
- vceencc_av1
- vceencc_avc
- vceencc_hevc
- vp9
- vvc
- webp
- models
- widgets
- panels
- windows
- tests
- encoders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+6966
-748
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
3 | 32 | | |
4 | 33 | | |
5 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | | - | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
203 | 208 | | |
204 | 209 | | |
205 | 210 | | |
| 211 | + | |
206 | 212 | | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
| 216 | + | |
| 217 | + | |
216 | 218 | | |
217 | | - | |
218 | | - | |
| 219 | + | |
| 220 | + | |
219 | 221 | | |
220 | | - | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
224 | 235 | | |
225 | 236 | | |
226 | 237 | | |
| |||
239 | 250 | | |
240 | 251 | | |
241 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
242 | 260 | | |
243 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
244 | 312 | | |
245 | 313 | | |
246 | 314 | | |
| |||
250 | 318 | | |
251 | 319 | | |
252 | 320 | | |
253 | | - | |
254 | | - | |
255 | | - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
256 | 329 | | |
257 | 330 | | |
258 | 331 | | |
| |||
263 | 336 | | |
264 | 337 | | |
265 | 338 | | |
266 | | - | |
267 | | - | |
| 339 | + | |
268 | 340 | | |
269 | 341 | | |
270 | 342 | | |
| |||
277 | 349 | | |
278 | 350 | | |
279 | 351 | | |
| 352 | + | |
280 | 353 | | |
281 | 354 | | |
282 | 355 | | |
| |||
286 | 359 | | |
287 | 360 | | |
288 | 361 | | |
289 | | - | |
| 362 | + | |
290 | 363 | | |
291 | 364 | | |
292 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
293 | 368 | | |
294 | | - | |
295 | | - | |
| 369 | + | |
| 370 | + | |
296 | 371 | | |
297 | | - | |
298 | | - | |
299 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
300 | 375 | | |
301 | 376 | | |
302 | 377 | | |
| |||
Loading
Loading
Loading
Loading
Loading
0 commit comments