style: remove emojis from media app quality presets
This commit is contained in:
@@ -50,7 +50,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'high-quality',
|
id: 'high-quality',
|
||||||
name: 'High Quality',
|
name: 'High Quality',
|
||||||
description: 'Best quality, larger file size',
|
description: 'Best quality, larger file size',
|
||||||
icon: '⭐',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
videoBitrate: '5M',
|
videoBitrate: '5M',
|
||||||
videoCodec: outputFormat.extension === 'webm' ? 'libvpx' : 'libx264',
|
videoCodec: outputFormat.extension === 'webm' ? 'libvpx' : 'libx264',
|
||||||
@@ -62,7 +62,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'balanced',
|
id: 'balanced',
|
||||||
name: 'Balanced',
|
name: 'Balanced',
|
||||||
description: 'Good quality, moderate size',
|
description: 'Good quality, moderate size',
|
||||||
icon: '⚖️',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
videoBitrate: '2M',
|
videoBitrate: '2M',
|
||||||
videoCodec: outputFormat.extension === 'webm' ? 'libvpx' : 'libx264',
|
videoCodec: outputFormat.extension === 'webm' ? 'libvpx' : 'libx264',
|
||||||
@@ -74,7 +74,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'small-file',
|
id: 'small-file',
|
||||||
name: 'Small File',
|
name: 'Small File',
|
||||||
description: 'Smaller size, lower quality',
|
description: 'Smaller size, lower quality',
|
||||||
icon: '📦',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
videoBitrate: '1M',
|
videoBitrate: '1M',
|
||||||
videoCodec: outputFormat.extension === 'webm' ? 'libvpx' : 'libx264',
|
videoCodec: outputFormat.extension === 'webm' ? 'libvpx' : 'libx264',
|
||||||
@@ -86,7 +86,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'web-optimized',
|
id: 'web-optimized',
|
||||||
name: 'Web Optimized',
|
name: 'Web Optimized',
|
||||||
description: 'Fast loading for web',
|
description: 'Fast loading for web',
|
||||||
icon: '🌐',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
videoBitrate: '1.5M',
|
videoBitrate: '1.5M',
|
||||||
videoCodec: 'libvpx',
|
videoCodec: 'libvpx',
|
||||||
@@ -102,7 +102,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'high-quality',
|
id: 'high-quality',
|
||||||
name: 'High Quality',
|
name: 'High Quality',
|
||||||
description: 'Best audio quality',
|
description: 'Best audio quality',
|
||||||
icon: '⭐',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
audioBitrate: '320k',
|
audioBitrate: '320k',
|
||||||
audioCodec: outputFormat.extension === 'mp3' ? 'libmp3lame' : 'default',
|
audioCodec: outputFormat.extension === 'mp3' ? 'libmp3lame' : 'default',
|
||||||
@@ -112,7 +112,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'balanced',
|
id: 'balanced',
|
||||||
name: 'Balanced',
|
name: 'Balanced',
|
||||||
description: 'Good quality, smaller size',
|
description: 'Good quality, smaller size',
|
||||||
icon: '⚖️',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
audioBitrate: '192k',
|
audioBitrate: '192k',
|
||||||
audioCodec: outputFormat.extension === 'mp3' ? 'libmp3lame' : 'default',
|
audioCodec: outputFormat.extension === 'mp3' ? 'libmp3lame' : 'default',
|
||||||
@@ -122,7 +122,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'small-file',
|
id: 'small-file',
|
||||||
name: 'Small File',
|
name: 'Small File',
|
||||||
description: 'Minimum file size',
|
description: 'Minimum file size',
|
||||||
icon: '📦',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
audioBitrate: '128k',
|
audioBitrate: '128k',
|
||||||
audioCodec: outputFormat.extension === 'mp3' ? 'libmp3lame' : 'default',
|
audioCodec: outputFormat.extension === 'mp3' ? 'libmp3lame' : 'default',
|
||||||
@@ -135,7 +135,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'high-quality',
|
id: 'high-quality',
|
||||||
name: 'High Quality',
|
name: 'High Quality',
|
||||||
description: 'Best image quality',
|
description: 'Best image quality',
|
||||||
icon: '⭐',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
imageQuality: 95,
|
imageQuality: 95,
|
||||||
},
|
},
|
||||||
@@ -144,7 +144,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'balanced',
|
id: 'balanced',
|
||||||
name: 'Balanced',
|
name: 'Balanced',
|
||||||
description: 'Good quality',
|
description: 'Good quality',
|
||||||
icon: '⚖️',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
imageQuality: 85,
|
imageQuality: 85,
|
||||||
},
|
},
|
||||||
@@ -153,7 +153,7 @@ export function ConversionOptionsPanel({
|
|||||||
id: 'web-optimized',
|
id: 'web-optimized',
|
||||||
name: 'Web Optimized',
|
name: 'Web Optimized',
|
||||||
description: 'Optimized for web',
|
description: 'Optimized for web',
|
||||||
icon: '🌐',
|
icon: '',
|
||||||
options: {
|
options: {
|
||||||
imageQuality: 75,
|
imageQuality: 75,
|
||||||
},
|
},
|
||||||
@@ -424,7 +424,7 @@ export function ConversionOptionsPanel({
|
|||||||
className="flex flex-col h-auto py-3 px-3 text-left items-start"
|
className="flex flex-col h-auto py-3 px-3 text-left items-start"
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
>
|
>
|
||||||
<span className="text-base mb-1">{preset.icon}</span>
|
{preset.icon && <span className="text-base mb-1">{preset.icon}</span>}
|
||||||
<span className="text-xs font-medium">{preset.name}</span>
|
<span className="text-xs font-medium">{preset.name}</span>
|
||||||
<span className="text-xs text-muted-foreground mt-1">{preset.description}</span>
|
<span className="text-xs text-muted-foreground mt-1">{preset.description}</span>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user