Hi
I'm currently building a website that will include 45 second samples of songs from albums. I'm just wondering if theres some way to automate this as I have quite a lot of samples to create.
My original files are lossless wma but i can convert them to most formats with dbpoweramp - output needs to be mp3 to be playable through a flash player.
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by ian_g; 17th Jun 2011 at 12:09.
-
Code:
ffmpeg -i audio.wma -ss 00:00:00 -t 45 -acodec mp2 output.mp2
-
sorry to sound dumb but that bit of code means nothing to me
i also made a typo - I meant mp3, sorry -
It's a command line application that is VERY useful for automated stuff.
Usage:
-Extract ffmpeg.exe to c:\ffmpeg for example
- Open a command prompt (go Start->Run, type in "cmd.exe" and press enter)
- Change to the folder where you unpacked the files you downloaded (for example: cd "C:\ffmpeg")
- Run ffmpeg like in the examples you see, like:
ffmpeg.exe -i <input file> <output file>
Or maybe somone know some easy to use GUI/Frontend that has these features.
Similar Threads
-
Video Samples : Multiple Audio & Multi Subtitles.
By Bonie81 in forum ProgrammingReplies: 2Last Post: 6th Nov 2011, 15:26 -
LFE audio samples, are there any samples to download and try
By wetduck in forum Newbie / General discussionsReplies: 0Last Post: 14th Mar 2011, 09:17 -
Video with L/R tracks to DVD with 2 channel audio tracks
By Downloader in forum Authoring (DVD)Replies: 2Last Post: 22nd Aug 2010, 01:56 -
Virtualdub error with DV files - Audio Samples not found in source
By kbehel in forum Video ConversionReplies: 4Last Post: 30th Mar 2008, 03:40 -
Using sound samples in audio/video production - short tutorial
By lmemsm in forum AudioReplies: 0Last Post: 1st Sep 2007, 09:05