Advertisement
Guest User

Untitled

a guest
Sep 19th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. sky@sky-desktop ~ $ ffmpeg -i ~/Desktop/142306432_l.mov -vcodec mpeg4 -vb 3000k -strict experimental -acodec aac -ab 256k -cutoff 15000 ~/Desktop/test.3gp
  2. ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
  3. built on Apr 2 2013 17:00:59 with gcc 4.6.3
  4. *** THIS PROGRAM IS DEPRECATED ***
  5. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  6.  
  7. Seems stream 0 codec frame rate differs from container frame rate: 600.00 (600/1) -> 30.00 (30/1)
  8. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/sky/Desktop/142306432_l.mov':
  9. Metadata:
  10. major_brand : qt
  11. minor_version : 537199360
  12. compatible_brands: qt
  13. creation_time : 2012-03-30 19:14:39
  14. Duration: 00:00:41.20, start: 0.000000, bitrate: 1357 kb/s
  15. Stream #0.0(eng): Video: svq3, yuvj420p, 480x360, 1168 kb/s, PAR 1:1 DAR 4:3, 29.97 fps, 30 tbr, 600 tbn, 600 tbc
  16. Metadata:
  17. creation_time : 2012-03-30 19:14:39
  18. Stream #0.1(eng): Audio: adpcm_ima_qt, 22050 Hz, stereo, s16, 176 kb/s
  19. Metadata:
  20. creation_time : 2012-03-30 19:14:39
  21. Incompatible pixel format 'yuvj420p' for codec 'mpeg4', auto-selecting format 'yuv420p'
  22. [buffer @ 0x81ed220] w:480 h:360 pixfmt:yuvj420p
  23. [avsink @ 0x81e16a0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  24. [scale @ 0x81e1a20] w:480 h:360 fmt:yuvj420p -> w:480 h:360 fmt:yuv420p flags:0x4
  25. Output #0, 3gp, to '/home/sky/Desktop/test.3gp':
  26. Metadata:
  27. major_brand : qt
  28. minor_version : 537199360
  29. compatible_brands: qt
  30. creation_time : 2012-03-30 19:14:39
  31. encoder : Lavf53.21.1
  32. Stream #0.0(eng): Video: mpeg4, yuv420p, 480x360 [PAR 1:1 DAR 4:3], q=2-31, 3000 kb/s, 30 tbn, 30 tbc
  33. Metadata:
  34. creation_time : 2012-03-30 19:14:39
  35. Stream #0.1(eng): Audio: aac, 22050 Hz, stereo, s16, 256 kb/s
  36. Metadata:
  37. creation_time : 2012-03-30 19:14:39
  38. Stream mapping:
  39. Stream #0.0 -> #0.0
  40. Stream #0.1 -> #0.1
  41. Press ctrl-c to stop encoding
  42. Multiple frames in a packet from stream 1
  43. frame= 846 fps= 67 q=2.0 size= 10183kB time=28.20 bitrate=2958.0kbits/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement