kylegilman / video-embed-thumbnail-generator

A WordPress plugin that generates thumbnails, HTML5-compliant videos, and embed codes for locally hosted videos. Requires FFMPEG or LIBAV for encoding.
http://wordpress.org/plugins/video-embed-thumbnail-generator/
GNU General Public License v2.0
48 stars 27 forks source link

Trim/Highlight Video with FFMPEG -ss and -t switches into new media post #273

Open n0risc opened 8 years ago

n0risc commented 8 years ago

Just a suggestion to add this feature, even if it was a premium add-on.

This feature would be beneficial when adding server side recordings from live video streams that are very large in size and time. Use built in player to scan video, and add start time (-ss) and length after the start time (-t), or code Start/Stop time to calculate length of clip. This process could be repeated as many times as necessary without navigating away from the original media post containing the entire video.

kylegilman commented 8 years ago

This is an interesting idea, but I wouldn't expect to see it as a feature within the next year.