Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th May 2013, 09:57   #21  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.4
Code:
* Don't clean up in case dvdauthor exits with a status > 0
* Replaced some case statements by if conditionals in the aspect ratio code
* Added support for writing the ISO image to a DVD disc. This updates the config file version to 2 and adds the following variables:
   DEFAULT_DVD_DEVICE, DVD_RW_FORMAT and GROWISOFS
* Renamed NICE_VALUE var in the config file to DEFAULT_NICE_VALUE
* Make file2dvd adaptable based on available programs. If a required program is missing, and that program is not critically needed, disable
   the provided functionality. For example, if dvdauthor is missing, warn and disable creation of a DVD structure and subsequent ISO creation.
   If mkisofs or genisoimage is missing, warn and disable creation of an ISO image and DVD burning capability
* Updated the man page
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 19th May 2013, 11:48   #22  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.5
Code:
* Added support for MP2 audio encoding for PAL encodes
* Detect audio codec if user chooses to copy it. Based on detection, decide if we exit in case the audio codec isn't supported by the DVD standard
* Added option (nosound) to skip audio encoding
* Minor code optimizations
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 20th May 2013, 09:56   #23  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.6
Code:
* Bugfix: in case nosound was selected as audio option, video bitrate couldn't be calculated
* Moved the audio detection code out of the audio copy option
* Detect and display audio channels
* Detect and display video aspect ratio
* Added support for encoding to LPCM audio
* Presets quality optimizations
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 21st May 2013, 10:11   #24  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.7
Code:
* Added support for hard-telecining the encode and convert its frame rate from 23.976 to 29.970fps. Note that this requires the latest ffmpeg
from git as the telecine filter is a very recent addition
* Minor code optimizations
* Bugfix: 384 kbps option was missing for AC3 audio
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 22nd May 2013, 08:08   #25  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.8
Code:
* Set GOP size to 15 for 23.976 fps NTSC
* Added support for the audio volume filter which can be used to increase or decrease the audio volume
* Added support for using MEncoder for encoding. This updates the config file version to 3 and adds the
   following variables: DEFAULT_ENCODER and MENCODER
* Updated the man page
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 23rd May 2013, 11:09   #26  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.9
Code:
* Minor code optimizations to the MEncoder code
* Added support for converting NTSC content to PAL and PAL to NTSC when using MEncoder as encoder
* Added support for the hqdn3d denoise filter
* Added the softskip and harddup filters for MEncoder
* Allow 50 fps and 59.940 fps as input and automatically convert it to supported FPS by DVDs
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 24th May 2013, 07:50   #27  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.0
Code:
* Added support for the owdenoise and dctdnoiz denoise filters for ffmpeg. Requires latest ffmpeg from git
* Added support for the ow denoise filter for MEncoder
* Reduced the video filters code. Now all video filters are placed in one global variable called vidfilters
* Also accept codec names (ac3, mp2,...) in addition to the codec number
* Added support for the mcdeint deinterlacer when using MEncoder as encoder
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 25th May 2013, 09:24   #28  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.1
Code:
* Added a custom MPEG-2 matrix, optimized for low to moderate bitrates (~2000-4000 kbps)
* Bugfix: in case video length must be manually provided when we fail to auto-detect it, video bitrate couldn't be calculated
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 26th May 2013, 10:48   #29  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.2
Code:
* Print calculated video bitrate after user provides target size
* Minor optimizations
* Added support for hard-telecining 23.976fps to PAL when using ffmpeg as encoder
* Added support for enabling/disabling audio and video filters in the config file. This bumps up the version of the config file to 4
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 27th May 2013, 08:03   #30  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.3
Code:
* Added -pix_fmt yuv420p to the ffmpeg options
* Added support for deblocking when using MEncoder as encoder
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 30th May 2013, 16:10   #31  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.4
Code:
* Added three additional quant matrices (KVCD Notch, Bach1, HVS Best)
* Added support for using MPEG-style quantizers. Requires latest ffmpeg from git and mencoder from svn
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 31st May 2013, 07:32   #32  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.5
Code:
* Fix the HVS Best matrix. There was a comma missing before the last value in both intra and inter vars
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 1st June 2013, 22:09   #33  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.6
Code:
* Added one more custom quant matrix, QLB (Quenc Lower Bitrate)
* Added support for the mcdeint deinterlacer when using ffmpeg as encoder. Requires latest ffmpeg from git
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 2nd June 2013, 12:13   #34  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.7
Code:
* Set field order to TFF when telecining with ffmpeg
* Added support for the kerndeint deinterlacer
* Added support for interlacing of 50/59.940 FPS content
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 3rd June 2013, 11:19   #35  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.8
Code:
* Use tinterlace=4 when interlacing with MEncoder
* Added support for the tinterlace filter when using ffmpeg as encoder
* Added support for converting PAL content to NTSC and NTSC to PAL when using ffmpeg as encoder
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 4th June 2013, 11:36   #36  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.9
Code:
* Don't ask for PAL -> NTSC conversion in case user has selected to Hard-Telecine to PAL
* Use the setpts filter together with the fps filter when doing NTSC <-> PAL conversions
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 6th June 2013, 11:28   #37  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 4.0
Code:
* Added support for encoding to DTS audio when using ffmpeg as encoder
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 6th June 2013, 11:41   #38  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
I guess I was too fast to release

ChangeLog for version 4.1
Code:
* Fix audio codecs order
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 7th June 2013, 15:18   #39  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 4.2
Code:
* Add missing and valid bitrates for DTS audio
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Old 8th June 2013, 15:54   #40  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 4.3
Code:
* Detect and display audio sample rate
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is online now   Reply With Quote
Reply

Tags
dvd, ffmpeg, file2dvd, mencoder, mpeg2

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.