Guest User

Untitled

a guest
Oct 26th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. > ffmpeg -loop 1 -r 1 -i image.jpg -i audio.wav -shortest -strict -2 test.mp4
  2.  
  3. Worker has received command
  4. Received command: -loop 1 -r 1 -i image.jpg -i audio.wav -shortest -strict -2 test.mp4. Processing with 268435456 bits.
  5. ffmpeg version git-2013-11-21-d1760dd Copyright (c) 2000-2013 the FFmpeg developers
  6. built on Nov 21 2013 20:03:34 with emcc (Emscripten GCC-like replacement) 1.7.5 (commit 42fdcd5e0f7410d34d57fbf883c4e8039ec4d824)
  7. configuration: --cc=emcc --enable-cross-compile --target-os=none --arch=x86_32 --cpu=generic --disable-ffplay --disable-ffprobe --disable-ffserver --disable-asm --disable-doc --disable-devices --disable-pthreads --disable-w32threads --disable-network --disable-hwaccels --disable-parsers --disable-bsfs --disable-debug --disable-zlib --disable-protocols --disable-indevs --disable-outdevs --enable-protocol=file --enable-pic --enable-small
  8. libavutil 52. 52.100 / 52. 52.100
  9. libavcodec 55. 41.100 / 55. 41.100
  10. libavformat 55. 21.100 / 55. 21.100
  11. libavdevice 55. 5.100 / 55. 5.100
  12. libavfilter 3. 90.102 / 3. 90.102
  13. libswscale 2. 5.101 / 2. 5.101
  14. libswresample 0. 17.104 / 0. 17.104
  15. [mjpeg @ 0xcbaa20] Warning: not compiled with thread support, using thread emulation
  16. Input #0, image2, from 'image.jpg':
  17. Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
  18. Stream #0:0: Video: mjpeg, yuvj420p(pc), 1024x640 [SAR 72:72 DAR 8:5], 25 fps, 25 tbr, 25 tbn, 25 tbc
  19. [pcm_s16le @ 0xcbdc20] Warning: not compiled with thread support, using thread emulation
  20. Guessed Channel Layout for Input Stream #1.0 : mono
  21. Input #1, wav, from 'audio.wav':
  22. Duration: 00:01:00.91, bitrate: 706 kb/s
  23. Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, mono, s16, 705 kb/s
  24. [swscaler @ 0xca2140] deprecated pixel format used, make sure you did set range correctly
  25. [mpeg4 @ 0xcbc150] Warning: not compiled with thread support, using thread emulation
  26. [aac @ 0xd3e940] Warning: not compiled with thread support, using thread emulation
  27. [mjpeg @ 0xcbaa20] Warning: not compiled with thread support, using thread emulation
  28. [pcm_s16le @ 0xcbdc20] Warning: not compiled with thread support, using thread emulation
  29. Output #0, mp4, to 'output/test.mp4':
  30. Metadata:
  31. encoder : Lavf55.21.100
  32. Stream #0:0: Video: mpeg4 ( [0][0][0] / 0x0020), yuv420p, 1024x640 [SAR 1:1 DAR 8:5], q=2-31, 200 kb/s, 16384 tbn, 1 tbc
  33. Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, mono, fltp, 128 kb/s
  34. Stream mapping:
  35. Stream #0:0 -> #0:0 (mjpeg -> mpeg4)
  36. Stream #1:0 -> #0:1 (pcm_s16le -> aac)
  37. Press [q] to stop, [?] for help
  38. frame= 1 fps=0.0 q=5.5 size= 0kB time=00:00:01.00 bitrate= 0.4kbits/s
  39. frame= 4 fps=0.0 q=2.0 size= 97kB time=00:00:04.00 bitrate= 198.0kbits/s
  40. frame= 11 fps= 10 q=2.0 size= 221kB time=00:00:11.00 bitrate= 164.8kbits/s
  41. frame= 21 fps= 13 q=2.0 size= 438kB time=00:00:21.00 bitrate= 171.0kbits/s
  42. frame= 31 fps= 15 q=2.0 size= 668kB time=00:00:31.00 bitrate= 176.4kbits/s
  43. frame= 40 fps= 15 q=2.0 size= 896kB time=00:00:40.00 bitrate= 183.5kbits/s
  44. frame= 50 fps= 16 q=2.0 size= 1123kB time=00:00:50.00 bitrate= 184.0kbits/s
  45. frame= 61 fps= 17 q=1.6 size= 1287kB time=00:01:01.00 bitrate= 172.8kbits/s
  46. frame= 62 fps= 17 q=2.0 Lsize= 1398kB time=00:01:02.00 bitrate= 184.7kbits/s
  47. video:431kB audio:955kB subtitle:0 global headers:0kB muxing overhead 0.891828%
  48. Finished processing (took 6837ms)
Advertisement
Add Comment
Please, Sign In to add comment