For a video website, how to display the preview of a video to users? Should this be done outside coding by using a video editor app or using javascript to control the display period?
You cut it outside and upload as a mini version (Advantage: You have control as to what to show. Disadvantage: Extra storage space required)
You use a video plugin package (search for one I'm sure it exists) to cut the video at run time (Advantage: Reduced storage. Disadvantage: Extra processing time at the expense of memory)