Advertisement
Guest User

copy closed caption gets encoded to dvb_subtitle

a guest
Apr 16th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. /tmp ❯ ffmpeg -i Test\ for\ Quicktime\ 608\ CC\ file.mov -map 0 -c copy -y -bsf h264_mp4toannexb test.ts
  2.  
  3. ffmpeg version N-39672-g40b7a27 Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Apr 10 2012 19:19:51 with clang 2.1 (tags/Apple/clang-163.7.1)
  5. configuration: --prefix=/Users/vivien/dev/work/panda/ffmpeg-head/runtime --enable-static --disable-shared --enable-postproc --enable-nonfree --enable-libx264 --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libxvid --enable-libvorbis --enable-libvpx --enable-avfilter --disable-ffserver --disable-network --disable-devices --disable-doc --cc=clang --extra-cflags=--static --extra-ldflags= --bindir=/Users/vivien/dev/work/panda/ffmpeg-head/dist/bin --incdir=/Users/vivien/dev/work/panda/ffmpeg-head/dist/include --libdir=/Users/vivien/dev/work/panda/ffmpeg-head/dist/lib --prefix=/usr/local
  6. libavutil 51. 46.100 / 51. 46.100
  7. libavcodec 54. 14.101 / 54. 14.101
  8. libavformat 54. 3.100 / 54. 3.100
  9. libavdevice 53. 4.100 / 53. 4.100
  10. libavfilter 2. 67.101 / 2. 67.101
  11. libswscale 2. 1.100 / 2. 1.100
  12. libswresample 0. 10.100 / 0. 10.100
  13. libpostproc 52. 0.100 / 52. 0.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Test for Quicktime 608 CC file.mov':
  15. Metadata:
  16. major_brand : qt
  17. minor_version : 537199360
  18. compatible_brands: qt
  19. creation_time : 2010-11-04 17:28:46
  20. Duration: 00:00:28.39, start: 0.000000, bitrate: 1603 kb/s
  21. Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x360, 1485 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc
  22. Metadata:
  23. creation_time : 2010-11-04 17:28:46
  24. handler_name : Apple Alias Data Handler
  25. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 109 kb/s
  26. Metadata:
  27. creation_time : 2010-11-04 17:28:46
  28. handler_name : Apple Alias Data Handler
  29. Stream #0:2(eng): Subtitle: eia_608 (c608 / 0x38303663)
  30. Metadata:
  31. creation_time : 2010-11-04 17:28:46
  32. handler_name : Apple Alias Data Handler
  33. [mpegts @ 0x7f924b865000] muxrate VBR, pcr every 299 pkts, sdt every 200, pat/pmt every 40 pkts
  34. Output #0, mpegts, to 'test.ts':
  35. Metadata:
  36. major_brand : qt
  37. minor_version : 537199360
  38. compatible_brands: qt
  39. creation_time : 2010-11-04 17:28:46
  40. encoder : Lavf54.3.100
  41. Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv420p, 640x360, q=2-31, 1485 kb/s, 29.97 fps, 90k tbn, 2997 tbc
  42. Metadata:
  43. creation_time : 2010-11-04 17:28:46
  44. handler_name : Apple Alias Data Handler
  45. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, 109 kb/s
  46. Metadata:
  47. creation_time : 2010-11-04 17:28:46
  48. handler_name : Apple Alias Data Handler
  49. Stream #0:2(eng): Subtitle: eia_608 (c608 / 0x38303663)
  50. Metadata:
  51. creation_time : 2010-11-04 17:28:46
  52. handler_name : Apple Alias Data Handler
  53. Stream mapping:
  54. Stream #0:0 -> #0:0 (copy)
  55. Stream #0:1 -> #0:1 (copy)
  56. Stream #0:2 -> #0:2 (copy)
  57. Press [q] to stop, [?] for help
  58. frame= 851 fps=0.0 q=-1.0 Lsize= 6244kB time=00:00:27.62 bitrate=1851.5kbits/s
  59. video:5147kB audio:379kB global headers:0kB muxing overhead 12.996930%
  60.  
  61.  
  62. /tmp ❯ ffmpeg -i test.ts
  63.  
  64. ffmpeg version N-39672-g40b7a27 Copyright (c) 2000-2012 the FFmpeg developers
  65. built on Apr 10 2012 19:19:51 with clang 2.1 (tags/Apple/clang-163.7.1)
  66. configuration: --prefix=/Users/vivien/dev/work/panda/ffmpeg-head/runtime --enable-static --disable-shared --enable-postproc --enable-nonfree --enable-libx264 --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libxvid --enable-libvorbis --enable-libvpx --enable-avfilter --disable-ffserver --disable-network --disable-devices --disable-doc --cc=clang --extra-cflags=--static --extra-ldflags= --bindir=/Users/vivien/dev/work/panda/ffmpeg-head/dist/bin --incdir=/Users/vivien/dev/work/panda/ffmpeg-head/dist/include --libdir=/Users/vivien/dev/work/panda/ffmpeg-head/dist/lib --prefix=/usr/local
  67. libavutil 51. 46.100 / 51. 46.100
  68. libavcodec 54. 14.101 / 54. 14.101
  69. libavformat 54. 3.100 / 54. 3.100
  70. libavdevice 53. 4.100 / 53. 4.100
  71. libavfilter 2. 67.101 / 2. 67.101
  72. libswscale 2. 1.100 / 2. 1.100
  73. libswresample 0. 10.100 / 0. 10.100
  74. libpostproc 52. 0.100 / 52. 0.100
  75. [dvbsub @ 0x7fe89387c600] Junk in packet
  76. [h264 @ 0x7fe893850000] non-existing SPS 0 referenced in buffering period
  77. Last message repeated 1 times
  78. [dvbsub @ 0x7fe89387c600] Junk in packet
  79. Last message repeated 191 times
  80. [mpegts @ 0x7fe89383d800] max_analyze_duration 5000000 reached at 5013600
  81. [NULL @ 0x7fe89387c600] start time is not set in estimate_timings_from_pts
  82. Input #0, mpegts, from 'test.ts':
  83. Duration: 00:00:28.36, start: 1.400000, bitrate: 1803 kb/s
  84. Program 1
  85. Metadata:
  86. service_name : Service01
  87. service_provider: FFmpeg
  88. Stream #0:0[0x100]: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 640x360, 29.97 tbr, 90k tbn, 180k tbc
  89. Stream #0:1[0x101](eng): Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, s16, 109 kb/s
  90. Stream #0:2[0x102](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
  91. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement