Advertisement
Guest User

Untitled

a guest
Mar 10th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. root@localhost:/media/c562c662-acad-4cd2-9a3a-e5b30fc367e9/downloads# ffmpeg -i input.mkv -acodec copy -vcodec copy output.flv
  2. ffmpeg version 0.9.1.git Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Mar 11 2012 03:05:56 with gcc 4.4.5
  4. configuration:
  5. libavutil 51. 42.100 / 51. 42.100
  6. libavcodec 54. 10.100 / 54. 10.100
  7. libavformat 54. 2.100 / 54. 2.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 64.101 / 2. 64.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 7.100 / 0. 7.100
  12. Input #0, matroska,webm, from 'input.mkv':
  13. Duration: 00:55:43.54, start: 0.000000, bitrate: 4008 kb/s
  14. Stream #0:0(eng): Video: h264 (High), yuv420p, 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
  15. Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), s16, 384 kb/s (default)
  16. [NULL @ 0x18986e0] flv does not support that sample rate, choose from (44100, 22050, 11025).
  17. Output #0, flv, to 'output.flv':
  18. Metadata:
  19. encoder : Lavf54.2.100
  20. Stream #0:0(eng): Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 1k tbn, 1k tbc (default)
  21. Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), 384 kb/s (default)
  22. Stream mapping:
  23. Stream #0:0 -> #0:0 (copy)
  24. Stream #0:1 -> #0:1 (copy)
  25. Could not write header for output file #0 (incorrect codec parameters ?)
  26. root@localhost:/media/c562c662-acad-4cd2-9a3a-e5b30fc367e9/downloads#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement