Advertisement
Guest User

Untitled

a guest
Jun 25th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. root@nwss-i3-01:~/scott# ffmpeg -i out.avi -c:v copy -c:a libfaac -b:a 128k out.mp4
  2. ffmpeg version git-2013-03-28-dd17843 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Mar 28 2013 15:00:45 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --enable-shared --enable-gpl --enable-nonfree --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-libxvid --enable-pthreads --enable-encoder=mpeg4 --enable-encoder=aac --enable-encoder=ac3
  5. libavutil 52. 22.101 / 52. 22.101
  6. libavcodec 55. 2.100 / 55. 2.100
  7. libavformat 55. 0.100 / 55. 0.100
  8. libavdevice 55. 0.100 / 55. 0.100
  9. libavfilter 3. 48.105 / 3. 48.105
  10. libswscale 2. 2.100 / 2. 2.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. Guessed Channel Layout for Input Stream #0.1 : mono
  14. Input #0, avi, from 'out.avi':
  15. Metadata:
  16. title : h264 stream by H.264/MJPEG RTSP stream(ipcamera)
  17. encoder : Lavf55.0.100
  18. Duration: 00:00:17.43, start: 0.000000, bitrate: 804 kb/s
  19. Stream #0:0: Video: h264 (Constrained Baseline) (H264 / 0x34363248), yuv420p, 640x480, 600 fps, 30.08 tbr, 600 tbn, 1200 tbc
  20. Stream #0:1: Audio: pcm_mulaw ([7][0][0][0] / 0x0007), 8000 Hz, mono, s16, 64 kb/s
  21. File 'out.mp4' already exists. Overwrite ? [y/N] y
  22. libfaac doesn't support this output format!
  23. Output #0, mp4, to 'out.mp4':
  24. Metadata:
  25. title : h264 stream by H.264/MJPEG RTSP stream(ipcamera)
  26. encoder : Lavf55.0.100
  27. Stream #0:0: Video: h264, yuv420p, 640x480, q=2-31, 600 fps, 90k tbn, 600 tbc
  28. Stream #0:1: Audio: aac, 8000 Hz, mono, s16, 128 kb/s
  29. Stream mapping:
  30. Stream #0:0 -> #0:0 (copy)
  31. Stream #0:1 -> #0:1 (pcm_mulaw -> libfaac)
  32. Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement