Fix end of files

This commit is contained in:
jo 2021-05-27 16:34:02 +02:00
parent d8195f0fd8
commit 6871956baa
36 changed files with 11 additions and 40 deletions

View file

@ -21,4 +21,3 @@
elsif bitrate == 320 then
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
end

View file

@ -65,4 +65,3 @@
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
end
end

View file

@ -57,4 +57,3 @@
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
end
end

View file

@ -65,4 +65,3 @@
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
end
end

View file

@ -21,4 +21,3 @@
elsif bitrate == 320 then
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
end

View file

@ -65,4 +65,3 @@
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
end
end

View file

@ -57,4 +57,3 @@
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
end
end

View file

@ -65,4 +65,3 @@
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
end
end

View file

@ -21,4 +21,3 @@
elsif bitrate == 320 then
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
end

View file

@ -65,4 +65,3 @@
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
end
end

View file

@ -57,4 +57,3 @@
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
end
end

View file

@ -65,4 +65,3 @@
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
end
end