I’ve compiled an MTS video into MP4 format using FFMPEG. The video is 2 minutes long.
I want to be able to play the video back but start at 0:15 seconds and end at 0:45 seconds. Effectively I want the playback software to only show 30 seconds of playback available. The software must be a Flash-based application for integration into HTML.
Does anyone know any software that’ll do this? Thanks in advance.
I found some server-side software that’ll do the trick:
http://h264.code-shop.com/
Available in different flavours depending what web server you’re running. Allows the video to be streamed. Also lets you decice where to start and end.