-
* Implemented a simple telecine detector for NTSC DVDs. Currently it's a dumb solution which can't distinguish between hard telecine and interlacing but it's enough to detect soft telecine and mixed progressive/telecine content which is more common
* Simplified the FPS detection code
* Sed a comma at the end of resolution detection in case we're dealing with TS files. The default TS demuxer in...
2009-11-17 20:36:08 UTC in divxenc
-
microbooster made 2 file-release changes.
2009-11-17 20:36:02 UTC in divxenc
-
* Implemented a simple telecine detector for NTSC DVDs. Currently it's a dumb solution which can't distinguish between hard telecine and interlacing but it's enough to detect soft telecine and mixed progressive/telecine content which is more common
* Simplified the FPS detection code
* Sed a comma at the end of resolution detection in case we're dealing with TS files. The default TS demuxer in...
2009-11-17 20:34:37 UTC in xvidenc
-
microbooster made 2 file-release changes.
2009-11-17 20:34:06 UTC in xvidenc
-
* Implemented a simple telecine detector for NTSC DVDs. Currently it's a dumb solution which can't distinguish between hard telecine and interlacing but it's enough to detect soft telecine and mixed progressive/telecine content which is more common
* Simplified the FPS detection code
* Update to all presets: added new weightp x264 option. This requires latest x264 revision from git
* Updated...
2009-11-09 10:30:49 UTC in h264enc
-
microbooster made 2 file-release changes.
2009-11-09 10:29:10 UTC in h264enc
-
* Replaced a few if conditionals with case statements in the neroaac_audio_func() function
* Sed a comma at the end of resolution detection in case we're dealing with TS files. The default TS demuxer in MPlayer has a comma at the end of the resolution info which results in errorneous behavior in the bc calculation
* Simplified the resolution detection code
* Some small cleanups.
2009-11-04 07:47:14 UTC in h264enc
-
microbooster made 2 file-release changes.
2009-11-04 07:47:02 UTC in h264enc
-
microbooster made 1 file-release changes.
2009-10-24 12:49:01 UTC in divxenc
-
* Added new function video_subtitles_align_func() for subtitle alignment control
* Simplified a bit the audio exporting code for the first track
* Force stereo audio for Nero HE-AACv2 as it doesn't support anything else, thus it results in failure if user tries to encode with more than two channels. This updates the audio_channels_func() function and also adds a small new independent one...
2009-10-24 12:48:31 UTC in divxenc