Home
About
Contact
Header Ads Widget
Responsive Advertisement
Home-text
Features
_Multi DropDown
__DropDown 1
__DropDown 2
__DropDown 3
_ShortCodes
_SiteMap
_Error Page
Documentation
_Web Documentation
_Video Documentation
Download This Template
الصفحة الرئيسية
45555
45555
فيصل
أغسطس 20, 2023
const ffmpeg = require('fluent-ffmpeg'); const inputFilePath = 'input.mp3'; // تعيين المسار الكامل للملف الذي ترغب في تحويله const outputFilePath = 'output.ogg'; // تعيين المسار الكامل للملف المحول ffmpeg() .input(inputFilePath) .toFormat('ogg') // الصيغة المرغوبة للملف المحول .on('end', () => { console.log('تم تحويل الملف بنجاح.'); }) .on('error', (err) => { console.error('حدث خطأ أثناء التحويل:', err); }) .save(outputFilePath);
إرسال تعليق
0 تعليقات
Social Plugin
Subscribe Us
Ad Space
Responsive Advertisement
Most Popular
Labels
اخبار
20
تطبيقات اندرويد
17
ثقافة
16
دورة في الاغواط
4
رياضة
1
منوعات
15
Contact form
0 تعليقات