On Fri, 11 Sep 2015 07:37:58 -0400
Bruce Therrien <[email protected]> wrote:

> Can ffmpeg be use to extract a 30 second 
> demo from an mp3 file

Yes. See documentation on -ss and -t/-to options:
http://ffmpeg.org/ffmpeg.html#Main-options

ffmpeg -i input -c copy -ss 10 -t 30 output

> and play it on the web?

Sorry, but I don't understand what you mean by "play it on the web".
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to