Advertisement
Guest User

Untitled

a guest
Oct 31st, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. ffmpeg -an -y -vcodec rawvideo -f image2 -pix_fmt rgb32 -s 800x1280 -loop 1 -i /sdcard/tempfifo /sdcard/outpu.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. Input #0, image2, from '/sdcard/tempfifo':
  15. Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
  16. Stream #0:0: Video: rawvideo (BGRA / 0x41524742), bgra, 800x1280, 25 tbr, 25 tbn, 25 tbc
  17. [buffer @ 0x2aadb10] w:800 h:1280 pixfmt:bgra tb:1/25 sar:0/1 sws_param:flags=2
  18. [buffersink @ 0x2aadd90] No opaque field provided
  19. [format @ 0x2aae3f0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'format'
  20. [scale @ 0x2aaf590] w:800 h:1280 fmt:bgra sar:0/1 -> w:800 h:1280 fmt:yuv420p sar:0/1 flags:0x4
  21. Output #0, avi, to '/sdcard/outpu.avi':
  22. Metadata:
  23. ISFT : Lavf54.6.100
  24. Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 800x1280, q=2-31, 200 kb/s, 25 tbn, 25 tbc
  25. Stream mapping:
  26. Stream #0:0 -> #0:0 (rawvideo -> mpeg4)
  27. Press [q] to stop, [?] for help
  28. frame= 0 fps=0.0 q=0.0 Lsize= 6kB time=00:00:00.00 bitrate= 0.0kbits/s
  29. video:0kB audio:0kB global headers:0kB muxing overhead Inf%
  30. Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement