video - HTTP Range header without corrupting mp4 file -


I want to preview the MP files from the HP server so that I want to request some of them different in each file Is encoding

Note: I can access any part of the file with the HTC Range header.

Thank you. / P>

I do this with FFmpeg

  ffmpeg -ss 00: 01: 00 -i http://example.com/foo.mp4 -t 00:01:00 -c copy outfil.mp4  

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Create dynamic LINQ query expression at runtime which translates into a parameterized SQL query for nullable types -

cmake - cpack generates RPMs with %files entries that conflict with the RPM spec. How to fix? -