Guest User

Untitled

a guest
Jan 1st, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. ffmpeg -i input.mkv -acodec ac3 -ab 640k -ac 6 -vcodec copy output.mkv
  2. ffmpeg version N-32077-g5f5e37e, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Aug 24 2011 17:01:01 with gcc 4.4.5
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab
  5. libavutil 51. 13. 0 / 51. 13. 0
  6. libavcodec 53. 12. 0 / 53. 12. 0
  7. libavformat 53. 9. 0 / 53. 9. 0
  8. libavdevice 53. 3. 0 / 53. 3. 0
  9. libavfilter 2. 34. 2 / 2. 34. 2
  10. libswscale 2. 0. 0 / 2. 0. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [matroska,webm @ 0x14d9c60] Estimating duration from bitrate, this may be inaccurate
  13. Input #0, matroska,webm, from 'input.mkv':
  14. Metadata:
  15. title : INPUT
  16. Duration: 01:45:58.22, start: 0.000000, bitrate: 1536 kb/s
  17. Stream #0.0: Video: h264 (High), yuv420p, 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
  18. Stream #0.1(eng): Audio: dts (DTS), 48000 Hz, 5.1, s16, 1536 kb/s (default)
  19. Incompatible sample format 's16' for codec 'ac3', auto-selecting format 'flt'
  20. [ac3 @ 0x14d3fa0] channel_layout not specified
  21. [ac3 @ 0x14d3fa0] No channel layout specified. The encoder will guess the layout, but it might be incorrect.
  22. Output #0, matroska, to 'output.mkv':
  23. Metadata:
  24. title : INPUT
  25. encoder : Lavf53.9.0
  26. Stream #0.0: Video: h264 (H264 / 0x34363248), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 1k tbn, 1k tbc (default)
  27. Stream #0.1(eng): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1, flt, 640 kb/s (default)
  28. Stream mapping:
  29. Stream #0.0 -> #0.0: copy
  30. Stream #0.1 -> #0.1: dca -> ac3
  31. Press [q] to stop, [?] for help
  32. [matroska @ 0x14dd7c0] pts < dts in stream 0
  33. av_interleaved_write_frame(): Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment