You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
question: `How does the ${sourceFormat.toUpperCase()} to ${targetFormat.toUpperCase()} converter work?`,
100
-
answer: `Our converter uses Remotion (remotion.dev) directly in your browser. When you upload a ${sourceFormat.toUpperCase()} file, it gets processed locally on your device and converted to ${targetFormat.toUpperCase()} format without ever being sent to a server.`,
100
+
answer: `Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload a ${sourceFormat.toUpperCase()} file, it gets processed locally on your device and converted to ${targetFormat.toUpperCase()} format without ever being sent to a server.`,
Copy file name to clipboardExpand all lines: apps/web/app/(site)/tools/convert/avi-to-mp4/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ export default function AVIToMP4Page() {
57
57
{
58
58
question: "How does the AVI to MP4 converter work?",
59
59
answer:
60
-
"Our converter uses Remotion (remotion.dev) directly in your browser. When you upload an AVI file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
60
+
"Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload an AVI file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
Copy file name to clipboardExpand all lines: apps/web/app/(site)/tools/convert/mkv-to-mp4/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ export default function MKVToMP4Page() {
57
57
{
58
58
question: "How does the MKV to MP4 converter work?",
59
59
answer:
60
-
"Our converter uses Remotion (remotion.dev) directly in your browser. When you upload an MKV file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
60
+
"Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload an MKV file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
Copy file name to clipboardExpand all lines: apps/web/app/(site)/tools/convert/mov-to-mp4/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ export default function MOVToMP4Page() {
57
57
{
58
58
question: "How does the MOV to MP4 converter work?",
59
59
answer:
60
-
"Our converter uses Remotion (remotion.dev) directly in your browser. When you upload a MOV file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
60
+
"Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload a MOV file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
Copy file name to clipboardExpand all lines: apps/web/app/(site)/tools/convert/mp4-to-gif/page.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,14 @@ export default function MP4ToGIFPage() {
51
51
{
52
52
title: "High Quality Conversion",
53
53
description:
54
-
"We use Remotion technology to create optimized GIFs from your videos.",
54
+
"We use Mediabunny technology to create optimized GIFs from your videos.",
55
55
},
56
56
],
57
57
faqs: [
58
58
{
59
59
question: "How does the MP4 to GIF converter work?",
60
60
answer:
61
-
"Our converter uses Remotion (remotion.dev) directly in your browser. When you upload an MP4 file, it gets processed locally on your device and converted to an animated GIF without ever being sent to a server.",
61
+
"Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload an MP4 file, it gets processed locally on your device and converted to an animated GIF without ever being sent to a server.",
Copy file name to clipboardExpand all lines: apps/web/app/(site)/tools/convert/mp4-to-mp3/page.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,14 @@ export default function MP4ToMP3Page() {
50
50
{
51
51
title: "High Quality Conversion",
52
52
description:
53
-
"We use Remotion technology to ensure high-quality audio extraction.",
53
+
"We use Mediabunny technology to ensure high-quality audio extraction.",
54
54
},
55
55
],
56
56
faqs: [
57
57
{
58
58
question: "How does the MP4 to MP3 converter work?",
59
59
answer:
60
-
"Our converter uses Remotion (remotion.dev) directly in your browser. When you upload an MP4 file, it extracts the audio track locally on your device and saves it as an MP3 file without ever being sent to a server.",
60
+
"Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload an MP4 file, it extracts the audio track locally on your device and saves it as an MP3 file without ever being sent to a server.",
Copy file name to clipboardExpand all lines: apps/web/app/(site)/tools/convert/mp4-to-webm/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ export default function MP4ToWebMPage() {
57
57
{
58
58
question: "How does the MP4 to WebM converter work?",
59
59
answer:
60
-
"Our converter uses Remotion (remotion.dev) directly in your browser. When you upload an MP4 file, it gets processed locally on your device and converted to WebM format without ever being sent to a server.",
60
+
"Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload an MP4 file, it gets processed locally on your device and converted to WebM format without ever being sent to a server.",
Copy file name to clipboardExpand all lines: apps/web/app/(site)/tools/convert/webm-to-mp4/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ export default function WebmToMp4Page() {
57
57
{
58
58
question: "How does the WebM to MP4 converter work?",
59
59
answer:
60
-
"Our converter uses Remotion (remotion.dev) directly in your browser. When you upload a WebM file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
60
+
"Our converter uses Mediabunny (mediabunny.dev) directly in your browser. When you upload a WebM file, it gets processed locally on your device and converted to MP4 format without ever being sent to a server.",
0 commit comments