Advertisement
Guest User

Untitled

a guest
Jan 21st, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. ffmpeg -i /srv/shared/tmp/scratch/f1a50b117d5e11e39f4d0dd313555599 -r 25 -acodec libvo_aacenc -ab 128k -ar 48k -vcodec libx264 -b:v 700k -maxrate 700k -bufsize 700k -bt 1400k -f mp4 -async 2 -coder 0 -g 30 -level 30 -partitions +parti4x4+partp8x8+partb8x8 -qmax 51 -qmin 10 -rc_eq blurCplx^(1-qComp) -trellis 1 -preset faster -threads 3 -bsf:a aac_adtstoasc -segment_format mpegts -segment_time 10 -segment_time_delta 0 -map 0 -codec:d copy -bsf h264_mp4toannexb -flags -global_header -vf [in] scale=iw*min(480/iw,320/ih):ih*min(480/iw,320/ih),pad=480:320:(480-iw)/2:(320-ih)/2 [out] /srv/shared/tmp/scratch/340e62d07d5f11e3a5c37dbff8b58971-%05d.ts
  2. step
  3.  
  4. ffmpeg version N-54234-gef90639 Copyright (c) 2000-2013 the FFmpeg developers
  5. built on Jun 28 2013 05:26:06 with gcc 4.6 (Debian 4.6.3-1)
  6. configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  7. libavutil 52. 37.101 / 52. 37.101
  8. libavcodec 55. 17.100 / 55. 17.100
  9. libavformat 55. 10.100 / 55. 10.100
  10. libavdevice 55. 2.100 / 55. 2.100
  11. libavfilter 3. 77.101 / 3. 77.101
  12. libswscale 2. 3.100 / 2. 3.100
  13. libswresample 0. 17.102 / 0. 17.102
  14. libpostproc 52. 3.100 / 52. 3.100
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/srv/shared/tmp/scratch/f1a50b117d5e11e39f4d0dd313555599':
  16. Metadata:
  17. major_brand : isom
  18. minor_version : 512
  19. compatible_brands: isomiso2avc1mp41
  20. creation_time : 1970-01-01 00:00:00
  21. date : 2011-09-25T00:41:58-0400
  22. encoder : Lavf52.99.1
  23. Duration: 00:00:28.69, start: 0.000000, bitrate: 1255 kb/s
  24. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1024x768, 1179 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
  25. Metadata:
  26. creation_time : 1970-01-01 00:00:00
  27. handler_name : VideoHandler
  28. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, mono, fltp, 82 kb/s
  29. Metadata:
  30. creation_time : 1970-01-01 00:00:00
  31. handler_name : SoundHandler
  32. -async is forwarded to lavfi similarly to -af aresample=async=2:min_hard_comp=0.100000:first_pts=0.
  33. [libx264 @ 0x24c6f60] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
  34. [libx264 @ 0x24c6f60] profile High, level 3.0
  35. [mp4 @ 0x24c6a00] Codec for stream 0 does not use global headers but container format requires global headers
  36. [mp4 @ 0x24c6a00] Codec for stream 1 does not use global headers but container format requires global headers
  37. Output #0, mp4, to '/srv/shared/tmp/scratch/340e62d07d5f11e3a5c37dbff8b58971-%05d.ts':
  38. Metadata:
  39. major_brand : isom
  40. minor_version : 512
  41. compatible_brands: isomiso2avc1mp41
  42. date : 2011-09-25T00:41:58-0400
  43. encoder : Lavf55.10.100
  44. Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 480x320, q=10-51, 700 kb/s, 12800 tbn, 25 tbc
  45. Metadata:
  46. creation_time : 1970-01-01 00:00:00
  47. handler_name : VideoHandler
  48. Stream #0:1(und): Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040), 48000 Hz, mono, s16, 128 kb/s
  49. Metadata:
  50. creation_time : 1970-01-01 00:00:00
  51. handler_name : SoundHandler
  52. Stream mapping:
  53. Stream #0:0 -> #0:0 (h264 -> libx264)
  54. Stream #0:1 -> #0:1 (aac -> libvo_aacenc)
  55. Press [q] to stop, [?] for help
  56. [swscaler @ 0x249e700] Warning: data is not aligned! This can lead to a speedloss
  57. [mp4 @ 0x24c6a00] Malformed AAC bitstream detected: use audio bitstream filter 'aac_adtstoasc' to fix it ('-bsf:a aac_adtstoasc' option with ffmpeg)
  58. av_interleaved_write_frame(): Operation not permitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement