Hi,
Here are the updated beta versions of any2vob and any2dvd ->
http://mightylegends.org/downloads/any2vob-0.36_beta.sh
http://mightylegends.org/downloads/any2dvd-0.36_beta.sh
Changelogs follow:
any2vob-0.36
- Altered top from #!/bin/sh to read #!/bin/bash to cater for distributions not using bash as the standard shell
- Fixed 'df' disk space available sometimes extracting info from incorrect field
- Added support for OGM files with audio streams other than OGG
- Added disk space calculation for files specified to be joined with '-j' option
- Alert users to the existence of the logfile if there is a failure
- Tcextract is now used for all AC3 audio stream sources (not just surround) as there is a bug in the decoding
(tcdecode) of high gain/bitrate AC3 streams which leads to heavy distortion in the encoded result, see
http://thread.gmane.org/gmane.comp.video.transcode.user/19448/
One workaround is to use '-n 0x2001' on import so that tcdecode uses liba52 instead of libac3, another
is to bypass tcdecode all together for AC3 streams (which we do)
- Added an ETA for encoding time when using Transcode
- '-j' option now uses Transcode's 'avimerge' to join files that are of type AVI and have identical attributes such as framerate, resolution etc.
- Added handling of interlaced and hard telecined input files mpeg2enc_encode(), rolled the dv_avi() function in with it
- Added 'cp' and 'rm' functions to handle hanging on interactive shell aliases (thanks to Davyd McColl)
- Specify a more forwards/backwards compatible command-line set for 'mplayer -identify ...'
- Re-wrote MPEG Transport Stream (DVB) support, replex dependency removed, now uses a combination of mencoder for the video + ffmpeg for the demux + audio
- Subtitle language support no longer hardcoded, detects language from the stream (eg. Matroska and Ogg Media) and/or asks for user confirmation
- When joining files, subtitling is only supported using an external subtitle file and joining of subtitles is
not supported (must be pre-joined before passing through any2vob)
- Added 8 stream audio limit for generated DVD VOBs (as per DVD spec)
any2dvd-0.36
- Altered top from #!/bin/sh to read #!/bin/bash to cater for distributions not using bash as the standard shell
- Alert users to the existence of the logfile if there is a failure
- Workaround FFmpeg's various states of changing from kbits to bits for video and audio bitrate
- Modify created dvdauthor XML file so that widescreen="nopanscan" is only specified for widescreen material
- Added 'cp' and 'rm' functions to handle hanging on interactive shell aliases (thanks to Davyd McColl)
- Added DVD media detection with prompt for '--burn=yes' when no disc in the drive
- Subtitle language support no longer hardcoded, detects language from the stream (eg. Matroska and Ogg Media) and/or asks for user confirmation
WARNING: This beta version will overwrite the ~/.any2dvdrc config file from previous versions
All feedback welcome.
Cheers,
Rick
|