ffmpeg - Best format available for jwplayer -


i want quality 360p, thought format. mp4 slow load video on local server faster takes long web. videos in flv faster. use ffmpeg convert videos

i'm using command line convert file. mp4

ffmpeg-i "video.avi"-ar 22050-ab 32-f mp4 video.mp4 

and use this:

ffmpeg-i video.avi-vf scale = -1:360-c: v libx264-preset ultrafast video.mp4 

i not understand slow load, think may bitrate or file size, not know, testing player expect load whole video play, not flv, not understand.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -