Skip to content

Commit

Permalink
Merge pull request #819 from jswhisperer/patch-1
Browse files Browse the repository at this point in the history
use an existing version of ffmpeg
  • Loading branch information
lucasgelfond authored Jan 13, 2025
2 parents c749193 + 0b7cc6f commit 63ea4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vue-vite-app/src/components/FFmpegDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { LogEvent } from '@ffmpeg/ffmpeg/dist/esm/types'
import { fetchFile, toBlobURL } from '@ffmpeg/util'
import { defineComponent, ref } from 'vue'
const baseURL = 'https://unpkg.com/@ffmpeg/core-mt@0.12.10/dist/esm'
const baseURL = 'https://cdn.jsdelivr.net/npm/@ffmpeg/core-mt@0.12.9/dist/esm'
const videoURL = 'https://raw.githubusercontent.com/ffmpegwasm/testdata/master/video-15s.avi'
export default defineComponent({
Expand Down

0 comments on commit 63ea4cc

Please sign in to comment.