Advertisement
Guest User

Untitled

a guest
Jan 15th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. :~$ ffmpeg -vcodec mpeg2video -threads 4 -deinterlace -y -i /home/jean/Photos/TEST_MyPhotoTool/2011-05-15/big/VIDEO0037-TESTMEDIA-2011-05-15.3gp -b 300k -ab 128k -s 436x240 -aspect 1.7777777777 /home/jean/Photos/TEST_MyPhotoTool/2011-05-15/VIDEO0037-TESTMEDIA-2011-05-15.mpg
  2. ffmpeg version 0.7.2-4:0.7.2-1ubuntu1, Copyright (c) 2000-2011 the Libav developers
  3. built on Oct 2 2011 15:13:26 with gcc 4.6.1
  4. configuration: --extra-version='4:0.7.2-1ubuntu1' --arch=amd64 --prefix=/usr --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --enable-libvpx --enable-runtime-cpudetect --enable-vaapi --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
  5. libavutil 51. 7. 0 / 51. 7. 0
  6. libavcodec 53. 5. 0 / 53. 5. 0
  7. libavformat 53. 2. 0 / 53. 2. 0
  8. libavdevice 53. 0. 0 / 53. 0. 0
  9. libavfilter 2. 4. 0 / 2. 4. 0
  10. libswscale 2. 0. 0 / 2. 0. 0
  11. libpostproc 52. 0. 0 / 52. 0. 0
  12. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x17bc360] multiple edit list entries, a/v desync might occur, patch welcome
  13.  
  14. Seems stream 1 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2)
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/jean/Photos/TEST_MyPhotoTool/2011-05-15/big/VIDEO0037-TESTMEDIA-2011-05-15.3gp':
  16. Metadata:
  17. major_brand : 3gp4
  18. minor_version : 0
  19. compatible_brands: isom3gp4
  20. creation_time : 1945-05-14 15:44:32
  21. Duration: 00:00:07.32, start: 0.000000, bitrate: 10977 kb/s
  22. Stream #0.0(eng): Audio: aac, 44100 Hz, mono, s16, 127 kb/s
  23. Metadata:
  24. creation_time : 1945-05-14 15:44:32
  25. Stream #0.1(eng): Video: mpeg2video, yuv420p, 1280x720, 10024 kb/s, PAR 65536:65536 DAR 16:9, 26.76 fps, 90k tbr, 90k tbn, 180k tbc
  26. Metadata:
  27. creation_time : 1945-05-14 15:44:32
  28. [buffer @ 0x17d6c40] w:1280 h:720 pixfmt:yuv420p
  29. [scale @ 0x17d6840] w:1280 h:720 fmt:yuv420p -> w:436 h:240 fmt:yuv420p flags:0x4
  30. [mpeg @ 0x17c2e20] VBV buffer size not set, muxing may fail
  31. Output #0, mpeg, to '/home/jean/Photos/TEST_MyPhotoTool/2011-05-15/VIDEO0037-TESTMEDIA-2011-05-15.mpg':
  32. Metadata:
  33. major_brand : 3gp4
  34. minor_version : 0
  35. compatible_brands: isom3gp4
  36. creation_time : 1945-05-14 15:44:32
  37. encoder : Lavf53.2.0
  38. Stream #0.0(eng): Video: mpeg1video, yuv420p, 436x240 [PAR 183:187 DAR 6649:3740], q=2-31, 300 kb/s, 90k tbn, 60 tbc
  39. Metadata:
  40. creation_time : 1945-05-14 15:44:32
  41. Stream #0.1(eng): Audio: mp2, 44100 Hz, mono, s16, 128 kb/s
  42. Metadata:
  43. creation_time : 1945-05-14 15:44:32
  44. Stream mapping:
  45. Stream #0.1 -> #0.0
  46. Stream #0.0 -> #0.1
  47. Press ctrl-c to stop encoding
  48. frame= 0 fps= 0 q=0.0 Lsize= 112kB time=7.00 bitrate= 131.1kbits/s
  49. video:0kB audio:109kB global headers:0kB muxing overhead 2.388116%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement