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

css - Text drops down with smaller window -

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

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -