Advertisement
Guest User

Untitled

a guest
Oct 31st, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. ffmpeg -an -y -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 800x1280 -i /sdcard/tempfifo /sdcard/output.avi 2> /sdcard/ffmpeg.log
  2.  
  3. ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Oct 26 2012 00:38:32 with gcc 4.6.x-google 20120106 (prerelease)
  5. configuration: --arch=arm --cpu=cortex-a8 --target-os=linux --enable-runtime-cpudetect --prefix=/data/data/org.witness.sscvideoproto --enable-pic --disable-shared --enable-static --cross-prefix=/home/oz/android-ndk-r8b//toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi- --sysroot=/home/oz/android-ndk-r8b//platforms/android-3/arch-arm --extra-cflags='-I../x264 -mfloat-abi=softfp -mfpu=neon' --extra-ldflags=-L../x264 --enable-version3 --enable-gpl --disable-doc --enable-yasm --enable-decoders --enable-encoders --enable-muxers --enable-demuxers --enable-parsers --enable-protocols --enable-filters --enable-avresample --enable-libfreetype --disable-indevs --enable-indev=lavfi --enable-indev=fbdev --disable-outdevs --enable-hwaccels --enable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --disable-network --enable-libx264 --enable-zlib
  6. libavutil 51. 54.100 / 51. 54.100
  7. libavcodec 54. 23.100 / 54. 23.100
  8. libavformat 54. 6.100 / 54. 6.100
  9. libavdevice 54. 0.100 / 54. 0.100
  10. libavfilter 2. 77.100 / 2. 77.100
  11. libswscale 2. 1.100 / 2. 1.100
  12. libswresample 0. 15.100 / 0. 15.100
  13. libpostproc 52. 0.100 / 52. 0.100
  14. [rawvideo @ 0x21b2540] Estimating duration from bitrate, this may be inaccurate
  15. Input #0, rawvideo, from '/sdcard/tempfifo':
  16. Duration: N/A, start: 0.000000, bitrate: N/A
  17. Stream #0:0: Video: rawvideo (BGRA / 0x41524742), bgra, 800x1280, 25 tbr, 25 tbn, 25 tbc
  18. [buffer @ 0x21be6e0] w:800 h:1280 pixfmt:bgra tb:1/25 sar:0/1 sws_param:flags=2
  19. [buffersink @ 0x21be950] No opaque field provided
  20. [format @ 0x21bea70] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'format'
  21. [scale @ 0x21bfc10] w:800 h:1280 fmt:bgra sar:0/1 -> w:800 h:1280 fmt:yuv420p sar:0/1 flags:0x4
  22. Output #0, avi, to '/sdcard/output.avi':
  23. Metadata:
  24. ISFT : Lavf54.6.100
  25. Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 800x1280, q=2-31, 200 kb/s, 25 tbn, 25 tbc
  26. Stream mapping:
  27. Stream #0:0 -> #0:0 (rawvideo -> mpeg4)
  28. Press [q] to stop, [?] for help
  29. Error while decoding stream #0:0
  30. frame= 0 fps=0.0 q=0.0 Lsize= 6kB time=00:00:00.00 bitrate= 0.0kbits/s
  31. video:0kB audio:0kB global headers:0kB muxing overhead Inf%
  32. Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement