Skip to content

Commit

Permalink
U-update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyupeng committed May 23, 2019
1 parent b17c870 commit 863450a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/services/ffmpeg/ffmpeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const convertAudioToMP3 = (sourceFilePath, targetFolder, targetFormat, op

targetFileFullName,
]

} else if (targetFormat === 'AAC') {
ffmpegOption = [
'-y',
Expand All @@ -81,7 +80,6 @@ export const convertAudioToMP3 = (sourceFilePath, targetFolder, targetFormat, op

targetFileFullName,
]

} else if (targetFormat === 'FLAC') {
ffmpegOption = [
'-y',
Expand All @@ -94,7 +92,6 @@ export const convertAudioToMP3 = (sourceFilePath, targetFolder, targetFormat, op

targetFileFullName,
]

} else if (targetFormat === 'WAV') {
ffmpegOption = [
'-y',
Expand All @@ -104,7 +101,6 @@ export const convertAudioToMP3 = (sourceFilePath, targetFolder, targetFormat, op

targetFileFullName,
]

} else {
ffmpegOption = [
'-y',
Expand Down

0 comments on commit 863450a

Please sign in to comment.