Advertisement
Guest User

Untitled

a guest
Mar 18th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2. INURL='rtsp://user:pass@mycam.local:554/H264'
  3. INRES='640x480'
  4. OUTRES='640x480'
  5. FPS='5'
  6. URL='streamingurlstuff'
  7. $FFMPEG -re -i "$INURL" -s "$INRES" -r 25 -vcodec libx264 -x264opts keyint=1 -r "$FPS" -preset ultrafast -crf 26 -threads 0 -s "$OUTRES" -f flv "$URL"
  8.  
  9.  
  10. [h264 @ 0x1ef9a80] RTP: missed 3 packets
  11. [h264 @ 0x1ef9a80] out of range intra chroma pred mode at 4 12
  12. [h264 @ 0x1ef9a80] error while decoding MB 4 12
  13. [h264 @ 0x1ef9a80] concealing 765 DC, 765 AC, 765 MV errors in I frame
  14. [h264 @ 0x1ef9a80] RTP: missed 1 packets
  15. [h264 @ 0x1ef9a80] RTP: missed 3 packets
  16. [h264 @ 0x1ef9a80] P sub_mb_type 22 out of range at 37 22
  17. [h264 @ 0x1ef9a80] error while decoding MB 37 22
  18. [h264 @ 0x1ef9a80] concealing 332 DC, 332 AC, 332 MV errors in P frame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement