Advertisement
Guest User

Untitled

a guest
Dec 1st, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. $ ffprobe before-ts.mkv
  2. ffprobe version 1.0 Copyright (c) 2007-2012 the FFmpeg developers
  3. built on Oct 21 2012 22:33:24 with gcc 4.6.3 (GCC)
  4. configuration: --prefix=/usr --enable-nonfree --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-libx264 --enable-avresample --enable-libfaac --enable-libfreetype --enable-libpulse --enable-libspeex
  5. libavutil 51. 73.101 / 51. 73.101
  6. libavcodec 54. 59.100 / 54. 59.100
  7. libavformat 54. 29.104 / 54. 29.104
  8. libavdevice 54. 2.101 / 54. 2.101
  9. libavfilter 3. 17.100 / 3. 17.100
  10. libswscale 2. 1.101 / 2. 1.101
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, matroska,webm, from 'before-ts.mkv':
  14. Metadata:
  15. creation_time : 2012-11-29 18:23:52
  16. ENCODER : Lavf54.29.104
  17. Duration: 00:42:48.00, start: 0.000000, bitrate: 8646 kb/s
  18. Stream #0:0: Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc (default)
  19. Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), s16, 112 kb/s (default)
  20. Stream #0:2: Subtitle: subrip (default)
  21.  
  22. $ ffmpeg -nostats -i before-ts.mkv -codec copy -scodec copy -bsf:v h264_mp4toannexb -f mpegts converted-to-ts.ts
  23. ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
  24. built on Oct 21 2012 22:33:24 with gcc 4.6.3 (GCC)
  25. configuration: --prefix=/usr --enable-nonfree --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-libx264 --enable-avresample --enable-libfaac --enable-libfreetype --enable-libpulse --enable-libspeex
  26. libavutil 51. 73.101 / 51. 73.101
  27. libavcodec 54. 59.100 / 54. 59.100
  28. libavformat 54. 29.104 / 54. 29.104
  29. libavdevice 54. 2.101 / 54. 2.101
  30. libavfilter 3. 17.100 / 3. 17.100
  31. libswscale 2. 1.101 / 2. 1.101
  32. libswresample 0. 15.100 / 0. 15.100
  33. libpostproc 52. 0.100 / 52. 0.100
  34. Input #0, matroska,webm, from 'before-ts.mkv':
  35. Metadata:
  36. creation_time : 2012-11-29 18:23:52
  37. ENCODER : Lavf54.29.104
  38. Duration: 00:42:48.00, start: 0.000000, bitrate: 8646 kb/s
  39. Stream #0:0: Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc (default)
  40. Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), s16, 112 kb/s (default)
  41. Stream #0:2: Subtitle: subrip (default)
  42. File 'converted-to-ts.ts' already exists. Overwrite ? [y/N] y
  43. muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
  44. Output #0, mpegts, to 'converted-to-ts.ts':
  45. Metadata:
  46. encoder : Lavf54.29.104
  47. Stream #0:0: Video: h264, yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 29.97 fps, 90k tbn, 29.97 tbc (default)
  48. Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), 112 kb/s (default)
  49. Stream #0:2: Subtitle: subrip (default)
  50. Stream mapping:
  51. Stream #0:0 -> #0:0 (copy)
  52. Stream #0:1 -> #0:1 (copy)
  53. Stream #0:2 -> #0:2 (copy)
  54. frame=77155 fps=743 q=-1.0 Lsize= 2932079kB time=00:42:47.99 bitrate=9353.5kbits/s
  55. video:2674577kB audio:35196kB subtitle:28 global headers:0kB muxing overhead 8.202702%
  56.  
  57. $ ffprobe converted-to-ts.ts
  58. ffprobe version 1.0 Copyright (c) 2007-2012 the FFmpeg developers
  59. built on Oct 21 2012 22:33:24 with gcc 4.6.3 (GCC)
  60. configuration: --prefix=/usr --enable-nonfree --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-libx264 --enable-avresample --enable-libfaac --enable-libfreetype --enable-libpulse --enable-libspeex
  61. libavutil 51. 73.101 / 51. 73.101
  62. libavcodec 54. 59.100 / 54. 59.100
  63. libavformat 54. 29.104 / 54. 29.104
  64. libavdevice 54. 2.101 / 54. 2.101
  65. libavfilter 3. 17.100 / 3. 17.100
  66. libswscale 2. 1.101 / 2. 1.101
  67. libswresample 0. 15.100 / 0. 15.100
  68. libpostproc 52. 0.100 / 52. 0.100
  69. [mpegts @ 0x151a3e0] max_analyze_duration 5000000 reached at 5005000
  70. [NULL @ 0x151f7c0] start time is not set in estimate_timings_from_pts
  71. Input #0, mpegts, from 'converted-to-ts.ts':
  72. Duration: 00:42:47.97, start: 1.400000, bitrate: 9353 kb/s
  73. Program 1
  74. Metadata:
  75. service_name : Service01
  76. service_provider: FFmpeg
  77. Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  78. Stream #0:1[0x101]: Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, 5.1(side), s16, 112 kb/s
  79. Stream #0:2[0x102](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement