File ffhevc.changes of Package ffhevc (Revision 90)
Currently displaying revision 90 , Show latest
740
1
-------------------------------------------------------------------
2
Thu Feb 22 10:40:00 UTC 2018 - neutrino8@opensuse.org
3
4
- Update to version 3.5.9
5
* Support per-file HDR side data when running in batch mode
6
* Minor code optimizations
7
8
-------------------------------------------------------------------
9
Sat Feb 17 11:52:00 UTC 2018 - neutrino8@opensuse.org
10
11
- Update to version 3.5.8
12
* Fixed an issue where in some cases write-testing the output
13
directory will fail due usage of readlink -f instead of
14
readlink -m
15
* Small code optimizations
16
17
-------------------------------------------------------------------
18
Fri Feb 16 21:00:00 UTC 2018 - neutrino8@opensuse.org
19
20
- Update to version 3.5.7
21
* Implemented HDR side data scanning
22
* Rewrote the hdr script
23
24
-------------------------------------------------------------------
25
Fri Feb 16 10:31:00 UTC 2018 - neutrino8@opensuse.org
26
27
- Update to version 3.5.6
28
* Replace an ffprobe log level occurance of -v error to -v quiet
29
* Added a small script called "hdr" to get HDR values from a file
30
which then can be used in ffhevc's HDR options menu
31
32
-------------------------------------------------------------------
33
Wed Feb 07 04:15:00 UTC 2018 - neutrino8@opensuse.org
34
35
- Update to version 3.5.5
36
* Update transfer chars to support latest changes to zimg from git
37
38
-------------------------------------------------------------------
39
Mon Jan 08 19:45:00 UTC 2018 - neutrino8@opensuse.org
40
41
- Update to version 3.5.4
42
* Fixed a possible devision by 0 that may occur when one copies
43
audio and the bitrate for metadata is reported as N/A by ffprobe
44
45
-------------------------------------------------------------------
46
Sat Jan 06 00:18:00 UTC 2018 - neutrino8@opensuse.org
47
48
- Update to version 3.5.3
49
* Moved the eq filter to almost the end of the video filter chain
50
as it can lead to banding in certain cases in case the filter
51
is in front of most other ones
52
* If the eq filter is used, also insert the format one after it
53
if a pixel format has been chosen
54
55
-------------------------------------------------------------------
56
Thu Jan 04 20:09:00 UTC 2018 - neutrino8@opensuse.org
57
58
- Update to version 3.5.2
59
* Support tweaking the tonemap algorithms for HDR to SDR conversion
60
* Increased default desat tonemap value from 2.3 to 4.2
61
* Support applying color saturation correction when doing an HDR
62
to SDR conversion
63
* Added bt2020-12 to the list of transfers when doing color
64
characteristics copy
65
* Updated the HDR_to_SDR_instructions.txt file
66
67
-------------------------------------------------------------------
68
Wed Jan 03 08:29:00 UTC 2018 - neutrino8@opensuse.org
69
70
- Update to version 3.5.1
71
* Don't hardcode the desaturation strength of the tonemap filter
72
but let is be an option
73
* Removed the matrix and primaries options in the zscale filter
74
as it leads to over-saturation of colors
75
76
-------------------------------------------------------------------
77
Tue Jan 02 12:03:00 UTC 2018 - neutrino8@opensuse.org
78
79
- Update to version 3.5.0
80
* Disabled audio metadata for batch mode when using audio copy,
81
until I figure out how to do it in a decent way
82
* Removed default software scaler parameters for bicubic/spline
83
They are already the default in FFmpeg so no need to force
84
them
85
* Use a case statement instead of if condition in option 0 of
86
the video_hdr_to_sdr_func() function
87
88
-------------------------------------------------------------------
89
Mon Jan 01 23:03:00 UTC 2018 - neutrino8@opensuse.org
90
91
- Update to version 3.4.9
92
* Set proper zscale transfer value in the video_hdr_to_sdr_func()
93
function, option 0 (copy color characteristics)
94
* Use a desat value of 2.5 for the tonemap filter when doing HDR
95
to SDR conversions
96
* Don't use pix_fmts in the format filter. It is not really needed
97
* Removed 12-bit options from the video_pixfmt_func() function
98
* Cosmetics
99
100
-------------------------------------------------------------------
101
Mon Jan 01 10:18:00 UTC 2018 - neutrino8@opensuse.org
102
103
- Update to version 3.4.8
104
* Reworked the video_chars_func() function and added reporting
105
of video bit depth
106
* Initial support for audio codec metadata when doing audio
107
copy
108
* Increased default E-AC-3 audio bitrate from 768 to 960 kbps
109
* Set dialnorm for AC-3/E-AC-3 to its FFmpeg default (-31)
110
* Added HDR_to_SDR_instructions.txt file to the package
111
* Cosmetics
112
113
-------------------------------------------------------------------
114
Wed Dec 27 11:37:00 UTC 2017 - neutrino8@opensuse.org
115
116
- Update to version 3.4.7
117
* Renamed array variable CHARS to VCHARS in the video_chars_func()
118
function
119
* Report pixel format in the video_chars_func() function
120
* Don't show HDR options if doing an HDR to SDR conversion
121
* Use -v quiet instead of -v error log level for ffprobe
122
* Cosmetics
123
124
-------------------------------------------------------------------
125
Mon Dec 25 10:36:00 UTC 2017 - neutrino8@opensuse.org
126
127
- Update to version 3.4.6
128
* Initial support for HDR to SDR conversions. Requires
129
FFmpeg to be compiled with the zimg library as it
130
needs the zscale filter
131
https://github.com/sekrit-twc/zimg
132
133
-------------------------------------------------------------------
134
Tue Nov 28 18:35:00 UTC 2017 - neutrino8@opensuse.org
135
136
- Update to version 3.4.5
137
* Disable Open GOP and enable header repeating when HDR
138
options are enabled like master display and max-cll
139
140
-------------------------------------------------------------------
141
Fri Nov 17 16:43:00 UTC 2017 - neutrino8@opensuse.org
142
143
- Update to version 3.4.4
144
* Update transfer characteristics: smpte-st-2084 -> smpte2084.
145
Requires latest x265
146
147
-------------------------------------------------------------------
148
Sun Oct 22 17:37:00 UTC 2017 - neutrino8@opensuse.org
149
150
- Update to version 3.4.3
151
* Support dialog level normalization for AC3/EAC3 audio
152
153
-------------------------------------------------------------------
154
Fri Sep 29 15:45:00 UTC 2017 - neutrino8@opensuse.org
155
156
- Update to version 3.4.2
157
* Support setting the output video aspect ratio
158
159
-------------------------------------------------------------------
160
Wed Aug 23 09:53:00 UTC 2017 - neutrino8@opensuse.org
161
162
- Update to version 3.4.1
163
* Support full chroma input for the software scaler
164
165
-------------------------------------------------------------------
166
Fri Jul 21 13:52:00 UTC 2017 - neutrino8@opensuse.org
167
168
- Add realpath to the CHDIR var for batch mode
169
170
-------------------------------------------------------------------
171
Thu Jul 20 18:49:00 UTC 2017 - neutrino8@opensuse.org
172
173
- Update to version 3.4.0
174
* Bugfix: use realpath instead of readlink for the OUTPUT
175
var when running in batch mode. Fixes the issue where
176
readlink will follow the full path in case the input
177
is a symlink which may result of encoding files we
178
were not asked to
179
* Don't print cropped resolution during runtime
180
if batch mode is selected
181
* Remove check for realpath. It is now required and not
182
optional
183
184
-------------------------------------------------------------------
185
Tue Jul 11 11:39:00 UTC 2017 - neutrino8@opensuse.org
186
187
- Update to version 3.3.9
188
* Support setting the min/max keyframe/IDR intervals
189
190
-------------------------------------------------------------------
191
Wed Jun 14 12:15:00 UTC 2017 - neutrino8@opensuse.org
192
193
- Update to version 3.3.8
194
* Make software scaler tweaking optional
195
* Added support for the unsharp filter for sharpen/blur
196
* Use a colon symbol as separation for input/output color range
197
in the video_colorspace_func() function as to be consistent
198
with the other options. Also set the default to tv:tv
199
200
-------------------------------------------------------------------
201
Tue Jun 13 00:02:00 UTC 2017 - neutrino8@opensuse.org
202
203
- Update to version 3.3.7
204
* Bugfix in the video_colorspace_func() function. Wrong value
205
used for the ispace option of the filter. Must be bt2020ncl
206
instead of just bt2020
207
208
-------------------------------------------------------------------
209
Sun Jun 11 10:06:00 UTC 2017 - neutrino8@opensuse.org
210
211
- Update to version 3.3.6
212
* Bugfix: master-display option must be enclosed in quotes to not
213
confuse Bash
214
215
-------------------------------------------------------------------
216
Sat Jun 10 07:55:00 UTC 2017 - neutrino8@opensuse.org
217
218
- Update to version 3.3.5
219
* Replace numbers in array variable char of the video_chars_func()
220
function with the ones from the for loop
221
* Pipe the ffprobe string to tail -1 to work around issues
222
with some problematic files
223
* Some small improvements to the video_colorspace_func() function
224
225
-------------------------------------------------------------------
226
Fri Jun 09 08:50:00 UTC 2017 - neutrino8@opensuse.org
227
228
- Update to version 3.3.4
229
* New function, video_chars_func(), to detect and display video
230
characteristics like color range/space/transfer/primaries
231
* Detect and display video resolution if video scaling is enabled
232
* Detect and display pixel format
233
234
-------------------------------------------------------------------
235
Thu Jun 08 14:51:00 UTC 2017 - neutrino8@opensuse.org
236
237
- Update to version 3.3.3
238
* Report software scaler set in the config file
239
* Merge the bicubic and spline scaler tuning code
240
* Mention for the Lanczos scaler that the scaler
241
tuning value is the filter length and not sharpness
242
243
-------------------------------------------------------------------
244
Mon Jun 05 03:55:00 UTC 2017 - neutrino8@opensuse.org
245
246
- Update to version 3.3.2
247
* Remove redundant software scaler warning and exit in
248
the sws_func() function for the config file
249
* Added support for the experimental software scaler
250
* Lower psy-rdoq from 2.5 to 1.5 and psy-rd from 2.5 to
251
2.0 to eliminate ringing artifacts
252
* No need to enclose the values of max-cll in quotes
253
* Removed additional encoder info on max audio channels support
254
* Added support for software scaler tuning where applicable
255
* Added example JSON file for Dynamic HDR10+ to the package
256
* Updated the Makefile
257
258
-------------------------------------------------------------------
259
Sun Jun 04 21:45:00 UTC 2017 - neutrino8@opensuse.org
260
261
- Update to version 3.3.1
262
* Further optimizations to the default encoding options
263
* Match software scaler options in config file with the
264
ones inside the script. $SCALER in config file now
265
takes a value between 0 and 9
266
* Do some basic checking of scaler option when it's set
267
in the config file
268
269
-------------------------------------------------------------------
270
Thu Jun 01 12:06:00 UTC 2017 - neutrino8@opensuse.org
271
272
- Update to version 3.3.0
273
* Simplify the scale variable a bit
274
* Support SMPTE170M colorspace conversion
275
* Support SMPTE170M for color primaries/matrices/transfers
276
277
-------------------------------------------------------------------
278
Tue May 30 11:35:00 UTC 2017 - neutrino8@opensuse.org
279
280
- Update to version 3.2.9
281
* Bugfix: use an if conditional to set hdr-opt option
282
* Increase default CRF value to 21
283
* Tune the default encoding parameters
284
285
-------------------------------------------------------------------
286
Mon May 29 08:05:00 UTC 2017 - neutrino8@opensuse.org
287
288
- Update to version 3.2.8
289
* Added support for Dynamic HDR10+ JSON files. Requires libx265
290
to be compiled with Dynamic HDR10+ support
291
292
-------------------------------------------------------------------
293
Tue May 16 08:57:00 UTC 2017 - neutrino8@opensuse.org
294
295
- Update to version 3.2.7
296
* Added support for FFmpeg's internal Opus audio encoder
297
298
-------------------------------------------------------------------
299
Sun May 14 09:36:00 UTC 2017 - neutrino8@opensuse.org
300
301
- Update to version 3.2.6
302
* Bugfix in the software scale code. Use an if conditional
303
to check for an y/n answer
304
305
-------------------------------------------------------------------
306
Sat May 13 18:04:00 UTC 2017 - neutrino8@opensuse.org
307
308
- Update to version 3.2.5
309
* Support accurate rounding for the software scalers
310
* Support full chroma interpolation for the software scalers
311
* Use the flags option of the scale option instead of -sws_flags
312
to set scaler and its options
313
314
-------------------------------------------------------------------
315
Mon Apr 03 19:04:00 UTC 2017 - neutrino8@opensuse.org
316
317
- Update to version 3.2.4
318
* Support setting the input/output color range
319
320
-------------------------------------------------------------------
321
Tue Mar 28 19:04:00 UTC 2017 - neutrino8@opensuse.org
322
323
- Update to version 3.2.3
324
* Update to the default encoding options
325
326
-------------------------------------------------------------------
327
Sat Mar 18 22:00:00 UTC 2017 - neutrino8@opensuse.org
328
329
- Update to version 3.2.2
330
* Update colorspace entry for NTSC video
331
* Fixed bug in the video_colorspace_func() values
332
333
-------------------------------------------------------------------
334
Mon Mar 06 21:30:00 UTC 2017 - neutrino8@opensuse.org
335
336
- Update to version 3.2.1
337
* Update audio compression level values
338
* Initial support for HDR VUI signaling
339
340
-------------------------------------------------------------------
341
Wed Feb 22 15:05:00 UTC 2017 - neutrino8@opensuse.org
342
343
- Update to version 3.2.0
344
* Support high FPS -> low FPS conversions
345
* Bugfix: missing options in FPS conversion menu
346
347
-------------------------------------------------------------------
348
Mon Feb 06 20:43:00 UTC 2017 - neutrino8@opensuse.org
349
350
- Update to version 3.1.9
351
* Support the framestep filter for FPS conversion
352
* Support halving the frame rate. Only supported for
353
50/59.940/60 FPS input
354
355
-------------------------------------------------------------------
356
Wed Jan 25 12:00:00 UTC 2017 - neutrino8@opensuse.org
357
358
- Update to version 3.1.8
359
* Small improvement: add "Track $i:" to the question for
360
audio channel layout
361
362
-------------------------------------------------------------------
363
Tue Jan 24 16:20:00 UTC 2017 - neutrino8@opensuse.org
364
365
- Update to version 3.1.7
366
* Removed one of the OUTPUT variables for batch mode. It is
367
no longer needed
368
* Rewrote the audio channel layout code. It is now based on
369
per-codec encoder support
370
* Repositioned the audio channel checking code
371
372
-------------------------------------------------------------------
373
Fri Jan 20 13:37:00 UTC 2017 - neutrino8@opensuse.org
374
375
- Update to version 3.1.6
376
* Fixed a small issue in the output for batch mode
377
378
-------------------------------------------------------------------
379
Wed Jan 18 14:05:00 UTC 2017 - neutrino8@opensuse.org
380
381
- Update to version 3.1.5
382
* Check channel amount for the libfdk_aac encoder and warn and
383
exit on 7 channels as it doesn't support it
384
* Use range=tv instead of range=mpeg for the color conversion
385
filter
386
* Bugfix: return value of variable autocrop wasn't checked
387
when running in batch mode resulting in always cropping
388
the input files
389
* Bugfix in the $OUTPUT variable when running in batch mode
390
* Removed readlink from the batch mode variables as it's no
391
longer needed
392
393
-------------------------------------------------------------------
394
Sun Jan 15 11:44:00 UTC 2017 - neutrino8@opensuse.org
395
396
- Update to version 3.1.4
397
* Support ALAC audio encoding
398
* Some small improvements to the audio code
399
* A few variable renamings, mostly in the case statements
400
401
-------------------------------------------------------------------
402
Fri Jan 13 11:43:00 UTC 2017 - neutrino8@opensuse.org
403
404
- Update to version 3.1.3
405
* Support 50 <-> 60/59.940 FPS conversions
406
* Use upper-case words for the color primaries/transfers/matrices
407
and pixel formats
408
* Support 4.0 audio channel layout in addition to Quad
409
410
-------------------------------------------------------------------
411
Thu Jan 12 00:26:00 UTC 2017 - neutrino8@opensuse.org
412
413
- Update to version 3.1.2
414
* Added support for pixel format conversion
415
* Added support for colorspace conversion
416
417
-------------------------------------------------------------------
418
Mon Jan 09 12:45:00 UTC 2017 - neutrino8@opensuse.org
419
420
- Update to version 3.1.1
421
* Fix a possible issue when detecting the FPS value that occurs
422
with some files
423
* Expand directory path internally instead of exporting the
424
dirname command to the file that gets sourced for encoding
425
* Use 'bc' for calculating the detected FPS value
426
* Only use fractions internally for FPS values. The user should
427
be presented with the floating point value
428
429
-------------------------------------------------------------------
430
Sun Jan 08 11:24:00 UTC 2017 - neutrino8@opensuse.org
431
432
- Update to version 3.1.0
433
* Support SMPTE-2084 transfer characteristics
434
* Placed the video post-processing filters in their own sub-menu
435
* Some small changes to the FPS conversion code
436
437
-------------------------------------------------------------------
438
Fri Jan 06 10:53:00 UTC 2017 - neutrino8@opensuse.org
439
440
- Update to version 3.0.9
441
* Bugfix: default output directory wasn't made when running
442
in batch mode
443
* Display found per-file crop values when running in batch mode
444
445
-------------------------------------------------------------------
446
Thu Jan 05 11:35:00 UTC 2017 - neutrino8@opensuse.org
447
448
- Update to version 3.0.8
449
* Support per-file auto-cropping when running in batch mode
450
* Use internally full paths for input and output
451
* Add a test case for output directory to the script that gets
452
sourced for encoding
453
454
-------------------------------------------------------------------
455
Wed Jan 04 13:02:00 UTC 2017 - neutrino8@opensuse.org
456
457
- Update to version 3.0.7
458
* Use readlink to get the full path to the cover art image. Fixes
459
an issue when running in batch mode
460
461
-------------------------------------------------------------------
462
Fri Dec 02 14:42:00 UTC 2016 - neutrino8@opensuse.org
463
464
- Update to version 3.0.6
465
* Merged the output code for the batch mode with that for single
466
file input
467
* Fixed an issue where remuxing to MP4 may fail in case the user
468
chooses FLAC audio
469
* Renamed variable $extracon to $remuxcon and $econ to $rcon
470
* Made strict option "global" so I won't have to worry about
471
adding experimental audio codecs support in the future
472
* Clean ups to the FPS conversion menu
473
474
-------------------------------------------------------------------
475
Wed Nov 23 15:20:00 UTC 2016 - neutrino8@opensuse.org
476
477
- Update to version 3.0.5
478
* Added support for FLAC audio in MP4. Requires a very recent
479
ffmpeg version
480
* Added the $strict variable to the remuxing code
481
* Use the improved way of gathering info for the audio sample
482
rate detection
483
* Added the ability to flag the first internal or external
484
subtitle as default, when using the option for internal and
485
external subtitle copying
486
* Added support for LD-AAC audio encoding with libfdk-aac
487
* Removed stderr to stdout redirection (2>&1) for some of the
488
ffprobe lines. It is no longer needed
489
490
-------------------------------------------------------------------
491
Sun Nov 20 16:44:00 UTC 2016 - neutrino8@opensuse.org
492
493
- Correct a small issue in the cropping code
494
- Update the Makefile
495
496
-------------------------------------------------------------------
497
Sun Nov 20 14:02:00 UTC 2016 - neutrino8@opensuse.org
498
499
- Update to version 3.0.4
500
* Moved checks for supported containers into its own function,
501
check_container_func()
502
* Improvements to gathering information about the input file.
503
Saves us piping to sed and in some cases piping to awk and tail
504
* Removed the NOSOUND option since the user can specify 0 for
505
amount of audio tracks which equals to encoding with the NOSOUND
506
option
507
* Placed both subcopy and subcpy variables into a single subparams
508
variable. This also removes the NOSUBS variable
509
* Placed the video length detection code into its own function,
510
video_length_func(), as it is used in two places so we can
511
save writing the same stuff twice
512
* Instead of skipping bitrate calc for target file size in case
513
we can't detect the video length, ask the user to provide it
514
* Removed install script and added a Makefile for installation
515
* Added new INSTALL file with install/uninstall instructions
516
517
-------------------------------------------------------------------
518
Fri Nov 18 01:35:00 UTC 2016 - neutrino8@opensuse.org
519
520
- Update to version 3.0.3
521
* Use process number instead of .old when renaming existing files
522
* Added support for detelecining (IVTC). Bumps up config file
523
version to 33
524
* Minor improvements to the cropping code
525
526
-------------------------------------------------------------------
527
Wed Nov 16 09:18:00 UTC 2016 - neutrino8@opensuse.org
528
529
- Update to version 3.0.2
530
* Added support for 3-pass encoding
531
* Added support for setting a default audio codec in the config
532
file. Bumps up config file version to 32
533
* Moved setting the video bitrate before the video filters
534
* More variables renamings and other small code tweaks
535
* Do some checking on duplicate entries when using additional
536
containers and warn and exit
537
* Updated the man page
538
539
-------------------------------------------------------------------
540
Mon Nov 14 09:18:00 UTC 2016 - neutrino8@opensuse.org
541
542
- Update to version 3.0.1
543
* Set default amount of subtitles to 1 instead of exiting when no
544
value is given
545
* Allow the user to choose the amount of audio tracks he wants at
546
run time instead of requiring it to be set in the config file.
547
This removes config file var MAX_AUD_TRACKS and bumps up version
548
to 31
549
* Renamed array variables audmapval and submapval to audindex and
550
subindex since we're not mapping but specifying the audio/sub
551
index id with these vars
552
* Fixed a possible case where audio params weren't cleared in
553
case the nosound option was chosen
554
* Removed an if conditional checking for MAX_SUBS which no longer
555
is used
556
557
-------------------------------------------------------------------
558
Sun Nov 13 11:36:00 UTC 2016 - neutrino8@opensuse.org
559
560
- Update to version 3.0.0
561
* Added support for batch encoding mode, to be activated with the
562
new -b option. It's used to encode directories with video files
563
* Renamed variable $mode to $encmode for clarity
564
* Reworked the input/output code
565
* Disabled strong-intra-smoothing in the default x265 options
566
in the config file
567
* Instead of relying on a config var to set the subtitles amount
568
to support, ask the user each time to provide it. Makes the
569
code less complex and easier to extend in the future. Bumps up
570
config file version to 30
571
* Check if the X265PARAMS var is missing from config in case we're
572
not using an x265 preset
573
* Updated the man page
574
575
-------------------------------------------------------------------
576
Sat Nov 12 10:48:00 UTC 2016 - neutrino8@opensuse.org
577
578
- Update to version 2.9.9
579
* Added support for importing external srt/ssa subtitles for the
580
mkv, m2ts, mts and ts containers
581
* Moved the subtitle code into its own video_subtitles_func()
582
function
583
* Added support for simultaneously copying subtitles from the
584
input file and copying external ones
585
* Renamed variable SUBT to SUBNR for clarity
586
* Updated the README file and man page
587
588
-------------------------------------------------------------------
589
Thu Nov 10 21:15:00 UTC 2016 - neutrino8@opensuse.org
590
591
- Update to version 2.9.8
592
* Check if name of input file matches that of output file and warn
593
and exit. Requires the realpath utility
594
* Added support for the m2ts, mts and ts containers
595
* Merged the code that checks if an audio codec is supported by a
596
container with that that checks for additional output containers.
597
Removes code duplication and maintainability
598
* Update to the audio sample rates. Sync them with
599
ffmpeg -h encoder=<encoder>
600
* Restrict TrueHD channels to 2, 5 and 6 as that's what the encoder
601
supports
602
* Updated the README file
603
604
605
-------------------------------------------------------------------
606
Wed Nov 09 07:00:00 UTC 2016 - neutrino8@opensuse.org
607
608
- Update to version 2.9.7
609
* Renamed config var CON to CONFMT. Updates config file version
610
to 29
611
* Reduced some duplication in the audio codec checks for the
612
container formats
613
* Reduced some error message duplication when checking if an
614
additional container supports an audio codec
615
* Rework to the additional container selection code
616
* Added color functions for the additional container conversion
617
* Added back support for the MOV container
618
619
-------------------------------------------------------------------
620
Tue Nov 08 10:10:00 UTC 2016 - neutrino8@opensuse.org
621
622
- Update to version 2.9.6
623
* Added support for encoding to TrueHD audio. Requires a very
624
recent ffmpeg version, preferably latest from git
625
* Some small improvements to the additional container output
626
* Moved the video_deinterlace_func() function inside the actual
627
deinterlace code
628
* Update to the README file
629
* Update to the man page
630
631
-------------------------------------------------------------------
632
Mon Nov 07 16:25:00 UTC 2016 - neutrino8@opensuse.org
633
634
- Update to version 2.9.5
635
* Cosmetics in the code for deinterlacing
636
* Instead of skipping FPS conversion if the FPS can't be detected,
637
ask the user to provide it
638
* Use single brackets instead of double ones in the nosound
639
setup code
640
* Added license snippet at the top of the script
641
* Added support for outputting to additional container formats
642
* Do some checking on supported audio codecs for the supported
643
containers
644
* Check specified container and warn and exit if it's not supported
645
* Support setting the FLAC compression level
646
* Break out of the if conditionals in the audio code and replace
647
them with two case statements
648
* Update to the README file
649
650
-------------------------------------------------------------------
651
Sun Nov 06 09:52:00 UTC 2016 - neutrino8@opensuse.org
652
653
- Update to version 2.9.4
654
* Bugfix: resampling wasn't working for fdk-aac due to missing
655
value in the case statement
656
* Check if output file exists and if so, move it to $file.old
657
* Use test directly instead of an if condition to set the audio
658
filters
659
* Support bitrate calculations for target file size when doing
660
audio copy
661
* Use fdk* in the case statements for easier typing
662
* Renamed variable astrm to astream for clarity
663
* Use [1-2]p in the case statements for passmodes instead of 1p|2p
664
* New function, video_field_parity_func(), to detect and report the
665
interlace field order. Used by motion-compensation deinterlacing
666
and interlaced encoding
667
* Detect and display audio sample rate in case resampling is chosen
668
* Improvements to the video_fps_func() function. Get the FPS value
669
directly instead of outputting to a file and reading it
670
671
-------------------------------------------------------------------
672
Sat Nov 05 10:56:00 UTC 2016 - neutrino8@opensuse.org
673
674
- Update to version 2.9.3
675
* Use a single var, $ofps, to set the output FPS for both
676
deinterlace bobbing and FPS conversion
677
* Use new $bob var to indicate that we do bobbing and use that
678
var to disable FPS conversion
679
* Renamed $fp var in video_deinterlace_func() to $fpar
680
* Print a warning message that FPS conversion gets disabled if
681
the user chooses audio copy
682
* Added support for the FDK-AAC audio codec. Requires ffmpeg
683
to be compiled with libfdk-aac support
684
* Support FPS conversion with the 'fps' filter
685
* Some minor code optimizations
686
687
-------------------------------------------------------------------
688
Fri Nov 04 10:43:00 UTC 2016 - neutrino8@opensuse.org
689
690
- Update to version 2.9.2
691
* Bugfix: the scale variable was used twice for different things
692
causing an overwrite of the scale filter parameters, which
693
eventually results in ffmpeg complaining and exiting
694
* Added support for NTSC <-> NTSC and NTSC <-> PAL frame rate
695
conversions
696
* New var in config file, VID_FPS_CONVERT, to enable/disable
697
FPS conversion. Bumps up config file version to 28
698
* Moved the FPS detection code into its own function so it can
699
be easily reused
700
* Minor cosmetics
701
* Updated the README file
702
703
-------------------------------------------------------------------
704
Thu Nov 03 15:29:00 UTC 2016 - neutrino8@gmail.com
705
706
- Update to version 2.9.1
707
* Added support for interlace-aware encoding
708
* Added support for the spp, uspp and pp7 deblockers
709
* Support asking for software scaler during exec time
710
* Added new SCALE var to the config file to enable/disable
711
support for software scaling. Bumps up the config file
712
version to 27
713
* Do a test write to see if output directory is writable by
714
the script executing user
715
* Updated the README file
716
717
-------------------------------------------------------------------
718
Wed Nov 02 19:40:00 UTC 2016 - neutrino8@gmail.com
719
720
- Update to version 2.9.0
721
* Added support for motion compensation deinterlacing for both
722
deinterlacing at original FPS and bobbing
723
* Use denoise var instead of denoiser for the denoise filters
724
and rotate var instead of transpose for the transpose filter
725
* Added support for deblocking with the fspp filter. This bumps
726
up the config file version to 26
727
* Update to the README file
728
729
-------------------------------------------------------------------
730
Tue Nov 01 00:35:00 UTC 2016 - neutrino8@gmail.com
731
732
- Update to version 2.8.9
733
* Added support for bobbing (deinterlace at double FPS)
734
* Cosmetics: add menu header to the Color Primaries option
735
736
-------------------------------------------------------------------
737
Tue Oct 18 20:26:00 UTC 2016 - neutrino8@gmail.com
738
739
- Add changes file
740