File ffxvid.changes of Package ffxvid (Revision 95)
Currently displaying revision 95 , Show latest
612
1
-------------------------------------------------------------------
2
Mon Dec 28 01:45:00 UTC 2020 - neutrino8@opensuse.org
3
4
- Update to version 1.7.1
5
* Fix a bug in the $vidtrack variable
6
7
-------------------------------------------------------------------
8
Sun Dec 27 18:25:00 UTC 2020 - neutrino8@opensuse.org
9
10
- Update to version 1.7.0
11
* Fixed a long standing bug where audio mapping
12
values were incorrect for audio metadata
13
resulting in incomplete or wrong values
14
15
-------------------------------------------------------------------
16
Sun Jun 21 15:10:00 UTC 2020 - neutrino8@opensuse.org
17
18
- Update to version 1.6.9
19
* Fixed a bug that prevents using TrueHD mono audio
20
in the MP4 container
21
22
-------------------------------------------------------------------
23
Tue Jun 16 19:05:00 UTC 2020 - neutrino8@opensuse.org
24
25
- Update to version 1.6.8
26
* Support TrueHD audio in the MP4 container
27
28
-------------------------------------------------------------------
29
Fri Mar 27 06:45:00 UTC 2020 - neutrino8@opensuse.org
30
31
- Update to version 1.6.7
32
* Check for MPlayer only if AUTOCROP is enabled
33
34
-------------------------------------------------------------------
35
Mon Mar 23 06:09:00 UTC 2020 - neutrino8@opensuse.org
36
37
- Update to version 1.6.6
38
* Add -max_muxing_queue_size switch to workaround
39
possible issues when muxing Atmos/DTS-X audio
40
41
-------------------------------------------------------------------
42
Mon Mar 09 20:10:00 UTC 2020 - neutrino8@opensuse.org
43
44
- Update to version 1.6.5
45
* Bugfix: missing if conditional in the crop code
46
47
-------------------------------------------------------------------
48
Thu Mar 05 21:05:00 UTC 2020 - neutrino8@opensuse.org
49
50
- Update to version 1.6.4
51
* Go back to FFmpeg for crop detection
52
53
-------------------------------------------------------------------
54
Sun Feb 23 14:56:00 UTC 2020 - neutrino8@opensuse.org
55
56
- Update to version 1.6.3
57
* Use MPlayer for crop detection instead of FFmpeg which
58
seems to have issues with 4k/UHD content
59
60
-------------------------------------------------------------------
61
Sat Dec 28 15:40:00 UTC 2019 - neutrino8@opensuse.org
62
63
- Update to version 1.6.2
64
* Add support for the noise video filter. Can be beneficial
65
on (very) clean sources by applying some noise to avoid
66
things like color/light banding in the encode
67
68
-------------------------------------------------------------------
69
Mon Nov 11 13:51:00 UTC 2019 - neutrino8@opensuse.org
70
71
- Update to version 1.6.1
72
* Added support for the (newer) deblock filter
73
74
-------------------------------------------------------------------
75
Mon Nov 04 16:30:00 UTC 2019 - neutrino8@opensuse.org
76
77
- Update to version 1.6.0
78
* Merged two case statements in the metadata code for mkv/mp4/mov
79
* Bugfix: Using ADPCM encoding for DTS audio wasn't possible due
80
to wrong variable used in the if conditional
81
82
-------------------------------------------------------------------
83
Tue Oct 29 06:17:00 UTC 2019 - neutrino8@opensuse.org
84
85
- Update to version 1.5.9
86
* Removed an unneeded check for audio codec in the conerror_func() function
87
* Removed a stale "" in the case statement that checks the channels for AC3
88
* Support setting the matrixed stereo type when resampling stereo input
89
* Support setting the filter type of the audio resample filter
90
* Cosmetics
91
92
-------------------------------------------------------------------
93
Mon Oct 28 05:30:00 UTC 2019 - neutrino8@opensuse.org
94
95
- Update to version 1.5.8
96
* Added support for director/cast metadata for MP4/MOV/M4V
97
* Added +use_metadata_tags to the $movflags variable for MP4/MOV/M4V
98
* Support ADPCM encoding for DTS audio
99
* Fixed an issue where asking for director/cast occured multiple
100
times if remuxing to other containers was enabled
101
102
-------------------------------------------------------------------
103
Sun Oct 27 07:28:00 UTC 2019 - neutrino8@opensuse.org
104
105
- Update to version 1.5.7
106
* Use 16 bits as bit depth metadata when encoding to TrueHD audio
107
* Removed an unneeded if conditional in the audio bit depth code
108
* Add director and cast metadata for the MKV container
109
* Reorder some code for the output shell file
110
* Cosmetics
111
112
-------------------------------------------------------------------
113
Sat Oct 26 07:05:00 UTC 2019 - neutrino8@opensuse.org
114
115
- Update to version 1.5.6
116
* Renamed audio variable aid[i] to aidx[i] and moved it outside
117
of the if conditional that decides the audio codec. This
118
removes the same code in three places and now uses the
119
global aidx[i] variable
120
* HE-AACv2 only supports 2 channels. Update the audio code
121
to reflect that
122
* When running in batch mode, add a warning about automatic
123
audio metadata and offer an option to enable/disable it
124
* Added -tmp option to MP4Box to store temp files in the
125
output directory
126
* Some minor improvements to the audio options
127
128
-------------------------------------------------------------------
129
Fri Oct 25 05:31:00 UTC 2019 - neutrino8@opensuse.org
130
131
- Update to version 1.5.5
132
* Detect audio bit depth and add it to the audio metadata
133
* Added detection for DTS Express and DTS-HD HR for audio copy
134
* Use -show_entries instead of -show_streams for detecting
135
audio properties with ffprobe. Removes piping to grep and awk
136
* Support setting the FLAC bit depth for encoding
137
* Minor restructuring and variables renaming in the audio code
138
* Updated the man page
139
140
-------------------------------------------------------------------
141
Thu Oct 24 05:20:00 UTC 2019 - neutrino8@opensuse.org
142
143
- Update to version 1.5.4
144
* Add constant/non-constant matrix option to the
145
video_csmisc_func() function
146
147
-------------------------------------------------------------------
148
Wed Oct 23 03:15:00 UTC 2019 - neutrino8@opensuse.org
149
150
- Update to version 1.5.3
151
* Set default audio codec based on output container format
152
* Add colr option for MP4Box to the video_colorspace_func()
153
function and the color primaries code. Only used for MOV
154
* Add -color_primaries, -color_trc and -colorspace to the
155
FFmpeg command line options
156
157
-------------------------------------------------------------------
158
Tue Oct 22 04:20:00 UTC 2019 - neutrino8@opensuse.org
159
160
- Update to version 1.5.2
161
* Add support for SRT/SSA/AAS subtitles for the MOV container
162
* Remove the colorprim lines from the video_colorspace_func()
163
function. They are not used
164
165
-------------------------------------------------------------------
166
Mon Oct 21 08:43:00 UTC 2019 - neutrino8@opensuse.org
167
168
- Update to version 3.9.4
169
* Renamed variables $MDATA and $CHPS to $METADATA and $CHAPS
170
* Add $METADATA and $CHAPS to the remuxing code
171
172
-------------------------------------------------------------------
173
Mon Oct 21 03:40:00 UTC 2019 - neutrino8@opensuse.org
174
175
- Update to version 1.5.0
176
* Add support for verbose logging to a log file
177
* Bugfix: -map_metadata and -map_chapters where not set
178
to 0 when the respective options in the config file
179
were set to "y"
180
181
-------------------------------------------------------------------
182
Sun Oct 20 04:39:00 UTC 2019 - neutrino8@opensuse.org
183
184
- Update to version 1.4.9
185
* Added support for embedding of SRT/SSA/ASS subtitles
186
in the MP4/M4V container
187
* Moved back to MP4Box for adding cover art to MP4/M4V/MOV.
188
Apparently, after lots of testing, atomicparsley
189
creates files that hang during playback
190
* Cosmetics
191
* Updated the man page
192
193
-------------------------------------------------------------------
194
Sat Oct 19 07:16:00 UTC 2019 - neutrino8@opensuse.org
195
196
- Update to version 1.4.8
197
* Use atomicparsley to add cover art for the mp4/m4v
198
containers. This removes dependence on MP4Box and
199
makes it possible to copy over metadata info in
200
an easy way
201
* Add +frag_keyframe to the -movflags option when
202
output is mp4
203
* Renamed variable METACOVER to MKVCOVER
204
* Updated the man page
205
206
-------------------------------------------------------------------
207
Fri Oct 18 04:56:00 UTC 2019 - neutrino8@opensuse.org
208
209
- Update to version 1.4.7
210
* Bugfix: use correct video track for crop preview with MPlayer
211
* Bugfix: missing ;; in the additional container formats code
212
* Renamed variable SCAN_MULTIPLE_VID_TRACKS to SCAN_MULTI_VID_TRACKS
213
* Some reordering in the config file
214
* Set Catmull-Rom as default Bicubic/Spline tuning
215
* Add LPCM detection for audio copy
216
* Support the mp4/m4v containers
217
* Add support for cover art for the mp4/m4v/mov containers.
218
Requires MP4Box from GPAC
219
* Some code optimization
220
221
-------------------------------------------------------------------
222
Thu Oct 17 05:40:00 UTC 2019 - neutrino8@opensuse.org
223
224
- Update to version 1.4.6
225
* Support the WMV container format
226
227
-------------------------------------------------------------------
228
Wed Oct 16 05:20:00 UTC 2019 - neutrino8@opensuse.org
229
230
- Update to version 1.4.5
231
* Support the fftdnoiz denoise filter
232
233
-------------------------------------------------------------------
234
Tue Oct 15 03:57:00 UTC 2019 - neutrino8@opensuse.org
235
236
- Update to version 1.4.4
237
* Bugfix: use correct video mapping for crop detection
238
239
-------------------------------------------------------------------
240
Mon Oct 14 14:34:00 UTC 2019 - neutrino8@opensuse.org
241
242
- Update to version 1.4.3
243
* Support scanning for multiple video tracks in the input file
244
245
-------------------------------------------------------------------
246
Sun Oct 13 05:35:00 UTC 2019 - neutrino8@opensuse.org
247
248
- Update to version 1.4.2
249
* Use readlink -e and realpath -e where needed
250
* Cosmetics
251
252
-------------------------------------------------------------------
253
Fri Oct 11 10:26:00 UTC 2019 - neutrino8@opensuse.org
254
255
- Update to version 1.4.1
256
* Support hardcoding external or embedded subtitles.
257
Requires libass support in FFmpeg
258
* Fixed a typo in the subtitles code
259
260
-------------------------------------------------------------------
261
Wed Sep 25 09:53:00 UTC 2019 - neutrino8@opensuse.org
262
263
- Update to version 1.4.0
264
* Revert using audindex[i] var for audio metadata
265
detection
266
267
-------------------------------------------------------------------
268
Wed Sep 25 06:23:00 UTC 2019 - neutrino8@opensuse.org
269
270
- Update to version 1.3.9
271
* Use the audindex[i] variable for audio metadata
272
during audio copy
273
* Don't use audio metadata when using audio copy
274
and running in batch mode
275
* Updated default audio bitrates for some codecs
276
277
-------------------------------------------------------------------
278
Sun Sep 22 05:00:00 UTC 2019 - neutrino8@opensuse.org
279
280
- Update to version 1.3.8
281
* For audio stream copy, in case ffprobe reports
282
channels layout as unknown, try to guess the
283
amount of channels based on channel detection
284
and use that as metadata
285
* Set Mobisu transform as default for HDR to SDR
286
* Updated the man page
287
288
-------------------------------------------------------------------
289
Sat Sep 21 05:30:00 UTC 2019 - neutrino8@opensuse.org
290
291
- Update to version 1.3.7
292
* Add side channel info to the audio metadata
293
294
-------------------------------------------------------------------
295
Thu Sep 19 03:58:00 UTC 2019 - neutrino8@opensuse.org
296
297
- Update to version 1.3.6
298
* Support encoding to WMAv1 and WMAv2 audio
299
* Update high bit depth pixel formats options
300
* Add WMAv1 and WMAv2 audio detection metadata
301
when doing audio copy
302
303
-------------------------------------------------------------------
304
Wed Sep 18 07:58:00 UTC 2019 - neutrino8@opensuse.org
305
306
- Update to version 1.3.5
307
* Improvements to the audio copy metadata
308
309
-------------------------------------------------------------------
310
Fri Sep 13 14:12:00 UTC 2019 - neutrino8@opensuse.org
311
312
- Update to version 1.3.4
313
* Add audio channel metadata when using audio copy
314
315
-------------------------------------------------------------------
316
Thu Sep 05 03:30:00 UTC 2019 - neutrino8@opensuse.org
317
318
- Update to version 1.3.3
319
* Code optimization in the audio sample rate metadata
320
321
-------------------------------------------------------------------
322
Thu Aug 29 07:48:00 UTC 2019 - neutrino8@opensuse.org
323
324
- Update to version 1.3.2
325
* Use a comma instead of a dash for the audio sample
326
rate metadata
327
328
-------------------------------------------------------------------
329
Wed Aug 21 14:32:00 UTC 2019 - neutrino8@opensuse.org
330
331
- Update to version 1.3.1
332
* Add audio sample rate to the audio metadata
333
334
-------------------------------------------------------------------
335
Tue Jul 23 11:15:00 UTC 2019 - neutrino8@opensuse.org
336
337
- Update to version 1.3.0
338
* Added support for crop preview using MPlayer when
339
autocrop is enabled in the config file. This was
340
ported over from my h264enc script
341
342
-------------------------------------------------------------------
343
Fri Jun 14 18:40:00 UTC 2018 - neutrino8@opensuse.org
344
345
- Update to version 1.2.9
346
* Added support for the bm3d denoise filter
347
348
-------------------------------------------------------------------
349
Mon Feb 26 20:52:00 UTC 2018 - neutrino8@opensuse.org
350
351
- Update to version 1.2.8
352
* Set the eq saturation default value to 1.0 (same as filter default)
353
* Add the colorspace and colormatrix filters when doing an HDR
354
to SDR conversion
355
* Lower tonemap desat strength to 2.8
356
* Support white point adaptation for HDR to SDR
357
* Moved the colorspace filter after the scale one
358
* Moved the pixel format filter near the end of the filter chain
359
360
-------------------------------------------------------------------
361
Tue Feb 20 11:54:00 UTC 2018 - neutrino8@opensuse.org
362
363
- Update to version 1.2.7
364
* Fixed an issue where in some cases write-testing the output
365
directory will fail due usage of readlink -f instead of
366
readlink -m
367
* Update transfer chars to support latest changes to zimg from git
368
369
-------------------------------------------------------------------
370
Tue Jan 09 20:46:00 UTC 2018 - neutrino8@opensuse.org
371
372
- Update to version 1.2.6
373
* Moved the eq filter to almost the end of the video filter chain
374
as it can lead to banding in certain cases in case the filter
375
is in front of most other ones
376
* If the eq filter is used, also insert the format one after it
377
if a pixel format has been chosen
378
* Fixed a possible devision by 0 that may occur when one copies
379
audio and the bitrate for metadata is reported as N/A by ffprobe
380
381
-------------------------------------------------------------------
382
Thu Jan 04 21:45:00 UTC 2018 - neutrino8@opensuse.org
383
384
- Update to version 1.2.5
385
* Don't hardcode the desaturation strength of the tonemap filter
386
but let is be an option
387
* Removed the matrix and primaries options in the zscale filter
388
as it leads to over-saturation of colors
389
* Support tweaking the tonemap algorithms for HDR to SDR conversion
390
* Support applying color saturation correction when doing an HDR
391
to SDR conversion
392
* Added bt2020-12 to the list of transfers when doing color
393
characteristics copy
394
* Added HDR_to_SDR_instructions.txt file to the package
395
396
-------------------------------------------------------------------
397
Mon Jan 01 23:08:00 UTC 2018 - neutrino8@opensuse.org
398
399
- Update to version 1.2.4
400
* Reworked the video_chars_func() function and added reporting
401
of video bit depth
402
* Initial support for audio codec metadata when doing audio
403
copy
404
* Increased default E-AC-3 audio bitrate from 768 to 960 kbps
405
* Set dialnorm for AC-3/E-AC-3 to its FFmpeg default (-31)
406
* Use a desat value of 2.5 for the tonemap filter when doing HDR
407
to SDR conversions
408
* Don't use pix_fmts in the format filter. It is not really needed
409
* Removed 12-bit options from the video_pixfmt_func() function
410
* Cosmetics
411
412
-------------------------------------------------------------------
413
Wed Dec 27 14:08:00 UTC 2017 - neutrino8@opensuse.org
414
415
- Update to version 1.2.3
416
* Renamed array variable CHARS to VCHARS in the video_chars_func()
417
function
418
* Report pixel format in the video_chars_func() function
419
* Use -v quiet instead of -v error log level for ffprobe
420
* Cosmetics
421
422
-------------------------------------------------------------------
423
Tue Dec 26 07:21:00 UTC 2017 - neutrino8@opensuse.org
424
425
- Update to version 1.2.2
426
* Initial support for HDR to SDR conversions. Requires
427
FFmpeg to be compiled with the zimg library as it
428
needs the zscale filter
429
https://github.com/sekrit-twc/zimg
430
431
-------------------------------------------------------------------
432
Sun Oct 22 17:37:00 UTC 2017 - neutrino8@opensuse.org
433
434
- Update to version 1.2.1
435
* Support dialog level normalization for AC3/EAC3 audio
436
437
-------------------------------------------------------------------
438
Fri Sep 29 15:45:00 UTC 2017 - neutrino8@opensuse.org
439
440
- Update to version 1.2.0
441
* Support setting the output video aspect ratio
442
443
-------------------------------------------------------------------
444
Wed Aug 23 09:53:00 UTC 2017 - neutrino8@opensuse.org
445
446
- Update to version 1.1.9
447
* Support full chroma input for the software scaler
448
449
-------------------------------------------------------------------
450
Fri Jul 21 13:52:00 UTC 2017 - neutrino8@opensuse.org
451
452
- Add realpath to the CHDIR var for batch mode
453
454
-------------------------------------------------------------------
455
Thu Jul 20 18:49:00 UTC 2017 - neutrino8@opensuse.org
456
457
- Update to version 1.1.8
458
* Bugfix: use realpath instead of readlink for the OUTPUT
459
var when running in batch mode. Fixes the issue where
460
readlink will follow the full path in case the input
461
is a symlink which may result of encoding files we
462
were not asked to
463
* Don't print cropped resolution during runtime
464
if batch mode is selected
465
* Remove check for realpath. It is now required and not
466
optional
467
468
-------------------------------------------------------------------
469
Wed Jun 14 12:15:00 UTC 2017 - neutrino8@opensuse.org
470
471
- Update to version 1.1.7
472
* Make software scaler tweaking optional
473
* Added support for the unsharp filter for sharpen/blur
474
* Use a colon symbol as separation for input/output color range
475
in the video_colorspace_func() function as to be consistent
476
with the other options. Also set the default to tv:tv
477
478
-------------------------------------------------------------------
479
Tue Jun 13 00:02:00 UTC 2017 - neutrino8@opensuse.org
480
481
- Update to version 1.1.6
482
* Bugfix in the video_colorspace_func() function. Wrong value
483
used for the ispace option of the filter. Must be bt2020ncl
484
instead of just bt2020
485
486
-------------------------------------------------------------------
487
Sat Jun 10 07:55:00 UTC 2017 - neutrino8@opensuse.org
488
489
- Update to version 1.1.5
490
* Replace numbers in array variable char of the video_chars_func()
491
function with the ones from the for loop
492
* Pipe the ffprobe string to tail -1 to work around issues
493
with some problematic files
494
* Some small improvements to the video_colorspace_func() function
495
496
-------------------------------------------------------------------
497
Fri Jun 09 08:50:00 UTC 2017 - neutrino8@opensuse.org
498
499
- Update to version 1.1.4
500
* New function, video_chars_func(), to detect and display video
501
characteristics like color range/space/transfer/primaries
502
* Detect and display video resolution if video scaling is enabled
503
* Detect and display pixel format
504
505
-------------------------------------------------------------------
506
Thu Jun 08 14:51:00 UTC 2017 - neutrino8@opensuse.org
507
508
- Update to version 1.1.3
509
* Report software scaler set in the config file
510
* Merge the bicubic and spline scaler tuning code
511
* Mention for the Lanczos scaler that the scaler
512
tuning value is the filter length and not sharpness
513
514
-------------------------------------------------------------------
515
Mon Jun 05 03:55:00 UTC 2017 - neutrino8@opensuse.org
516
517
- Update to version 1.1.2
518
* Remove redundant software scaler warning and exit in
519
the sws_func() function for the config file
520
* Added support for the experimental software scaler
521
* Added support for software scaler tuning where applicable
522
* Removed additional encoder info on max audio channels support
523
524
-------------------------------------------------------------------
525
Sun Jun 04 21:45:00 UTC 2017 - neutrino8@opensuse.org
526
527
- Update to version 1.1.1
528
* Match software scaler options in config file with the
529
ones inside the script. $SCALER in config file now
530
takes a value between 0 and 9
531
* Do some basic checking of scaler option when it's set
532
in the config file
533
534
-------------------------------------------------------------------
535
Thu Jun 01 12:06:00 UTC 2017 - neutrino8@opensuse.org
536
537
- Update to version 1.1.0
538
* Simplify the scale variable a bit
539
* Support SMPTE170M colorspace conversion
540
541
-------------------------------------------------------------------
542
Tue May 16 08:57:00 UTC 2017 - neutrino8@opensuse.org
543
544
- Update to version 1.0.9
545
* Added support for FFmpeg's internal Opus audio encoder
546
547
-------------------------------------------------------------------
548
Sun May 14 09:36:00 UTC 2017 - neutrino8@opensuse.org
549
550
- Update to version 1.0.8
551
* Bugfix in the software scale code. Use an if conditional
552
to check for an y/n answer
553
554
-------------------------------------------------------------------
555
Sat May 13 18:10:00 UTC 2017 - neutrino8@opensuse.org
556
557
- Update to version 1.0.7
558
* Support accurate rounding for the software scalers
559
* Support full chroma interpolation for the software scalers
560
* Use the flags option of the scale option instead of -sws_flags
561
to set scaler and its options
562
* Bugfix: software scaler code missing
563
564
-------------------------------------------------------------------
565
Mon Apr 03 19:04:00 UTC 2017 - neutrino8@opensuse.org
566
567
- Update to version 1.0.6
568
* Support setting the input/output color range
569
570
-------------------------------------------------------------------
571
Sat Mar 18 22:01:00 UTC 2017 - neutrino8@opensuse.org
572
573
- Update to version 1.0.5
574
* Update audio compression level values
575
* Update colorspace entry for NTSC video
576
* Fixed bug in the video_colorspace_func() values
577
578
-------------------------------------------------------------------
579
Wed Feb 22 15:05:00 UTC 2017 - neutrino8@opensuse.org
580
581
- Update to version 1.0.4
582
* Support high FPS -> low FPS conversions
583
* Bugfix: missing options in FPS conversion menu
584
585
-------------------------------------------------------------------
586
Sun Feb 19 05:21:00 UTC 2017 - neutrino8@opensuse.org
587
588
- Update to version 1.0.3
589
* Enable Variance AQ by default
590
* Correct a few things in man page
591
* Update the preset.txt file
592
593
-------------------------------------------------------------------
594
Sat Feb 18 16:58:00 UTC 2017 - neutrino8@opensuse.org
595
596
- Update to version 1.0.2
597
* Switch to using libxvid instead of mpeg4 encoder
598
* Set appropriate threads amount for encoding
599
* Update default encoding options
600
601
-------------------------------------------------------------------
602
Fri Feb 17 20:55:00 UTC 2017 - neutrino8@opensuse.org
603
604
- Update to version 1.0.1
605
* Update default encoding options
606
607
-------------------------------------------------------------------
608
Fri Feb 17 05:02:00 UTC 2017 - neutrino8@opensuse.org
609
610
- Initial package release
611
612