Advertisement
Guest User

ffmpeg

a guest
Nov 25th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. F:\To Be Converted>ffmpeg -i CI-11-23-30494.flv -vcodec libxvid -b:v 981k -r 29.
  2. 970 -acodec libmp3lame -b:a 128k -async 1 FILE.avi
  3. ffmpeg version N-46936-g8b6aeb1 Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Nov 20 2012 19:34:37 with gcc 4.7.2 (GCC)
  5. configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runt
  6. ime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass -
  7. -enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enab
  8. le-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libo
  9. pus --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheo
  10. ra --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li
  11. bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena
  12. ble-zlib
  13. libavutil 52. 8.100 / 52. 8.100
  14. libavcodec 54. 74.100 / 54. 74.100
  15. libavformat 54. 37.100 / 54. 37.100
  16. libavdevice 54. 3.100 / 54. 3.100
  17. libavfilter 3. 23.101 / 3. 23.101
  18. libswscale 2. 1.102 / 2. 1.102
  19. libswresample 0. 17.101 / 0. 17.101
  20. libpostproc 52. 2.100 / 52. 2.100
  21. [flv @ 020ab1e0] max_analyze_duration 5000000 reached at 5018000
  22. [flv @ 020ab1e0] Could not find codec parameters for stream 0 (Video: none, 358
  23. kb/s): unspecified size
  24. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  25. Input #0, flv, from 'CI-11-23-30494.flv':
  26. Metadata:
  27. author :
  28. copyright :
  29. description :
  30. keywords :
  31. rating :
  32. title :
  33. presetname : Custom
  34. creationdate : Fri Nov 23 13:50:12 2012
  35. :
  36. videodevice : Grabster AV 350 Capture
  37. avclevel : 31
  38. avcprofile : 66
  39. videokeyframe_frequency: 5
  40. audiodevice : Realtek AC97 Audio
  41. audiochannels : 2
  42. audioinputvolume: 47
  43. Duration: 04:03:10.15, start: 0.000000, bitrate: 401 kb/s
  44. Stream #0:0: Video: none, 358 kb/s, 1k tbr, 1k tbn, 1k tbc
  45. Stream #0:1: Audio: mp3, 22050 Hz, stereo, s16, 48 kb/s
  46. File 'FILE.avi' already exists. Overwrite ? [y/N] y
  47. -async is forwarded to lavfi similarly to -af aresample=min_comp=0.001:min_hard_
  48. comp=0.100000.
  49. Output #0, avi, to 'FILE.avi':
  50. Metadata:
  51. author :
  52. ICOP :
  53. description :
  54. keywords :
  55. rating :
  56. INAM :
  57. presetname : Custom
  58. creationdate : Fri Nov 23 13:50:12 2012
  59. :
  60. videodevice : Grabster AV 350 Capture
  61. avclevel : 31
  62. avcprofile : 66
  63. videokeyframe_frequency: 5
  64. audiodevice : Realtek AC97 Audio
  65. audiochannels : 2
  66. audioinputvolume: 47
  67. ISFT : Lavf54.37.100
  68. Stream #0:0: Audio: mp3 (U[0][0][0] / 0x0055), 22050 Hz, stereo, s16p, 128 k
  69. b/s
  70. Stream mapping:
  71. Stream #0:1 -> #0:0 (mp3 -> libmp3lame)
  72. Press [q] to stop, [?] for help
  73. size= 756kB time=00:00:45.37 bitrate= 136.5kbits/s
  74. video:0kB audio:710kB subtitle:0 global headers:0kB muxing overhead 6.532330%
  75. Received signal 2: terminating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement