View difference between Paste ID: F0eedCbu and B9w75ze4
SHOW: | | - or go back to the newest paste.
1-
I'm new to ffmpeg, and try to figure out how to use it. 
1+
2
- But when I want to download stream segment manually and then mux them using ffmpeg. I got following errors:
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:
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?