Advertisement
leobin1989

problem with ffmpeg

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