github jeanslack/FFcuesplitter v1.0.26
FFcuesplitter 1.0.26

latest releases: v1.0.31, v1.0.30, v1.0.29...
3 months ago

What's Changed

  • Fix #40 `ffcuesplitter.log incomplete when there are multiple .cue files in the same directory.
  • Update copyleft Year.
  • Fix #37 FFcuesplitter: error: argument --ffmpeg-add-params: expected one argument. Updated help for ffmpeg-add-params parameter using the command line.
  • Due to known issue in FFmpeg with cutting FLAC files, the copy option has been removed from the -f, --output-format parser argument to splitting FLAC files without re-encoding. To force this behavior, e.g. the source file is not in FLAC format, use the --ffmpeg-add-params argument and add -c copy parameter to split files without re-encoding, for instance: --ffmpeg-add-params='-c copy'. This partially fix #37 too.
  • Changed --format-type flag argument to --output-format argument using command line argparser, output_format using Python.
  • New feature, added -del flag to remove original files on split operations #38 .
  • Improved the writing of track titles to files preserving the original titles to be used for metadata (Tag). This would lead to increased portability of files on any file system of any OS.
  • Documentation and wiki pages updated with new additions and changes.
  • Changed -metadata to metadata:s:a:0 and added -map 0 trying to fix issue #30 .
  • Drop support for Python 3.8 (EOL).

Don't miss a new FFcuesplitter release

NewReleases is sending notifications on new releases.