chaos chaos
  • England
  • Joined on 2023-09-30
chaos closed issue chaos/musicutil#1 2023-10-20 16:52:36 +01:00
Transcode fails when album art is a video track with odd numbered width/height.
chaos pushed to main at chaos/musicutil 2023-10-20 16:51:35 +01:00
4b6ad42c8b support setting album art codec in transcode configs, set to png for g726 in mkv
chaos commented on issue chaos/musicutil#1 2023-10-20 16:45:27 +01:00
Transcode fails when album art is a video track with odd numbered width/height.

Analyzing the file first isn't required when using jpeg/png as codec but is when using x264 and odd numbered height/width.

chaos pushed to main at chaos/musicutil 2023-10-20 16:25:43 +01:00
5bef3f39fe seperate transcode presets into their own file, add a command to print/dump presets
chaos pushed to main at chaos/musicutil 2023-10-20 15:37:50 +01:00
5b3fcc5062 fix typo in panic string
chaos pushed to main at chaos/musicutil 2023-10-20 15:36:53 +01:00
9a83845831 add feature for toggling replaygain support
chaos pushed to main at chaos/musicutil 2023-10-20 15:31:46 +01:00
96117c2faf extract more info using ffprobe for album art detection
chaos pushed to main at chaos/musicutil 2023-10-19 18:37:35 +01:00
321d89706f fix some indentation on some html
chaos pushed to main at chaos/musicutil 2023-10-19 18:30:19 +01:00
f2c8376684 remove debug print
chaos pushed to main at chaos/musicutil 2023-10-19 18:26:10 +01:00
ea49d106be add threading for analyze on process command, speeds up heavily when only ffprobe available
chaos pushed to main at chaos/musicutil 2023-10-19 17:48:50 +01:00
9ef3aa46bd allow disabling the genhtml command, error if no extractors are enabled
chaos pushed to main at chaos/musicutil 2023-10-19 17:39:54 +01:00
3dcd04a9fb move get-tags/set-tags into "musicutil tags {get,set}" subcommands
chaos pushed to main at chaos/musicutil 2023-10-19 17:28:27 +01:00
d537eb328f move command args into their respective files
chaos pushed to main at chaos/musicutil 2023-10-19 17:22:13 +01:00
2f5f493f9b change default formatting to use tabs instead of spaces
chaos pushed to main at chaos/musicutil 2023-10-19 17:11:42 +01:00
1dc74c2cb0 refactor format handlers to make it easier to tell what extensions and formats are allowed by each
chaos pushed to main at chaos/musicutil 2023-10-19 16:13:37 +01:00
8b70b2b851 rename some cargo features
chaos pushed to main at chaos/musicutil 2023-10-18 15:56:00 +01:00
482dc39fce allow disabling use of certain format handlers
chaos opened issue chaos/musicutil#1 2023-10-18 15:02:49 +01:00
Transcode fails when album art is a video track with odd numbered width/height.
chaos pushed to main at chaos/musicutil 2023-10-18 14:54:59 +01:00
13bca72e47 print ffmpeg output properly
chaos pushed to main at chaos/musicutil 2023-10-18 14:53:56 +01:00
3eaa4b0f33 add ability to hide progress on transcode command