Advertisement
Guest User

ffmpeg problem

a guest
Mar 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. I'm new to ffmpeg, and try to figure out how to use it.
  2. - I have an hls stream, that I could download by using ffmpeg
  3. - I need to download stream segment manually and then mux them using ffmpeg. But when I try to mux each segment manually, it causes following error:
  4.  
  5. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x12f6f40] could not find corresponding track id 1
  6. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x12f6f40] could not find corresponding trex
  7. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x12f6f40] error reading header
  8. audio-1224.mp4: Invalid data found when processing input
  9.  
  10.  
  11. Is there anyway to fix this problem?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement