Commit graph

364 commits

Author SHA1 Message Date
Dmitry Voronin c9e9003b12 transcode : skip existing files. 2023-12-05 13:02:37 +03:00
Dmitry Voronin 82548f6214 nvim : enable autoread. 2023-12-04 23:35:20 +03:00
Dmitry Voronin c23c2ee8c3 ffmpeg : mux_cover mka actually has the same format. 2023-12-04 13:46:41 +03:00
Dmitry Voronin b7d4c77088 PS1 : show git branch when not in dotfiles. 2023-12-04 13:32:44 +03:00
Dmitry Voronin 8bd6946470 ffmpeg : music_cover add support for mka cover art. 2023-12-03 04:05:01 +03:00
Dmitry Voronin 127ea108e0 ffmpeg : music meta add mka tags. 2023-12-03 03:52:37 +03:00
Dmitry Voronin 9ce84b823d cp : add cp_test for cp_merge without any writes. 2023-12-02 22:18:10 +03:00
Dmitry Voronin 9084647898 ffmpeg : fix missing streams for cover mux and music metadata., 2023-12-02 22:11:25 +03:00
Dmitry Voronin 3f28585d50 archive : archive_name to use parse_camel. 2023-12-01 01:40:06 +03:00
Dmitry Voronin 184b05a85c transcode : mkv drop attachments. 2023-12-01 01:07:55 +03:00
Dmitry Voronin ed822f2fcc transcode : fix ffmpeg to keep all formats. 2023-12-01 00:44:25 +03:00
Dmitry Voronin 9a36482087 transcode : opus downmix to stereo. 2023-12-01 00:16:02 +03:00
Dmitry Voronin ef893aed4e transcode : disable same-format check. 2023-12-01 00:13:59 +03:00
Dmitry Voronin 73911c52e6 transcode : mkv add srt conversion. 2023-11-30 17:22:05 +03:00
Dmitry Voronin 2db11c20b0 ffmpeg : music_meta add year. 2023-11-30 16:53:52 +03:00
Dmitry Voronin ed39fa7be9 name : add name_replace. 2023-11-30 06:07:01 +03:00
Dmitry Voronin cd6d71a444 ffmpeg : music_meta exit if no targets. 2023-11-30 05:23:07 +03:00
Dmitry Voronin 7033aa65a0 archive : CamelCase for archive name. 2023-11-30 04:53:57 +03:00
Dmitry Voronin 6442278517 gnome : fix idle delay. 2023-11-30 04:35:02 +03:00
Dmitry Voronin e1ebfb9f0c f 2023-11-30 04:17:26 +03:00
Dmitry Voronin abe6f6cf5f ffmpeg : music_meta use auto-detection. 2023-11-30 03:52:05 +03:00
Dmitry Voronin 6239070c6a archive : parse archive data in _archive_parse. 2023-11-30 02:25:10 +03:00
Dmitry Voronin c965527bfd ffmpeg : add ffmpeg_music_artist. 2023-11-30 02:00:14 +03:00
Dmitry Voronin d9414baaa2 ls : rework ll and lla. 2023-11-30 01:48:31 +03:00
Dmitry Voronin 538df0717d gnome : sort by name in files. 2023-11-30 01:37:47 +03:00
Dmitry Voronin 8591a2278c ls : llll sort alphabetically. 2023-11-30 00:34:11 +03:00
Dmitry Voronin b35c4f9fa7 transcode : mkv remove preset to use default. 2023-11-28 17:39:46 +03:00
Dmitry Voronin 98919393c4 transcode : return error on file exitst. 2023-11-28 15:34:56 +03:00
Dmitry Voronin 3f13fb9206 transcode : dont overwrite files by default for mkv. 2023-11-28 15:32:46 +03:00
Dmitry Voronin 572f1550eb transcode : always output in the current dir. 2023-11-28 03:16:53 +03:00
Dmitry Voronin 141fb1c0de flatpak : add Blender. 2023-11-28 02:58:14 +03:00
Dmitry Voronin 65b6887712 checksum : return error when there are no targets. 2023-11-28 02:55:05 +03:00
Dmitry Voronin fe160ddae4 backup : add recursive for checksum. 2023-11-28 02:52:27 +03:00
Dmitry Voronin f9523f27f2 tmp : add tmp. 2023-11-28 02:34:58 +03:00
Dmitry Voronin cc0158fed3 transcode : move ffprobe funs to ffmpeg. 2023-11-28 02:30:13 +03:00
Dmitry Voronin 2c46885827 git : add gdc. 2023-11-28 02:17:25 +03:00
Dmitry Voronin 7fe2c859ec nvim : add mwr macro to rewrap. 2023-11-28 02:15:44 +03:00
Dmitry Voronin 49ba758c95 backup : add checksum_create for tmp media. 2023-11-28 02:15:24 +03:00
Dmitry Voronin 9070f06e17 name : fix name_hash progress. 2023-11-28 01:55:36 +03:00
Dmitry Voronin 73f8b71d24 ps1 : disable full path. 2023-11-27 22:52:55 +03:00
Dmitry Voronin 84f2e89dd4 transcode : enable 10 bit for av1. 2023-11-27 22:51:29 +03:00
Dmitry Voronin f4ec896c79 PS1 : Show git branch only when non-master. 2023-11-27 21:30:39 +03:00
Dmitry Voronin 125ef0af69 PS1 : add git branch. 2023-11-27 21:18:55 +03:00
Dmitry Voronin 9cda3d222a transcode : make output universal. 2023-11-27 20:34:37 +03:00
Dmitry Voronin e0614f206c transcode : refactor & place output in the same dir. 2023-11-27 20:12:35 +03:00
Dmitry Voronin 8cfac6ec7c transcode : mkv use preset 6 and crf 30. 2023-11-27 19:52:44 +03:00
Dmitry Voronin 843a41a708 autocomplete : fix newlines. 2023-11-27 16:28:27 +03:00
Dmitry Voronin 520b01993c watch : remove bash spawn. 2023-11-27 16:11:26 +03:00
Dmitry Voronin 1ac242f75c transcode : fix AV1 scaling. 2023-11-27 16:01:31 +03:00
Dmitry Voronin 1f79575eb6 transcode : add support for flac, mka and mkv. 2023-11-27 15:54:52 +03:00