Advertisement
Guest User

Untitled

a guest
Sep 8th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. sky@sky-desktop ~ $ cd ~/Desktop
  2. sky@sky-desktop ~/Desktop $ ffmpeg -i 142306432.mov -c:v h263 -ar 8000 -ac 1 142306432.3gp
  3. ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Aug 30 2014 01:05:29 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  5. configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-x11grab --enable-libpulse --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr
  6. libavutil 52. 92.100 / 52. 92.100
  7. libavcodec 55. 69.100 / 55. 69.100
  8. libavformat 55. 48.100 / 55. 48.100
  9. libavdevice 55. 13.102 / 55. 13.102
  10. libavfilter 4. 11.100 / 4. 11.100
  11. libavresample 1. 3. 0 / 1. 3. 0
  12. libswscale 2. 6.100 / 2. 6.100
  13. libswresample 0. 19.100 / 0. 19.100
  14. libpostproc 52. 3.100 / 52. 3.100
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '142306432.mov':
  16. Metadata:
  17. major_brand : qt
  18. minor_version : 537199360
  19. compatible_brands: qt
  20. creation_time : 2012-03-30 19:14:39
  21. Duration: 00:00:41.21, start: 0.000000, bitrate: 1357 kb/s
  22. Stream #0:0(eng): Video: svq3 (SVQ3 / 0x33515653), yuvj420p(pc), 480x360, 1168 kb/s, SAR 1:1 DAR 4:3, 29.97 fps, 29.97 tbr, 600 tbn, 600 tbc (default)
  23. Metadata:
  24. creation_time : 2012-03-30 19:14:39
  25. handler_name : Apple Alias Data Handler
  26. encoder : Sorenson Video 3
  27. Stream #0:1(eng): Audio: adpcm_ima_qt (ima4 / 0x34616D69), 22050 Hz, stereo, s16p, 176 kb/s (default)
  28. Metadata:
  29. creation_time : 2012-03-30 19:14:39
  30. handler_name : Apple Alias Data Handler
  31. File '142306432.3gp' already exists. Overwrite ? [y/N] y
  32. [swscaler @ 0xa67a340] deprecated pixel format used, make sure you did set range correctly
  33. [h263 @ 0xa688180] The specified picture size of 480x360 is not valid for the H.263 codec.
  34. Valid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+.
  35. Output #0, 3gp, to '142306432.3gp':
  36. Metadata:
  37. major_brand : qt
  38. minor_version : 537199360
  39. compatible_brands: qt
  40. Stream #0:0(eng): Video: h263, q=2-31, 128 kb/s, SAR 1:1 DAR 0:0, 29.97 fps (default)
  41. Metadata:
  42. creation_time : 2012-03-30 19:14:39
  43. handler_name : Apple Alias Data Handler
  44. encoder : Lavc55.69.100 h263
  45. Stream #0:1(eng): Audio: amr_nb, 0 channels, 128 kb/s (default)
  46. Metadata:
  47. creation_time : 2012-03-30 19:14:39
  48. handler_name : Apple Alias Data Handler
  49. encoder : Lavc55.69.100 libopencore_amrnb
  50. Stream mapping:
  51. Stream #0:0 -> #0:0 (svq3 (native) -> h263 (native))
  52. Stream #0:1 -> #0:1 (adpcm_ima_qt (native) -> amr_nb (libopencore_amrnb))
  53. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  54. sky@sky-desktop ~/Desktop $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement