Skip to content

Commit

Permalink
Merge pull request #157 from teamViNO/feature/video
Browse files Browse the repository at this point in the history
FIX PERMISSION
  • Loading branch information
JiHyeonSu authored Feb 15, 2024
2 parents 7a17ca0 + e76a574 commit a37ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/translateToMP3.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { path as FFmpegPath} from '@ffmpeg-installer/ffmpeg';
const desktopPath = path.join(__dirname, '..', '..');

// tempMP3 폴더 경로
const outputPath = path.join(desktopPath, 'app');
const outputPath = '/tmp';


export const convertVideoToAudio = async (videoId) => {
Expand Down

0 comments on commit a37ea69

Please sign in to comment.