Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. sammel@sammel-ub:~/Videos/youtube/felsen$ ffmpeg -i 946_1265.MOV -s 640x480 -b 800k -acodec libfaac -ab 64k -vcodec mpeg4 -vtag xvid test.mp4
  2. ffmpeg version git-2012-06-01-7980a26 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 1 2012 21:02:15 with gcc 4.4.3
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
  5. libavutil 51. 56.100 / 51. 56.100
  6. libavcodec 54. 23.100 / 54. 23.100
  7. libavformat 54. 6.101 / 54. 6.101
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 77.100 / 2. 77.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '946_1265.MOV':
  14. Metadata:
  15. major_brand : qt
  16. minor_version : 0
  17. compatible_brands: qt
  18. creation_time : 2012-04-27 04:45:32
  19. comment : KODAK Zi8 Pocket Video Camera
  20. comment-eng : KODAK Zi8 Pocket Video Camera
  21. Duration: 00:00:20.72, start: 0.000000, bitrate: 13921 kb/s
  22. Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 13780 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  23. Metadata:
  24. creation_time : 2012-04-27 04:45:32
  25. handler_name : Ambarella AVC
  26. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 128 kb/s
  27. Metadata:
  28. creation_time : 2012-04-27 04:45:32
  29. handler_name : Ambarella AAC
  30. Please use -b:a or -b:v, -b is ambiguous
  31. File 'test.mp4' already exists. Overwrite ? [y/N] y
  32. w:1280 h:720 pixfmt:yuv420p tb:1/90000 sar:1/1 sws_param:flags=2
  33. [buffersink @ 0xa0571c0] No opaque field provided
  34. [scale @ 0xa0573a0] w:1280 h:720 fmt:yuv420p sar:1/1 -> w:640 h:480 fmt:yuv420p sar:4/3 flags:0x4
  35. [mp4 @ 0xa04c5c0] Tag xvid/0x64697678 incompatible with output codec id '13' ( [0][0][0])
  36. Output #0, mp4, to 'test.mp4':
  37. Metadata:
  38. major_brand : qt
  39. minor_version : 0
  40. compatible_brands: qt
  41. creation_time : 2012-04-27 04:45:32
  42. comment : KODAK Zi8 Pocket Video Camera
  43. comment-eng : KODAK Zi8 Pocket Video Camera
  44. Stream #0:0(eng): Video: mpeg4 (xvid / 0x64697678), yuv420p, 640x480 [SAR 4:3 DAR 16:9], q=2-31, 800 kb/s, 90k tbn, 29.97 tbc
  45. Metadata:
  46. creation_time : 2012-04-27 04:45:32
  47. handler_name : Ambarella AVC
  48. Stream #0:1(eng): Audio: aac, 48000 Hz, stereo, s16, 64 kb/s
  49. Metadata:
  50. creation_time : 2012-04-27 04:45:32
  51. handler_name : Ambarella AAC
  52. Stream mapping:
  53. Stream #0:0 -> #0:0 (h264 -> mpeg4)
  54. Stream #0:1 -> #0:1 (aac -> libfaac)
  55. Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement