diff --git a/examples/file-compression/file-compression.ts b/examples/file-compression/file-compression.ts index 975dfa6..ff52ea4 100644 --- a/examples/file-compression/file-compression.ts +++ b/examples/file-compression/file-compression.ts @@ -143,7 +143,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', + 'https://remotion.media/BigBuckBunny.mp4', ); if (!url) { return; diff --git a/examples/media-player/media-player.ts b/examples/media-player/media-player.ts index 6341647..ad702b5 100644 --- a/examples/media-player/media-player.ts +++ b/examples/media-player/media-player.ts @@ -680,7 +680,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', + 'https://remotion.media/BigBuckBunny.mp4', ); if (!url) { return; diff --git a/examples/metadata-extraction/metadata-extraction.ts b/examples/metadata-extraction/metadata-extraction.ts index fe81c1b..61cf332 100644 --- a/examples/metadata-extraction/metadata-extraction.ts +++ b/examples/metadata-extraction/metadata-extraction.ts @@ -221,7 +221,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', + 'https://remotion.media/BigBuckBunny.mp4', ); if (!url) { return; diff --git a/examples/thumbnail-generation/thumbnail-generation.ts b/examples/thumbnail-generation/thumbnail-generation.ts index 28eeede..a62ad6f 100644 --- a/examples/thumbnail-generation/thumbnail-generation.ts +++ b/examples/thumbnail-generation/thumbnail-generation.ts @@ -137,7 +137,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', + 'https://remotion.media/BigBuckBunny.mp4', ); if (!url) { return; diff --git a/package-lock.json b/package-lock.json index a075aa1..a13453d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mediabunny", - "version": "1.34.2", + "version": "1.34.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mediabunny", - "version": "1.34.2", + "version": "1.34.3", "license": "MPL-2.0", "workspaces": [ "packages/*" @@ -7743,9 +7743,9 @@ } }, "node_modules/mediabunny": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.34.0.tgz", - "integrity": "sha512-mjn/7QVEPbPEakuNKD8OIPDhaoe2NlgWVyyqftuLVWvsgLol7g2MQzXWCjx523CP8Y9jE2H09hbYCuTwSI7pSQ==", + "version": "1.34.2", + "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.34.2.tgz", + "integrity": "sha512-Mr9VhiqH2RRwc3vR6rk8ca/58HhstP+c25PjtZmZvmCw21ibWSNqpinvBREfJmY+hpNGnG9dUmbJ4WqLMDWO0g==", "license": "MPL-2.0", "peer": true, "workspaces": [ @@ -12069,7 +12069,7 @@ }, "packages/ac3": { "name": "@mediabunny/ac3", - "version": "1.34.2", + "version": "1.34.3", "license": "MPL-2.0", "devDependencies": { "@types/emscripten": "^1.40.1" @@ -12084,7 +12084,7 @@ }, "packages/mp3-encoder": { "name": "@mediabunny/mp3-encoder", - "version": "1.34.2", + "version": "1.34.3", "license": "MPL-2.0", "devDependencies": { "@types/emscripten": "^1.40.1" diff --git a/package.json b/package.json index b1213d2..a39f41a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mediabunny", "author": "Vanilagy", - "version": "1.34.2", + "version": "1.34.3", "description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.", "type": "module", "workspaces": [ diff --git a/packages/ac3/package.json b/packages/ac3/package.json index 6e3eda5..ae733fb 100644 --- a/packages/ac3/package.json +++ b/packages/ac3/package.json @@ -1,7 +1,7 @@ { "name": "@mediabunny/ac3", "author": "Vanilagy", - "version": "1.34.2", + "version": "1.34.3", "description": "AC-3 and E-AC-3 (Dolby Digital) decoder and encoder extension for Mediabunny, based on FFmpeg.", "main": "./dist/bundles/mediabunny-ac3.mjs", "module": "./dist/bundles/mediabunny-ac3.mjs", diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index 8457f35..c12b1bd 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -1,7 +1,7 @@ { "name": "@mediabunny/mp3-encoder", "author": "Vanilagy", - "version": "1.34.2", + "version": "1.34.3", "description": "MP3 encoder extension for Mediabunny, based on LAME.", "main": "./dist/bundles/mediabunny-mp3-encoder.mjs", "module": "./dist/bundles/mediabunny-mp3-encoder.mjs",