Commit graph

18 commits

Author SHA1 Message Date
LightArrowsEXE a45318bb32 encode_audio.py: v1.0.8
Minor updates
2020-07-05 01:01:05 +02:00
LightArrowsEXE cc54a97354 encode_audio.py: v1.0.8
* Bump version
* Add opus support
* Add new params
   - --codec: Pick lossy codec to encode with (default: opus) {aac, opus}
   -  --bitrate: Bitrate for opus encoding (default: 192000)
* Renamed --noaac to --nolossy, -N
2020-07-05 00:27:02 +02:00
LightArrowsEXE 1163eaed65 encode_audio.py: v1.0.7
Fix path.splitext calls, revert args help split
2020-06-20 22:17:03 +02:00
LightArrowsEXE b8b3d3643d encode_audio.py: v1.0.7
Make it PEP8 compliant (as per flake8 standards)
2020-06-19 02:55:05 +02:00
LightArrowsEXE 202d202810 encode_audio.py: v1.0.6
* Removed arg.wav_only
Now automatically encode m2ts' audio to PCM WAV and anything else to FLAC and AAC
* bump version
2020-06-17 03:23:01 +02:00
LightArrowsEXE c19f193182 encode_audio.py: v1.0.5
Add argument: ``keep``
2020-06-10 23:32:09 +02:00
LightArrowsEXE bb3318e4e0 v1.0.4
Update to v1.0.4:

- Split AAC and FLAC encoding lines into functions, in case I decide to add additional functionality later down the line.
- Change FLAC encoder to eac3to, as this keeps the accurate bit depth
- Move tempfile creation to the AAC encoding, since they are unnecessary for FLAC. Blame qaac.
2020-05-05 05:35:16 +02:00
LightArrowsEXE fb327a3fa6 v1.0.3
- Removed --core, since it will almost always just extract the worse-quality track
- Update --track description
2020-04-29 17:51:43 +02:00
LightArrowsEXE 521d92e9c1 v1.0.2
- Automatically pick first audio track; can override with --track
- Create a temp encode file when encoding lossy/FLAC
- --noflac and --noaac parameters added to disable one, the other, or both encodes (but why would you do that?)

New dependencies: ffmpeg
2020-04-28 01:56:28 +02:00
LightArrowsEXE db3f48407b Make --track optional, encode first audio track by default 2020-04-27 23:20:52 +02:00
LightArrowsEXE d91c0d2bea Update encode_audio.py 2020-04-27 20:16:10 +02:00
LightArrowsEXE da47452b28 Actively make encode_audio worse
Now with 200% additional code to decipher!
2019-11-08 21:58:16 +01:00
LightArrowsEXE dfa20323ed Add ignoring common indexing filetypes 2019-09-11 14:46:23 +02:00
LightArrowsEXE d6e1e67c9b Update encode_audio.py 2019-09-11 14:44:40 +02:00
LightArrowsEXE 1353e39815 Update encode_audio.py
* Add --no-delay to QAAC call
2019-08-09 03:31:03 +02:00
LightArrowsEXE cd7dd63761 Update encode_audio.py
* Allow ffmpeg to show its progress without outputing all of its junk
* Add a TO-DO. If you know of a reliable way to do this, please send in a PR!
2019-07-24 01:19:23 +02:00
LightArrowsEXE b712c60cbd Update fansub-util repository 2019-07-16 13:41:24 +02:00
LightArrowsEXE d2a5d265fa Create encode_audio.py 2019-05-15 00:10:29 +02:00