Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Feb 14, 2024
1 parent d77a989 commit a272ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugins/ffmpeg.wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ record: {
// enable ffmpeg.wasm plugin
convertEngine: 'ffmpeg.wasm',
// multi-threaded worker
coreURL: '../../node_modules/@ffmpeg/core-mt/dist/umd/ffmpeg-core.js',
convertWorkerURL: '../../node_modules/@ffmpeg/core-mt/dist/umd/ffmpeg-core.worker.js',
audioWebAssemblyURL: '../../node_modules/@ffmpeg/core-mt/dist/umd/ffmpeg-core.wasm',
coreURL: '/node_modules/@ffmpeg/core-mt/dist/umd/ffmpeg-core.js',
convertWorkerURL: '/node_modules/@ffmpeg/core-mt/dist/umd/ffmpeg-core.worker.js',
audioWebAssemblyURL: '/node_modules/@ffmpeg/core-mt/dist/umd/ffmpeg-core.wasm',
// convert recorded data to MP4 (and copy over audio data without encoding)
convertOptions: ['-c:v', 'libx264', '-preset', 'slow', '-crf', '22', '-c:a', 'copy', '-f', 'mp4'],
// specify output mime-type
Expand Down

0 comments on commit a272ff3

Please sign in to comment.