File ffhevc.changes of Package ffhevc (Revision 206)
Currently displaying revision 206 , Show latest
1253
1
-------------------------------------------------------------------
2
Thu Mar 05 21:05:00 UTC 2020 - neutrino8@opensuse.org
3
4
- Update to version 4.2.2
5
* Go back to FFmpeg for crop detection
6
7
-------------------------------------------------------------------
8
Sun Feb 23 14:56:00 UTC 2020 - neutrino8@opensuse.org
9
10
- Update to version 4.2.1
11
* Use MPlayer for crop detection instead of FFmpeg which
12
seems to have issues with 4k/UHD content
13
14
-------------------------------------------------------------------
15
Thu Jan 16 15:49:00 UTC 2020 - neutrino8@opensuse.org
16
17
- Update to version 4.2.0
18
* Minor optimizations to the default encoding options.
19
Lower qcomp to 0.7
20
21
-------------------------------------------------------------------
22
Wed Jan 08 15:09:00 UTC 2020 - neutrino8@opensuse.org
23
24
- Update to version 4.1.9
25
* Rename hdr option to hdr10. Requires latest libx265
26
compiled from the default branch
27
* Rename hdr-opt to hdr10-opt. Requires latest libx265
28
compiled from the default branch
29
* Support HLG (Hybrid Log Gamma) HDR
30
* Some minor psy-rd/rdoq tunings
31
32
-------------------------------------------------------------------
33
Sat Jan 04 20:56:00 UTC 2020 - neutrino8@opensuse.org
34
35
- Update to version 4.1.8
36
* More psycho-visual tunings
37
38
-------------------------------------------------------------------
39
Fri Jan 03 17:58:00 UTC 2020 - neutrino8@opensuse.org
40
41
- Update to version 4.1.7
42
* Add option to force signaling of HDR in case max-cll is 0,0
43
44
-------------------------------------------------------------------
45
Mon Dec 31 17:00:00 UTC 2019 - neutrino8@opensuse.org
46
47
- Update to version 4.1.6
48
* Go back to uniform AQ (mode 1) with a strength of 1.0
49
* Bump up qcomp to 0.72
50
* Increase psy-rdoq to 15.0 and psy-rd to 4.0
51
* Increase reference frames to 5
52
53
-------------------------------------------------------------------
54
Mon Dec 30 23:18:00 UTC 2019 - neutrino8@opensuse.org
55
56
- Update to version 4.1.5
57
* psy-rd/psy-rdoq psycho-visual tuning to the default
58
encoding options. Aim is to preserve the energy of the
59
input as much as possible without introducing noticable
60
artifacts such as ringing
61
62
-------------------------------------------------------------------
63
Sat Dec 28 15:40:00 UTC 2019 - neutrino8@opensuse.org
64
65
- Update to version 4.1.4
66
* Add support for the noise video filter. Can be beneficial
67
on (very) clean sources by applying some noise to avoid
68
things like color/light banding in the encode
69
* Fine-tuning to the default encoding options
70
71
-------------------------------------------------------------------
72
Wed Dec 25 08:35:00 UTC 2019 - neutrino8@opensuse.org
73
74
- Update to version 4.1.3
75
* More fine-tuning to the default encoding options
76
that should preserve noise and especially mosquito
77
noise on dark backgrounds while at the same time
78
increasing quality with a slightly higher bitrate
79
cost
80
81
-------------------------------------------------------------------
82
Tue Dec 24 11:21:00 UTC 2019 - neutrino8@opensuse.org
83
84
- Update to version 4.1.2
85
* Increase deblocking values from -3,-3 to -1,-1
86
* Enable strong intra smoothing
87
* Lower qcomp to its default value of 0.6
88
89
-------------------------------------------------------------------
90
Tue Dec 24 04:29:00 UTC 2019 - neutrino8@opensuse.org
91
92
- Update to version 4.1.1
93
* Switch to AQ mode 2
94
* Increase default bframes from 6 to 8
95
* Keep quantization group size at the same size as
96
the max CTU
97
98
-------------------------------------------------------------------
99
Mon Dec 23 06:10:00 UTC 2019 - neutrino8@opensuse.org
100
101
- Update to version 4.1.0
102
* Default encoding options tweaks. Add qcomp=0.7 and
103
go back to standard non-hierarchical motion estimation.
104
Also increased tu-{inter,intra}-depth to 4 and reference
105
frames to 5
106
* Lower default CRF value to 20
107
108
-------------------------------------------------------------------
109
Thu Dec 19 14:55:00 UTC 2019 - neutrino8@opensuse.org
110
111
- Update to version 4.0.9
112
* Update default encoding options, v3
113
114
-------------------------------------------------------------------
115
Sat Dec 14 18:06:00 UTC 2019 - neutrino8@opensuse.org
116
117
- Update to version 4.0.8
118
* Update default encoding options and CRF value; v2
119
120
-------------------------------------------------------------------
121
Sat Dec 14 05:09:00 UTC 2019 - neutrino8@opensuse.org
122
123
- Update to version 4.0.7
124
* Update default encoding options and CRF value
125
126
-------------------------------------------------------------------
127
Thu Dec 12 20:43:00 UTC 2019 - neutrino8@opensuse.org
128
129
- Update to version 4.0.6
130
* Update the default encoding options
131
132
-------------------------------------------------------------------
133
Mon Nov 11 13:51:00 UTC 2019 - neutrino8@opensuse.org
134
135
- Update to version 4.0.5
136
* Added support for the (newer) deblock filter
137
138
-------------------------------------------------------------------
139
Mon Nov 04 16:30:00 UTC 2019 - neutrino8@opensuse.org
140
141
- Update to version 4.0.4
142
* Bugfix: Using ADPCM encoding for DTS audio wasn't possible due
143
to wrong variable used in the if conditional
144
145
-------------------------------------------------------------------
146
Sat Nov 02 13:55:00 UTC 2019 - neutrino8@opensuse.org
147
148
- Update to version 4.0.3
149
* Merged two case statements in the metadata code for mkv/mp4/mov
150
* Support dithering when downscaling to 8-bit pixels
151
152
-------------------------------------------------------------------
153
Tue Oct 29 06:17:00 UTC 2019 - neutrino8@opensuse.org
154
155
- Update to version 4.0.2
156
* Removed an unneeded check for audio codec in the conerror_func() function
157
* Removed a stale "" in the case statement that checks the channels for AC3
158
* Support setting the matrixed stereo type when resampling stereo input
159
* Support setting the filter type of the audio resample filter
160
* Add the bsf bitstream filter to convert from length prefix to start
161
code prefix when remuxing to m2ts/mts/ts
162
* Cosmetics
163
164
-------------------------------------------------------------------
165
Mon Oct 28 05:30:00 UTC 2019 - neutrino8@opensuse.org
166
167
- Update to version 4.0.1
168
* Added support for director/cast metadata for MP4/MOV
169
* Added +use_metadata_tags to the $movflags variable for MP4/MOV
170
* Support ADPCM encoding for DTS audio
171
* Fixed an issue where asking for director/cast occured multiple
172
times if remuxing to other containers was enabled
173
174
-------------------------------------------------------------------
175
Sun Oct 27 07:28:00 UTC 2019 - neutrino8@opensuse.org
176
177
- Update to version 4.0.0
178
* Use 16 bits as bit depth metadata when encoding to TrueHD audio
179
* Removed an unneeded if conditional in the audio bit depth code
180
* Add director and cast metadata for the MKV container
181
* Reorder some code for the output shell file
182
* Cosmetics
183
184
-------------------------------------------------------------------
185
Sat Oct 26 07:05:00 UTC 2019 - neutrino8@opensuse.org
186
187
- Update to version 3.9.9
188
* Renamed audio variable aid[i] to aidx[i] and moved it outside
189
of the if conditional that decides the audio codec. This
190
removes the same code in three places and now uses the
191
global aidx[i] variable
192
* HE-AACv2 only supports 2 channels. Update the audio code
193
to reflect that
194
* When running in batch mode, add a warning about automatic
195
audio metadata and offer an option to enable/disable it
196
* Added -tmp option to MP4Box to store temp files in the
197
output directory
198
* Some minor improvements to the audio options
199
200
-------------------------------------------------------------------
201
Fri Oct 25 05:31:00 UTC 2019 - neutrino8@opensuse.org
202
203
- Update to version 3.9.8
204
* Removed M4V from the case statements for cover art.
205
I confused it with ffx264 which supports M4V while
206
ffhevc does not.
207
* Detect audio bit depth and add it to the audio metadata
208
* Added detection for DTS Express and DTS-HD HR for audio copy
209
* Use -show_entries instead of -show_streams for detecting
210
audio properties with ffprobe. Removes piping to grep and awk
211
* Support setting the FLAC bit depth for encoding
212
* Minor restructuring and variables renaming in the audio code
213
* Updated the man page
214
215
-------------------------------------------------------------------
216
Wed Oct 23 03:15:00 UTC 2019 - neutrino8@opensuse.org
217
218
- Update to version 3.9.6
219
* Added support for setting the VBV maxrate and buffer size
220
* Set default audio codec based on output container format
221
* Add colr option for MP4Box to the video_colorspace_func()
222
function and the color primaries code. Only used for MOV
223
* Add -color_primaries, -color_trc and -colorspace to the
224
FFmpeg command line options
225
226
-------------------------------------------------------------------
227
Tue Oct 22 04:20:00 UTC 2019 - neutrino8@opensuse.org
228
229
- Update to version 3.9.5
230
* Add support for SRT/SSA/AAS subtitles for the MOV container
231
* Add color characteristics to MP4Box if output is MOV
232
* Use smpte170m for option 0 in the color primaries code
233
* Update colormatrix in the video_colorspace_func() function
234
to smpte170m for NTSC
235
* Some code optimizations
236
237
-------------------------------------------------------------------
238
Mon Oct 21 08:43:00 UTC 2019 - neutrino8@opensuse.org
239
240
- Update to version 3.9.4
241
* Renamed variables $MDATA and $CHPS to $METADATA and $CHAPS
242
* Add $METADATA and $CHAPS to the remuxing code
243
244
-------------------------------------------------------------------
245
Mon Oct 21 03:40:00 UTC 2019 - neutrino8@opensuse.org
246
247
- Update to version 3.9.3
248
* Add support for verbose logging to a log file
249
* Bugfix: -map_metadata and -map_chapters where not set
250
to 0 when the respective options in the config file
251
were set to "y"
252
253
-------------------------------------------------------------------
254
Sun Oct 20 04:39:00 UTC 2019 - neutrino8@opensuse.org
255
256
- Update to version 3.9.2
257
* Added support for embedding of SRT/SSA/ASS subtitles
258
in the MP4 container
259
* Moved back to MP4Box for adding cover art to MP4/MOV.
260
Apparently, after lots of testing, atomicparsley
261
creates files that hang during playback
262
* Cosmetics
263
* Updated the man page
264
265
-------------------------------------------------------------------
266
Sat Oct 19 07:16:00 UTC 2019 - neutrino8@opensuse.org
267
268
- Update to version 3.9.1
269
* Use atomicparsley to add cover art for the mp4/m4v
270
containers. This removes dependence on MP4Box and
271
makes it possible to copy over metadata info in
272
an easy way
273
* Add +frag_keyframe to the -movflags option when
274
output is mp4
275
* Renamed variable METACOVER to MKVCOVER
276
* Updated the man page
277
278
-------------------------------------------------------------------
279
Fri Oct 18 04:56:00 UTC 2019 - neutrino8@opensuse.org
280
281
- Update to version 3.9.0
282
* Bugfix: use correct video track for crop preview with MPlayer
283
* Renamed variable SCAN_MULTIPLE_VID_TRACKS to SCAN_MULTI_VID_TRACKS
284
* Some reordering in the config file
285
* Add option hrd and vui-hrd-info when encoding HDR video
286
* Add LPCM detection for audio copy
287
* Add support for cover art for the mp4 and mov containers.
288
Requires MP4Box from GPAC
289
* Set Catmull-Rom as default Bicubic/Spline tuning
290
* Some code optimization
291
292
-------------------------------------------------------------------
293
Wed Oct 16 05:20:00 UTC 2019 - neutrino8@opensuse.org
294
295
- Update to version 3.8.9
296
* Support the fftdnoiz denoise filter
297
298
-------------------------------------------------------------------
299
Tue Oct 15 03:57:00 UTC 2019 - neutrino8@opensuse.org
300
301
- Update to version 3.8.8
302
* Bugfix: use correct video mapping for crop detection
303
* Cosmetics
304
305
-------------------------------------------------------------------
306
Mon Oct 14 14:34:00 UTC 2019 - neutrino8@opensuse.org
307
308
- Update to version 3.8.7
309
* Support scanning for multiple video tracks in the input file
310
311
-------------------------------------------------------------------
312
Sun Oct 13 05:35:00 UTC 2019 - neutrino8@opensuse.org
313
314
- Update to version 3.8.6
315
* Fixed a typo in the keyframe code
316
* Use readlink -e and realpath -e where needed
317
* Updated default encoding options and CRF value
318
* Updated the preset.txt example file
319
320
-------------------------------------------------------------------
321
Fri Oct 11 10:26:00 UTC 2019 - neutrino8@opensuse.org
322
323
- Update to version 3.8.5
324
* Support hardcoding external or embedded subtitles.
325
Requires libass support in FFmpeg
326
* Fixed a typo in the subtitles code
327
328
-------------------------------------------------------------------
329
Wed Sep 25 09:53:00 UTC 2019 - neutrino8@opensuse.org
330
331
- Update to version 3.8.4
332
* Revert using audindex[i] var for audio metadata
333
detection
334
335
-------------------------------------------------------------------
336
Wed Sep 25 06:23:00 UTC 2019 - neutrino8@opensuse.org
337
338
- Update to version 3.8.3
339
* Use the audindex[i] variable for audio metadata
340
during audio copy
341
* Updated default encoding options. Requires latest
342
x265 from git
343
* Updated default audio bitrates for some codecs
344
345
-------------------------------------------------------------------
346
Sun Sep 22 05:00:00 UTC 2019 - neutrino8@opensuse.org
347
348
- Update to version 3.8.2
349
* For audio stream copy, in case ffprobe reports
350
channels layout as unknown, try to guess the
351
amount of channels based on channel detection
352
and use that as metadata
353
* Set Mobisu transform as default for HDR to SDR
354
* Updated the man page
355
356
-------------------------------------------------------------------
357
Sat Sep 21 05:30:00 UTC 2019 - neutrino8@opensuse.org
358
359
- Update to version 3.8.1
360
* Add side channel info to the audio metadata
361
362
-------------------------------------------------------------------
363
Thu Sep 19 03:58:00 UTC 2019 - neutrino8@opensuse.org
364
365
- Update to version 3.8.0
366
* Support encoding to WMAv1 and WMAv2 audio
367
* Update high bit depth pixel formats options
368
* Add WMAv1 and WMAv2 audio detection metadata
369
when doing audio copy
370
371
-------------------------------------------------------------------
372
Wed Sep 18 07:58:00 UTC 2019 - neutrino8@opensuse.org
373
374
- Update to version 3.7.9
375
* Improvements to the audio copy metadata
376
377
-------------------------------------------------------------------
378
Fri Sep 13 14:12:00 UTC 2019 - neutrino8@opensuse.org
379
380
- Update to version 3.7.8
381
* Add audio channel metadata when using audio copy
382
383
-------------------------------------------------------------------
384
Thu Sep 05 03:30:00 UTC 2019 - neutrino8@opensuse.org
385
386
- Update to version 3.7.7
387
* Code optimization in the audio sample rate metadata
388
389
-------------------------------------------------------------------
390
Thu Aug 29 07:48:00 UTC 2019 - neutrino8@opensuse.org
391
392
- Update to version 3.7.6
393
* Use a comma instead of a dash for the audio sample
394
rate metadata
395
396
-------------------------------------------------------------------
397
Wed Aug 21 14:32:00 UTC 2019 - neutrino8@opensuse.org
398
399
- Update to version 3.7.5
400
* Add audio sample rate to the audio metadata
401
* Fixed a bug in the audio resample code where
402
sample rate wasn't detected due to wrong value
403
used (bit_rate instead of sample_rate)
404
405
-------------------------------------------------------------------
406
Mon Aug 05 14:15:00 UTC 2019 - neutrino8@opensuse.org
407
408
- Update to version 3.7.4
409
* Update default encoding options v2
410
411
-------------------------------------------------------------------
412
Sat Aug 03 10:48:00 UTC 2019 - neutrino8@opensuse.org
413
414
- Update to version 3.7.3
415
* Update default encoding options
416
417
-------------------------------------------------------------------
418
Tue Jul 23 11:15:00 UTC 2019 - neutrino8@opensuse.org
419
420
- Update to version 3.7.2
421
* Added support for crop preview using MPlayer when
422
autocrop is enabled in the config file. This was
423
ported over from my h264enc script
424
425
-------------------------------------------------------------------
426
Fri Jul 12 13:55:00 UTC 2019 - neutrino8@opensuse.org
427
428
- Update to version 3.7.1
429
* Updated the default encoding params. Added the new
430
hme (hierarchical motion search) and hme-search
431
options. Also lowered rd to 4 and increased subme
432
to 4. To use hme, the latest x265 from git is required
433
434
-------------------------------------------------------------------
435
Thu Jun 13 02:30:00 UTC 2019 - neutrino8@opensuse.org
436
437
- Update to version 3.7.0
438
* Added support for the bm3d denoise filter
439
440
-------------------------------------------------------------------
441
Sat Mar 02 07:10:00 UTC 2019 - neutrino8@opensuse.org
442
443
- Update to version 3.6.9
444
* Add HDR_SUPPORT option to config file for making HDR
445
support optional
446
447
-------------------------------------------------------------------
448
Sat Jan 12 11:05:00 UTC 2019 - neutrino8@opensuse.org
449
450
- Update to version 3.6.8
451
* Set Open GOP to 0 and repeat headers to 1 when Dolby Vision is used
452
453
-------------------------------------------------------------------
454
Fri Jan 11 13:15:00 UTC 2019 - neutrino8@opensuse.org
455
456
- Update to version 3.6.7
457
* Check if tonemap is used and if so, disable Dolby Vision
458
questions
459
460
-------------------------------------------------------------------
461
Thu Jan 10 11:10:00 UTC 2019 - neutrino8@opensuse.org
462
463
- Update to version 3.6.6
464
* Support Dolby Vision HDR
465
466
-------------------------------------------------------------------
467
Sat Dec 22 11:22:00 UTC 2018 - neutrino8@opensuse.org
468
469
- Update to version 3.6.5
470
* Add the new tune animation option
471
* Updated the man page
472
473
-------------------------------------------------------------------
474
Tue Jul 10 20:35:00 UTC 2018 - neutrino8@opensuse.org
475
476
- Update to version 3.6.4
477
* Revert previous change. Linear transfer is already set
478
in the $tonemap variable
479
480
-------------------------------------------------------------------
481
Mon Jul 09 21:59:00 UTC 2018 - neutrino8@opensuse.org
482
483
- Update to version 3.6.3
484
* HDR to SDR: transfer to linear light before doing bt2020-10/12
485
transfer
486
487
-------------------------------------------------------------------
488
Sun Apr 15 06:48:00 UTC 2018 - neutrino8@opensuse.org
489
490
- Update to version 3.6.2
491
* Support setting the chroma location parameter
492
493
-------------------------------------------------------------------
494
Tue Mar 20 12:06:00 UTC 2018 - neutrino8@opensuse.org
495
496
- Update to version 3.6.1
497
* Support 12-bits in the pixel format function
498
* Improvements to the HDR to SDR conversion code, copy color
499
characteristics option
500
* A few typo fixes
501
502
-------------------------------------------------------------------
503
Sat Feb 24 10:50:00 UTC 2018 - neutrino8@opensuse.org
504
505
- Update to version 3.6.0
506
* Set the eq saturation default value to 1.0 (same as filter default)
507
* Add the colorspace and colormatrix filters when doing an HDR
508
to SDR conversion
509
* Lower tonemap desat strength to 2.8
510
* Support white point adaptation for HDR to SDR
511
* Moved the colorspace filter after the scale one
512
* Moved the pixel format filter near the end of the filter chain
513
514
-------------------------------------------------------------------
515
Thu Feb 22 10:40:00 UTC 2018 - neutrino8@opensuse.org
516
517
- Update to version 3.5.9
518
* Support per-file HDR side data when running in batch mode
519
* Minor code optimizations
520
521
-------------------------------------------------------------------
522
Sat Feb 17 11:52:00 UTC 2018 - neutrino8@opensuse.org
523
524
- Update to version 3.5.8
525
* Fixed an issue where in some cases write-testing the output
526
directory will fail due usage of readlink -f instead of
527
readlink -m
528
* Small code optimizations
529
530
-------------------------------------------------------------------
531
Fri Feb 16 21:00:00 UTC 2018 - neutrino8@opensuse.org
532
533
- Update to version 3.5.7
534
* Implemented HDR side data scanning
535
* Rewrote the hdr script
536
537
-------------------------------------------------------------------
538
Fri Feb 16 10:31:00 UTC 2018 - neutrino8@opensuse.org
539
540
- Update to version 3.5.6
541
* Replace an ffprobe log level occurance of -v error to -v quiet
542
* Added a small script called "hdr" to get HDR values from a file
543
which then can be used in ffhevc's HDR options menu
544
545
-------------------------------------------------------------------
546
Wed Feb 07 04:15:00 UTC 2018 - neutrino8@opensuse.org
547
548
- Update to version 3.5.5
549
* Update transfer chars to support latest changes to zimg from git
550
551
-------------------------------------------------------------------
552
Mon Jan 08 19:45:00 UTC 2018 - neutrino8@opensuse.org
553
554
- Update to version 3.5.4
555
* Fixed a possible devision by 0 that may occur when one copies
556
audio and the bitrate for metadata is reported as N/A by ffprobe
557
558
-------------------------------------------------------------------
559
Sat Jan 06 00:18:00 UTC 2018 - neutrino8@opensuse.org
560
561
- Update to version 3.5.3
562
* Moved the eq filter to almost the end of the video filter chain
563
as it can lead to banding in certain cases in case the filter
564
is in front of most other ones
565
* If the eq filter is used, also insert the format one after it
566
if a pixel format has been chosen
567
568
-------------------------------------------------------------------
569
Thu Jan 04 20:09:00 UTC 2018 - neutrino8@opensuse.org
570
571
- Update to version 3.5.2
572
* Support tweaking the tonemap algorithms for HDR to SDR conversion
573
* Increased default desat tonemap value from 2.3 to 4.2
574
* Support applying color saturation correction when doing an HDR
575
to SDR conversion
576
* Added bt2020-12 to the list of transfers when doing color
577
characteristics copy
578
* Updated the HDR_to_SDR_instructions.txt file
579
580
-------------------------------------------------------------------
581
Wed Jan 03 08:29:00 UTC 2018 - neutrino8@opensuse.org
582
583
- Update to version 3.5.1
584
* Don't hardcode the desaturation strength of the tonemap filter
585
but let is be an option
586
* Removed the matrix and primaries options in the zscale filter
587
as it leads to over-saturation of colors
588
589
-------------------------------------------------------------------
590
Tue Jan 02 12:03:00 UTC 2018 - neutrino8@opensuse.org
591
592
- Update to version 3.5.0
593
* Disabled audio metadata for batch mode when using audio copy,
594
until I figure out how to do it in a decent way
595
* Removed default software scaler parameters for bicubic/spline
596
They are already the default in FFmpeg so no need to force
597
them
598
* Use a case statement instead of if condition in option 0 of
599
the video_hdr_to_sdr_func() function
600
601
-------------------------------------------------------------------
602
Mon Jan 01 23:03:00 UTC 2018 - neutrino8@opensuse.org
603
604
- Update to version 3.4.9
605
* Set proper zscale transfer value in the video_hdr_to_sdr_func()
606
function, option 0 (copy color characteristics)
607
* Use a desat value of 2.5 for the tonemap filter when doing HDR
608
to SDR conversions
609
* Don't use pix_fmts in the format filter. It is not really needed
610
* Removed 12-bit options from the video_pixfmt_func() function
611
* Cosmetics
612
613
-------------------------------------------------------------------
614
Mon Jan 01 10:18:00 UTC 2018 - neutrino8@opensuse.org
615
616
- Update to version 3.4.8
617
* Reworked the video_chars_func() function and added reporting
618
of video bit depth
619
* Initial support for audio codec metadata when doing audio
620
copy
621
* Increased default E-AC-3 audio bitrate from 768 to 960 kbps
622
* Set dialnorm for AC-3/E-AC-3 to its FFmpeg default (-31)
623
* Added HDR_to_SDR_instructions.txt file to the package
624
* Cosmetics
625
626
-------------------------------------------------------------------
627
Wed Dec 27 11:37:00 UTC 2017 - neutrino8@opensuse.org
628
629
- Update to version 3.4.7
630
* Renamed array variable CHARS to VCHARS in the video_chars_func()
631
function
632
* Report pixel format in the video_chars_func() function
633
* Don't show HDR options if doing an HDR to SDR conversion
634
* Use -v quiet instead of -v error log level for ffprobe
635
* Cosmetics
636
637
-------------------------------------------------------------------
638
Mon Dec 25 10:36:00 UTC 2017 - neutrino8@opensuse.org
639
640
- Update to version 3.4.6
641
* Initial support for HDR to SDR conversions. Requires
642
FFmpeg to be compiled with the zimg library as it
643
needs the zscale filter
644
https://github.com/sekrit-twc/zimg
645
646
-------------------------------------------------------------------
647
Tue Nov 28 18:35:00 UTC 2017 - neutrino8@opensuse.org
648
649
- Update to version 3.4.5
650
* Disable Open GOP and enable header repeating when HDR
651
options are enabled like master display and max-cll
652
653
-------------------------------------------------------------------
654
Fri Nov 17 16:43:00 UTC 2017 - neutrino8@opensuse.org
655
656
- Update to version 3.4.4
657
* Update transfer characteristics: smpte-st-2084 -> smpte2084.
658
Requires latest x265
659
660
-------------------------------------------------------------------
661
Sun Oct 22 17:37:00 UTC 2017 - neutrino8@opensuse.org
662
663
- Update to version 3.4.3
664
* Support dialog level normalization for AC3/EAC3 audio
665
666
-------------------------------------------------------------------
667
Fri Sep 29 15:45:00 UTC 2017 - neutrino8@opensuse.org
668
669
- Update to version 3.4.2
670
* Support setting the output video aspect ratio
671
672
-------------------------------------------------------------------
673
Wed Aug 23 09:53:00 UTC 2017 - neutrino8@opensuse.org
674
675
- Update to version 3.4.1
676
* Support full chroma input for the software scaler
677
678
-------------------------------------------------------------------
679
Fri Jul 21 13:52:00 UTC 2017 - neutrino8@opensuse.org
680
681
- Add realpath to the CHDIR var for batch mode
682
683
-------------------------------------------------------------------
684
Thu Jul 20 18:49:00 UTC 2017 - neutrino8@opensuse.org
685
686
- Update to version 3.4.0
687
* Bugfix: use realpath instead of readlink for the OUTPUT
688
var when running in batch mode. Fixes the issue where
689
readlink will follow the full path in case the input
690
is a symlink which may result of encoding files we
691
were not asked to
692
* Don't print cropped resolution during runtime
693
if batch mode is selected
694
* Remove check for realpath. It is now required and not
695
optional
696
697
-------------------------------------------------------------------
698
Tue Jul 11 11:39:00 UTC 2017 - neutrino8@opensuse.org
699
700
- Update to version 3.3.9
701
* Support setting the min/max keyframe/IDR intervals
702
703
-------------------------------------------------------------------
704
Wed Jun 14 12:15:00 UTC 2017 - neutrino8@opensuse.org
705
706
- Update to version 3.3.8
707
* Make software scaler tweaking optional
708
* Added support for the unsharp filter for sharpen/blur
709
* Use a colon symbol as separation for input/output color range
710
in the video_colorspace_func() function as to be consistent
711
with the other options. Also set the default to tv:tv
712
713
-------------------------------------------------------------------
714
Tue Jun 13 00:02:00 UTC 2017 - neutrino8@opensuse.org
715
716
- Update to version 3.3.7
717
* Bugfix in the video_colorspace_func() function. Wrong value
718
used for the ispace option of the filter. Must be bt2020ncl
719
instead of just bt2020
720
721
-------------------------------------------------------------------
722
Sun Jun 11 10:06:00 UTC 2017 - neutrino8@opensuse.org
723
724
- Update to version 3.3.6
725
* Bugfix: master-display option must be enclosed in quotes to not
726
confuse Bash
727
728
-------------------------------------------------------------------
729
Sat Jun 10 07:55:00 UTC 2017 - neutrino8@opensuse.org
730
731
- Update to version 3.3.5
732
* Replace numbers in array variable char of the video_chars_func()
733
function with the ones from the for loop
734
* Pipe the ffprobe string to tail -1 to work around issues
735
with some problematic files
736
* Some small improvements to the video_colorspace_func() function
737
738
-------------------------------------------------------------------
739
Fri Jun 09 08:50:00 UTC 2017 - neutrino8@opensuse.org
740
741
- Update to version 3.3.4
742
* New function, video_chars_func(), to detect and display video
743
characteristics like color range/space/transfer/primaries
744
* Detect and display video resolution if video scaling is enabled
745
* Detect and display pixel format
746
747
-------------------------------------------------------------------
748
Thu Jun 08 14:51:00 UTC 2017 - neutrino8@opensuse.org
749
750
- Update to version 3.3.3
751
* Report software scaler set in the config file
752
* Merge the bicubic and spline scaler tuning code
753
* Mention for the Lanczos scaler that the scaler
754
tuning value is the filter length and not sharpness
755
756
-------------------------------------------------------------------
757
Mon Jun 05 03:55:00 UTC 2017 - neutrino8@opensuse.org
758
759
- Update to version 3.3.2
760
* Remove redundant software scaler warning and exit in
761
the sws_func() function for the config file
762
* Added support for the experimental software scaler
763
* Lower psy-rdoq from 2.5 to 1.5 and psy-rd from 2.5 to
764
2.0 to eliminate ringing artifacts
765
* No need to enclose the values of max-cll in quotes
766
* Removed additional encoder info on max audio channels support
767
* Added support for software scaler tuning where applicable
768
* Added example JSON file for Dynamic HDR10+ to the package
769
* Updated the Makefile
770
771
-------------------------------------------------------------------
772
Sun Jun 04 21:45:00 UTC 2017 - neutrino8@opensuse.org
773
774
- Update to version 3.3.1
775
* Further optimizations to the default encoding options
776
* Match software scaler options in config file with the
777
ones inside the script. $SCALER in config file now
778
takes a value between 0 and 9
779
* Do some basic checking of scaler option when it's set
780
in the config file
781
782
-------------------------------------------------------------------
783
Thu Jun 01 12:06:00 UTC 2017 - neutrino8@opensuse.org
784
785
- Update to version 3.3.0
786
* Simplify the scale variable a bit
787
* Support SMPTE170M colorspace conversion
788
* Support SMPTE170M for color primaries/matrices/transfers
789
790
-------------------------------------------------------------------
791
Tue May 30 11:35:00 UTC 2017 - neutrino8@opensuse.org
792
793
- Update to version 3.2.9
794
* Bugfix: use an if conditional to set hdr-opt option
795
* Increase default CRF value to 21
796
* Tune the default encoding parameters
797
798
-------------------------------------------------------------------
799
Mon May 29 08:05:00 UTC 2017 - neutrino8@opensuse.org
800
801
- Update to version 3.2.8
802
* Added support for Dynamic HDR10+ JSON files. Requires libx265
803
to be compiled with Dynamic HDR10+ support
804
805
-------------------------------------------------------------------
806
Tue May 16 08:57:00 UTC 2017 - neutrino8@opensuse.org
807
808
- Update to version 3.2.7
809
* Added support for FFmpeg's internal Opus audio encoder
810
811
-------------------------------------------------------------------
812
Sun May 14 09:36:00 UTC 2017 - neutrino8@opensuse.org
813
814
- Update to version 3.2.6
815
* Bugfix in the software scale code. Use an if conditional
816
to check for an y/n answer
817
818
-------------------------------------------------------------------
819
Sat May 13 18:04:00 UTC 2017 - neutrino8@opensuse.org
820
821
- Update to version 3.2.5
822
* Support accurate rounding for the software scalers
823
* Support full chroma interpolation for the software scalers
824
* Use the flags option of the scale option instead of -sws_flags
825
to set scaler and its options
826
827
-------------------------------------------------------------------
828
Mon Apr 03 19:04:00 UTC 2017 - neutrino8@opensuse.org
829
830
- Update to version 3.2.4
831
* Support setting the input/output color range
832
833
-------------------------------------------------------------------
834
Tue Mar 28 19:04:00 UTC 2017 - neutrino8@opensuse.org
835
836
- Update to version 3.2.3
837
* Update to the default encoding options
838
839
-------------------------------------------------------------------
840
Sat Mar 18 22:00:00 UTC 2017 - neutrino8@opensuse.org
841
842
- Update to version 3.2.2
843
* Update colorspace entry for NTSC video
844
* Fixed bug in the video_colorspace_func() values
845
846
-------------------------------------------------------------------
847
Mon Mar 06 21:30:00 UTC 2017 - neutrino8@opensuse.org
848
849
- Update to version 3.2.1
850
* Update audio compression level values
851
* Initial support for HDR VUI signaling
852
853
-------------------------------------------------------------------
854
Wed Feb 22 15:05:00 UTC 2017 - neutrino8@opensuse.org
855
856
- Update to version 3.2.0
857
* Support high FPS -> low FPS conversions
858
* Bugfix: missing options in FPS conversion menu
859
860
-------------------------------------------------------------------
861
Mon Feb 06 20:43:00 UTC 2017 - neutrino8@opensuse.org
862
863
- Update to version 3.1.9
864
* Support the framestep filter for FPS conversion
865
* Support halving the frame rate. Only supported for
866
50/59.940/60 FPS input
867
868
-------------------------------------------------------------------
869
Wed Jan 25 12:00:00 UTC 2017 - neutrino8@opensuse.org
870
871
- Update to version 3.1.8
872
* Small improvement: add "Track $i:" to the question for
873
audio channel layout
874
875
-------------------------------------------------------------------
876
Tue Jan 24 16:20:00 UTC 2017 - neutrino8@opensuse.org
877
878
- Update to version 3.1.7
879
* Removed one of the OUTPUT variables for batch mode. It is
880
no longer needed
881
* Rewrote the audio channel layout code. It is now based on
882
per-codec encoder support
883
* Repositioned the audio channel checking code
884
885
-------------------------------------------------------------------
886
Fri Jan 20 13:37:00 UTC 2017 - neutrino8@opensuse.org
887
888
- Update to version 3.1.6
889
* Fixed a small issue in the output for batch mode
890
891
-------------------------------------------------------------------
892
Wed Jan 18 14:05:00 UTC 2017 - neutrino8@opensuse.org
893
894
- Update to version 3.1.5
895
* Check channel amount for the libfdk_aac encoder and warn and
896
exit on 7 channels as it doesn't support it
897
* Use range=tv instead of range=mpeg for the color conversion
898
filter
899
* Bugfix: return value of variable autocrop wasn't checked
900
when running in batch mode resulting in always cropping
901
the input files
902
* Bugfix in the $OUTPUT variable when running in batch mode
903
* Removed readlink from the batch mode variables as it's no
904
longer needed
905
906
-------------------------------------------------------------------
907
Sun Jan 15 11:44:00 UTC 2017 - neutrino8@opensuse.org
908
909
- Update to version 3.1.4
910
* Support ALAC audio encoding
911
* Some small improvements to the audio code
912
* A few variable renamings, mostly in the case statements
913
914
-------------------------------------------------------------------
915
Fri Jan 13 11:43:00 UTC 2017 - neutrino8@opensuse.org
916
917
- Update to version 3.1.3
918
* Support 50 <-> 60/59.940 FPS conversions
919
* Use upper-case words for the color primaries/transfers/matrices
920
and pixel formats
921
* Support 4.0 audio channel layout in addition to Quad
922
923
-------------------------------------------------------------------
924
Thu Jan 12 00:26:00 UTC 2017 - neutrino8@opensuse.org
925
926
- Update to version 3.1.2
927
* Added support for pixel format conversion
928
* Added support for colorspace conversion
929
930
-------------------------------------------------------------------
931
Mon Jan 09 12:45:00 UTC 2017 - neutrino8@opensuse.org
932
933
- Update to version 3.1.1
934
* Fix a possible issue when detecting the FPS value that occurs
935
with some files
936
* Expand directory path internally instead of exporting the
937
dirname command to the file that gets sourced for encoding
938
* Use 'bc' for calculating the detected FPS value
939
* Only use fractions internally for FPS values. The user should
940
be presented with the floating point value
941
942
-------------------------------------------------------------------
943
Sun Jan 08 11:24:00 UTC 2017 - neutrino8@opensuse.org
944
945
- Update to version 3.1.0
946
* Support SMPTE-2084 transfer characteristics
947
* Placed the video post-processing filters in their own sub-menu
948
* Some small changes to the FPS conversion code
949
950
-------------------------------------------------------------------
951
Fri Jan 06 10:53:00 UTC 2017 - neutrino8@opensuse.org
952
953
- Update to version 3.0.9
954
* Bugfix: default output directory wasn't made when running
955
in batch mode
956
* Display found per-file crop values when running in batch mode
957
958
-------------------------------------------------------------------
959
Thu Jan 05 11:35:00 UTC 2017 - neutrino8@opensuse.org
960
961
- Update to version 3.0.8
962
* Support per-file auto-cropping when running in batch mode
963
* Use internally full paths for input and output
964
* Add a test case for output directory to the script that gets
965
sourced for encoding
966
967
-------------------------------------------------------------------
968
Wed Jan 04 13:02:00 UTC 2017 - neutrino8@opensuse.org
969
970
- Update to version 3.0.7
971
* Use readlink to get the full path to the cover art image. Fixes
972
an issue when running in batch mode
973
974
-------------------------------------------------------------------
975
Fri Dec 02 14:42:00 UTC 2016 - neutrino8@opensuse.org
976
977
- Update to version 3.0.6
978
* Merged the output code for the batch mode with that for single
979
file input
980
* Fixed an issue where remuxing to MP4 may fail in case the user
981
chooses FLAC audio
982
* Renamed variable $extracon to $remuxcon and $econ to $rcon
983
* Made strict option "global" so I won't have to worry about
984
adding experimental audio codecs support in the future
985
* Clean ups to the FPS conversion menu
986
987
-------------------------------------------------------------------
988
Wed Nov 23 15:20:00 UTC 2016 - neutrino8@opensuse.org
989
990
- Update to version 3.0.5
991
* Added support for FLAC audio in MP4. Requires a very recent
992
ffmpeg version
993
* Added the $strict variable to the remuxing code
994
* Use the improved way of gathering info for the audio sample
995
rate detection
996
* Added the ability to flag the first internal or external
997
subtitle as default, when using the option for internal and
998
external subtitle copying
999
* Added support for LD-AAC audio encoding with libfdk-aac
1000
* Removed stderr to stdout redirection (2>&1) for some of the
1001
ffprobe lines. It is no longer needed
1002
1003
-------------------------------------------------------------------
1004
Sun Nov 20 16:44:00 UTC 2016 - neutrino8@opensuse.org
1005
1006
- Correct a small issue in the cropping code
1007
- Update the Makefile
1008
1009
-------------------------------------------------------------------
1010
Sun Nov 20 14:02:00 UTC 2016 - neutrino8@opensuse.org
1011
1012
- Update to version 3.0.4
1013
* Moved checks for supported containers into its own function,
1014
check_container_func()
1015
* Improvements to gathering information about the input file.
1016
Saves us piping to sed and in some cases piping to awk and tail
1017
* Removed the NOSOUND option since the user can specify 0 for
1018
amount of audio tracks which equals to encoding with the NOSOUND
1019
option
1020
* Placed both subcopy and subcpy variables into a single subparams
1021
variable. This also removes the NOSUBS variable
1022
* Placed the video length detection code into its own function,
1023
video_length_func(), as it is used in two places so we can
1024
save writing the same stuff twice
1025
* Instead of skipping bitrate calc for target file size in case
1026
we can't detect the video length, ask the user to provide it
1027
* Removed install script and added a Makefile for installation
1028
* Added new INSTALL file with install/uninstall instructions
1029
1030
-------------------------------------------------------------------
1031
Fri Nov 18 01:35:00 UTC 2016 - neutrino8@opensuse.org
1032
1033
- Update to version 3.0.3
1034
* Use process number instead of .old when renaming existing files
1035
* Added support for detelecining (IVTC). Bumps up config file
1036
version to 33
1037
* Minor improvements to the cropping code
1038
1039
-------------------------------------------------------------------
1040
Wed Nov 16 09:18:00 UTC 2016 - neutrino8@opensuse.org
1041
1042
- Update to version 3.0.2
1043
* Added support for 3-pass encoding
1044
* Added support for setting a default audio codec in the config
1045
file. Bumps up config file version to 32
1046
* Moved setting the video bitrate before the video filters
1047
* More variables renamings and other small code tweaks
1048
* Do some checking on duplicate entries when using additional
1049
containers and warn and exit
1050
* Updated the man page
1051
1052
-------------------------------------------------------------------
1053
Mon Nov 14 09:18:00 UTC 2016 - neutrino8@opensuse.org
1054
1055
- Update to version 3.0.1
1056
* Set default amount of subtitles to 1 instead of exiting when no
1057
value is given
1058
* Allow the user to choose the amount of audio tracks he wants at
1059
run time instead of requiring it to be set in the config file.
1060
This removes config file var MAX_AUD_TRACKS and bumps up version
1061
to 31
1062
* Renamed array variables audmapval and submapval to audindex and
1063
subindex since we're not mapping but specifying the audio/sub
1064
index id with these vars
1065
* Fixed a possible case where audio params weren't cleared in
1066
case the nosound option was chosen
1067
* Removed an if conditional checking for MAX_SUBS which no longer
1068
is used
1069
1070
-------------------------------------------------------------------
1071
Sun Nov 13 11:36:00 UTC 2016 - neutrino8@opensuse.org
1072
1073
- Update to version 3.0.0
1074
* Added support for batch encoding mode, to be activated with the
1075
new -b option. It's used to encode directories with video files
1076
* Renamed variable $mode to $encmode for clarity
1077
* Reworked the input/output code
1078
* Disabled strong-intra-smoothing in the default x265 options
1079
in the config file
1080
* Instead of relying on a config var to set the subtitles amount
1081
to support, ask the user each time to provide it. Makes the
1082
code less complex and easier to extend in the future. Bumps up
1083
config file version to 30
1084
* Check if the X265PARAMS var is missing from config in case we're
1085
not using an x265 preset
1086
* Updated the man page
1087
1088
-------------------------------------------------------------------
1089
Sat Nov 12 10:48:00 UTC 2016 - neutrino8@opensuse.org
1090
1091
- Update to version 2.9.9
1092
* Added support for importing external srt/ssa subtitles for the
1093
mkv, m2ts, mts and ts containers
1094
* Moved the subtitle code into its own video_subtitles_func()
1095
function
1096
* Added support for simultaneously copying subtitles from the
1097
input file and copying external ones
1098
* Renamed variable SUBT to SUBNR for clarity
1099
* Updated the README file and man page
1100
1101
-------------------------------------------------------------------
1102
Thu Nov 10 21:15:00 UTC 2016 - neutrino8@opensuse.org
1103
1104
- Update to version 2.9.8
1105
* Check if name of input file matches that of output file and warn
1106
and exit. Requires the realpath utility
1107
* Added support for the m2ts, mts and ts containers
1108
* Merged the code that checks if an audio codec is supported by a
1109
container with that that checks for additional output containers.
1110
Removes code duplication and maintainability
1111
* Update to the audio sample rates. Sync them with
1112
ffmpeg -h encoder=<encoder>
1113
* Restrict TrueHD channels to 2, 5 and 6 as that's what the encoder
1114
supports
1115
* Updated the README file
1116
1117
1118
-------------------------------------------------------------------
1119
Wed Nov 09 07:00:00 UTC 2016 - neutrino8@opensuse.org
1120
1121
- Update to version 2.9.7
1122
* Renamed config var CON to CONFMT. Updates config file version
1123
to 29
1124
* Reduced some duplication in the audio codec checks for the
1125
container formats
1126
* Reduced some error message duplication when checking if an
1127
additional container supports an audio codec
1128
* Rework to the additional container selection code
1129
* Added color functions for the additional container conversion
1130
* Added back support for the MOV container
1131
1132
-------------------------------------------------------------------
1133
Tue Nov 08 10:10:00 UTC 2016 - neutrino8@opensuse.org
1134
1135
- Update to version 2.9.6
1136
* Added support for encoding to TrueHD audio. Requires a very
1137
recent ffmpeg version, preferably latest from git
1138
* Some small improvements to the additional container output
1139
* Moved the video_deinterlace_func() function inside the actual
1140
deinterlace code
1141
* Update to the README file
1142
* Update to the man page
1143
1144
-------------------------------------------------------------------
1145
Mon Nov 07 16:25:00 UTC 2016 - neutrino8@opensuse.org
1146
1147
- Update to version 2.9.5
1148
* Cosmetics in the code for deinterlacing
1149
* Instead of skipping FPS conversion if the FPS can't be detected,
1150
ask the user to provide it
1151
* Use single brackets instead of double ones in the nosound
1152
setup code
1153
* Added license snippet at the top of the script
1154
* Added support for outputting to additional container formats
1155
* Do some checking on supported audio codecs for the supported
1156
containers
1157
* Check specified container and warn and exit if it's not supported
1158
* Support setting the FLAC compression level
1159
* Break out of the if conditionals in the audio code and replace
1160
them with two case statements
1161
* Update to the README file
1162
1163
-------------------------------------------------------------------
1164
Sun Nov 06 09:52:00 UTC 2016 - neutrino8@opensuse.org
1165
1166
- Update to version 2.9.4
1167
* Bugfix: resampling wasn't working for fdk-aac due to missing
1168
value in the case statement
1169
* Check if output file exists and if so, move it to $file.old
1170
* Use test directly instead of an if condition to set the audio
1171
filters
1172
* Support bitrate calculations for target file size when doing
1173
audio copy
1174
* Use fdk* in the case statements for easier typing
1175
* Renamed variable astrm to astream for clarity
1176
* Use [1-2]p in the case statements for passmodes instead of 1p|2p
1177
* New function, video_field_parity_func(), to detect and report the
1178
interlace field order. Used by motion-compensation deinterlacing
1179
and interlaced encoding
1180
* Detect and display audio sample rate in case resampling is chosen
1181
* Improvements to the video_fps_func() function. Get the FPS value
1182
directly instead of outputting to a file and reading it
1183
1184
-------------------------------------------------------------------
1185
Sat Nov 05 10:56:00 UTC 2016 - neutrino8@opensuse.org
1186
1187
- Update to version 2.9.3
1188
* Use a single var, $ofps, to set the output FPS for both
1189
deinterlace bobbing and FPS conversion
1190
* Use new $bob var to indicate that we do bobbing and use that
1191
var to disable FPS conversion
1192
* Renamed $fp var in video_deinterlace_func() to $fpar
1193
* Print a warning message that FPS conversion gets disabled if
1194
the user chooses audio copy
1195
* Added support for the FDK-AAC audio codec. Requires ffmpeg
1196
to be compiled with libfdk-aac support
1197
* Support FPS conversion with the 'fps' filter
1198
* Some minor code optimizations
1199
1200
-------------------------------------------------------------------
1201
Fri Nov 04 10:43:00 UTC 2016 - neutrino8@opensuse.org
1202
1203
- Update to version 2.9.2
1204
* Bugfix: the scale variable was used twice for different things
1205
causing an overwrite of the scale filter parameters, which
1206
eventually results in ffmpeg complaining and exiting
1207
* Added support for NTSC <-> NTSC and NTSC <-> PAL frame rate
1208
conversions
1209
* New var in config file, VID_FPS_CONVERT, to enable/disable
1210
FPS conversion. Bumps up config file version to 28
1211
* Moved the FPS detection code into its own function so it can
1212
be easily reused
1213
* Minor cosmetics
1214
* Updated the README file
1215
1216
-------------------------------------------------------------------
1217
Thu Nov 03 15:29:00 UTC 2016 - neutrino8@gmail.com
1218
1219
- Update to version 2.9.1
1220
* Added support for interlace-aware encoding
1221
* Added support for the spp, uspp and pp7 deblockers
1222
* Support asking for software scaler during exec time
1223
* Added new SCALE var to the config file to enable/disable
1224
support for software scaling. Bumps up the config file
1225
version to 27
1226
* Do a test write to see if output directory is writable by
1227
the script executing user
1228
* Updated the README file
1229
1230
-------------------------------------------------------------------
1231
Wed Nov 02 19:40:00 UTC 2016 - neutrino8@gmail.com
1232
1233
- Update to version 2.9.0
1234
* Added support for motion compensation deinterlacing for both
1235
deinterlacing at original FPS and bobbing
1236
* Use denoise var instead of denoiser for the denoise filters
1237
and rotate var instead of transpose for the transpose filter
1238
* Added support for deblocking with the fspp filter. This bumps
1239
up the config file version to 26
1240
* Update to the README file
1241
1242
-------------------------------------------------------------------
1243
Tue Nov 01 00:35:00 UTC 2016 - neutrino8@gmail.com
1244
1245
- Update to version 2.8.9
1246
* Added support for bobbing (deinterlace at double FPS)
1247
* Cosmetics: add menu header to the Color Primaries option
1248
1249
-------------------------------------------------------------------
1250
Tue Oct 18 20:26:00 UTC 2016 - neutrino8@gmail.com
1251
1252
- Add changes file
1253