Craig Drummond
b6bd94c236
Update (c) year
2022-01-08 21:24:07 +00:00
Craig Drummond
059aceb95d
Fix build issues due to previous change. #1727
2021-07-29 12:13:42 +01:00
Craig Drummond
31b8a6d9b9
Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
...
This reverts commit be9c1e74e0 .
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0
Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
...
This reverts commit cb18837d11 , reversing
changes made to b296cf7113 .
2021-07-28 19:44:57 +01:00
John Regan
cc0d116986
fix deprecation: QString::SkipEmptyParts is now Qt::SkipEmptyParts
2021-07-19 15:00:32 -04:00
Craig Drummond
11bb7571c9
Update (c) year
2021-01-01 10:06:43 +00:00
Thomas Uhle
ae50e15bce
Update bitrate settings for encoders
...
- Fix average bitrates for FAAC encoding according to documentation. See for
reference, e.g., `faac --help-qual` in the console and information from
* https://wiki.hydrogenaud.io/index.php/FAAC
* https://en.wikipedia.org/wiki/Codec_listening_test
- Fix average bitrates for LAME MP3 encoding according to documentation.
See for reference, e.g.,
* https://wiki.hydrogenaud.io/index.php/LAME#Technical_information
* https://trac.ffmpeg.org/wiki/Encode/MP3#VBREncoding
- Fix average bitrate for Ogg Vorbis and Opus encoding with quality level 10;
it should be 384kb/s according to documentation. See for reference, e.g.,
* https://trac.ffmpeg.org/wiki/TheoraVorbisEncodingGuide#VariableBitrateVBR
* https://wiki.xiph.org/index.php/Opus_Recommended_Settings
- Add popular 256kb/s CBR to AAC encoding settings and change the rather
unusual 360kb/s into 384kb/s.
- Update default bitrate selection for AAC and Opus so that it matches the
recommendation in the corresponding tooltip.
- Change bitrates in the tooltip that are not listed to a reasonable bitrate
from the list that is nearby the former bitrate.
2020-07-07 15:55:37 +02:00
Craig Drummond
b8645d1358
Fix most, but not all, deprecation warnings.
2020-02-16 09:51:37 +00:00
Craig Drummond
d7b3965b9b
Update (c) year
2020-01-01 11:51:13 +00:00
Craig Drummond
8f22407a10
Add 'aac' and 'libfdk_aac' as supported encoders.
...
Closes #1551
2019-11-09 14:13:33 +00:00
Craig Drummond
cb9efe205f
Update (c) year
2019-09-15 15:56:58 +01:00
Craig Drummond
da224c4599
Some more, minor, updates
...
Issue #1157
2018-01-08 18:03:31 +00:00
Craig Drummond
2139d3dbb8
Update (c) year
2018-01-01 10:11:39 +00:00
Craig Drummond
6e100a5ef5
Use for(var: list) and not foreach(var, list)
2017-11-27 22:36:53 +00:00
Craig Drummond
cf6faea85f
Add device option to only transcode if source is FLAC or WAV (detection
...
is solely extension based).
Issue #1049
2017-08-19 14:24:11 +01:00
Craig Drummond
b63c6fbe26
Use Qt5's translation framework - ts files, not po files.
2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867
Update (c) year
2017-04-02 18:45:30 +01:00
Craig Drummond
705648420a
Update (c) year
2016-01-08 18:55:13 +00:00
Craig Drummond
9533f12881
Update (c) year
2015-08-13 21:12:34 +01:00
craig.p.drummond
fd4fc7b660
Indicate if encoder is avconv
2014-09-04 18:45:06 +00:00
craig.p.drummond
64c06773ce
Alter includes to have su-folder - e.g. utils.h -> support/utils.h
2014-05-13 18:37:52 +00:00
craig.p.drummond
addfca835a
Update (c) year
2014-01-06 19:32:05 +00:00
craig.p.drummond
1a2bd6746a
Add "-o" to oggenc and faac encoder usage.
2013-11-24 20:14:29 +00:00
craig.p.drummond
cecadf01f3
Default ffmpeg modifier/multiplier needs to be 1, not 0!!!!
2013-08-19 18:55:37 +00:00
craig.p.drummond
c26cb9b161
Untested support for opus file format
2013-08-19 17:55:31 +00:00
craig.p.drummond
f0bad94c9c
Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
...
BUG: 254
2013-07-18 14:52:45 +00:00
craig.p.drummond
100b5eeee7
Pass -vn to ffmpeg, to ensure no video!
2013-04-02 19:08:05 +00:00
craig.p.drummond
6d3f271e0b
Also support oggenc and faac
...
(Both currently untested!)
2013-03-13 20:06:08 +00:00
craig.p.drummond
f7fdc12a72
Set ffmpeg to overwrite destination files
2013-03-13 20:04:40 +00:00
craig.p.drummond
6f0b936288
Support lame for CD encoding
2013-03-13 20:03:54 +00:00
craig.p.drummond
c60604502f
Remove Qt module prefix from includes - will make Qt5 port a little easier!
2013-01-28 19:33:42 +00:00
craig.p.drummond
fbe6f03408
Update copyright year
2013-01-17 16:57:20 +00:00
craig.p.drummond
c57477376b
- Fix memleak when copying items to/from devices.
...
- When creating temp files, ensure these are in /tmp!
- If applying various artist workaround for a remote device, apply the workaround to a local temp file, and send this.
2012-12-03 20:02:02 +00:00
craig.p.drummond@gmail.com
9c357b15a7
Fix detection of audio codecs for ffmpeg 1.0.
...
BUG:123
2012-10-29 12:12:02 +00:00
craig.p.drummond
173712493c
Device sync support for Qt-only builds. To support this, a cut-down version of Solid is included.
2012-09-17 18:39:01 +00:00
craig.p.drummond
8cbc666e00
Use 'avcodec' if 'ffmpeg' is not found.
2012-08-12 14:14:42 +00:00
craig.p.drummond
f5f3114145
Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt.
2012-05-31 17:45:57 +00:00
craig.p.drummond
9234e6351b
Fix transcoding with new ffmpeg.
...
BUG:15
2012-05-18 16:33:28 +00:00
craig
6fd75d5337
When renaming files, rename file.lyrics if it exists.
2012-03-13 19:31:43 +00:00
craig
3fc92399cd
Use correct value for transcoder parameter.
2012-02-19 14:31:16 +00:00
craig
4b8bdc0c4d
Specify "-threads 0" to casue ffmpeg to use multiple threads, if encoder supports this.
2012-02-09 20:10:40 +00:00
craig
852258b3ce
Formatting
2012-02-03 19:34:24 +00:00
craig
135ab049bb
Add option to only transcode if source is a different format.
2012-01-28 21:37:23 +00:00
craig
8534e5f4a3
Initial transcode support
2012-01-28 11:26:49 +00:00