Advertisement
Guest User

Untitled

a guest
Nov 16th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command:
  2. /home/pi/c920/boneCV/captureMod -c 0 -b 32 -F -o \
  3. | /home/pi/ff/ffmpeg -y \
  4. -i - \
  5. -c:v copy \
  6. -map 0:0 \
  7. -f ssegment \
  8. -segment_time 4 \
  9. -segment_format mpegts \
  10. -segment_list "$base/stream.m3u8" \
  11. -segment_list_size 720 \
  12. -segment_list_flags live \
  13. -segment_list_type m3u8 \
  14. "segments/%08d.ts"
  15.  
  16.  
  17.  
  18.  
  19.  
  20. OUTPUT:
  21.  
  22. ffmpeg version 1.2.4 Copyright (c) 2000-2013 the FFmpeg developers
  23. built on Nov 16 2013 22:03:35 with gcc 4.7.1 (crosstool-NG 1.15.2) 20120402 (prerelease)
  24. configuration: --enable-cross-compile --cross-prefix=/home/ozzapoo/tools-master/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi- --arch=armel --target-os=linux --enable-gpl --extra-cflags='-O3 -march=armv6zk -mfpu=vfp -mfloat-abi=hard'
  25. libavutil 52. 18.100 / 52. 18.100
  26. libavcodec 54. 92.100 / 54. 92.100
  27. libavformat 54. 63.104 / 54. 63.104
  28. libavdevice 54. 3.103 / 54. 3.103
  29. libavfilter 3. 42.103 / 3. 42.103
  30. libswscale 2. 2.100 / 2. 2.100
  31. libswresample 0. 17.102 / 0. 17.102
  32. libpostproc 52. 2.100 / 52. 2.100
  33. Bitrate was 905970024 [360]
  34. Bitrate request 32 [32]
  35. Bitrate now 32 [32]
  36. ..........................................................................................................................................................[h264 @ 0x1ca9720] max_analyze_duration 5000000 reached at 5000000 microseconds
  37. [h264 @ 0x1ca9720] Estimating duration from bitrate, this may be inaccurate
  38. Input #0, h264, from 'pipe:':
  39. . Duration: N/A, bitrate: N/A
  40. Stream #0:0: Video: h264 (Constrained Baseline), yuvj420p, 1920x1080 [SAR 1:1 DAR 16:9], 30 fps, 30 tbr, 1200k tbn, 60 tbc
  41. .Output #0, stream_segment,ssegment, to 'segments/%08d.ts':
  42. Metadata:
  43. . encoder : Lavf54.63.104
  44. Stream #0:0: Video: h264, yuvj420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 30 fps, 90k tbn, 30 tbc
  45. Stream mapping:
  46. Stream #0:0 -> #0:0 (copy)
  47. .Could not write header for output file #0 (incorrect codec parameters ?): No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement