Advertisement
dericed

why 11th-16th bits

Jun 14th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. ffmpeg -vsync 0 -i 5EYX_slS.mov -an -f rawvideo -pix_fmt yuv422p16be - | xxd -b -c 2
  2. ffmpeg version git-N-29930-ge60e54c, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on May 14 2011 19:05:04 with gcc 4.2.1 (Apple Inc. build 5664)
  4. configuration: --enable-gpl
  5. libavutil 51. 2. 1 / 51. 2. 1
  6. libavcodec 53. 5. 0 / 53. 5. 0
  7. libavformat 53. 0. 3 / 53. 0. 3
  8. libavdevice 53. 0. 0 / 53. 0. 0
  9. libavfilter 2. 5. 0 / 2. 5. 0
  10. libswscale 0. 14. 0 / 0. 14. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101012400] Unimplemented container channel layout.
  13. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101012400] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list.
  14. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101012400] Unimplemented container channel layout.
  15. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101012400] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list.
  16.  
  17. Seems stream 0 codec frame rate differs from container frame rate: 2997.00 (2997/1) -> 29.97 (2997/100)
  18. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '5EYX_slS.mov':
  19. Metadata:
  20. major_brand : qt
  21. minor_version : 537199360
  22. compatible_brands: qt
  23. creation_time : 2011-06-14 22:10:35
  24. Duration: 00:01:26.11, start: -46.379713, bitrate: 1412 kb/s
  25. Stream #0.0(eng): Video: v210, yuv422p10le, 720x486, 223724 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 2997 tbc
  26. Metadata:
  27. creation_time : 2011-06-14 22:10:35
  28. Stream #0.1(eng): Audio: pcm_s24be, 48000 Hz, 1 channels, s32, 1152 kb/s
  29. Metadata:
  30. creation_time : 2011-06-14 22:10:35
  31. Stream #0.2(eng): Audio: pcm_s24be, 48000 Hz, 1 channels, s32, 1152 kb/s
  32. Metadata:
  33. creation_time : 2011-06-14 22:10:35
  34. Stream #0.3(eng): Data: tmcd / 0x64636D74
  35. Metadata:
  36. creation_time : 2011-06-14 22:10:35
  37. [buffer @ 0x100e050e0] w:720 h:486 pixfmt:yuv422p10le tb:1/1000000 sar:0/1
  38. [ffsink @ 0x100e054c0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  39. [scale @ 0x100e057e0] w:720 h:486 fmt:yuv422p10le -> w:720 h:486 fmt:yuv422p16be flags:0xa0000004
  40. Output #0, rawvideo, to 'pipe:':
  41. Metadata:
  42. major_brand : qt
  43. minor_version : 537199360
  44. compatible_brands: qt
  45. creation_time : 2011-06-14 22:10:35
  46. encoder : Lavf53.0.3
  47. Stream #0.0(eng): Video: rawvideo, yuv422p16be, 720x486, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
  48. Metadata:
  49. creation_time : 2011-06-14 22:10:35
  50. Stream mapping:
  51. Stream #0.0 -> #0.0
  52. Press [q] to stop encoding
  53. 0000000: 00010000 00000100 ..
  54. 0000002: 00010000 00000100 ..
  55. 0000004: 00010000 01000100 .D
  56. 0000006: 00010000 00000100 ..
  57. 0000008: 00010001 00000100 ..
  58. 000000a: 00100100 01001001 $I
  59. 000000c: 00101001 00001010 ).
  60. 000000e: 00101011 00001010 +.
  61. 0000010: 00101101 01001011 -K
  62. 0000012: 00101111 00001011 /.
  63. 0000014: 00101111 10001011 /.
  64. 0000016: 00110000 10001100 0.
  65. 0000018: 00110001 10001100 1.
  66. 000001a: 00110001 11001100 1.
  67. 000001c: 00110010 11001100 2.
  68. 000001e: 00110010 11001100 2.
  69. 0000020: 00110011 00001100 3.
  70. 0000022: 00110011 11001100 3.
  71. 0000024: 00110100 01001101 4M
  72. 0000026: 00110100 11001101 4.
  73. 0000028: 00111000 10001110 8.
  74. 000002a: 00110101 01001101 5M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement