Advertisement
Guest User

Untitled

a guest
Mar 15th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. D:\Program Files\ffmpeg-20130314-git-9efcfbe-win64-static\bin>ffmpeg.exe -i OP1D
  2. .m1v -i OP1D.ac3 -i OP1D.adx -c copy -map 0:0 -map 1:0 -map 2:0 out.ts
  3. ffmpeg version N-50911-g9efcfbe Copyright (c) 2000-2013 the FFmpeg developers
  4. built on Mar 13 2013 21:31:52 with gcc 4.7.2 (GCC)
  5. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  6. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  7. le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg
  8. sm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb --enable-libo
  9. pencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-li
  10. bschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-lib
  11. twolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enabl
  12. e-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  13. libavutil 52. 19.100 / 52. 19.100
  14. libavcodec 55. 0.100 / 55. 0.100
  15. libavformat 55. 0.100 / 55. 0.100
  16. libavdevice 54. 4.100 / 54. 4.100
  17. libavfilter 3. 45.103 / 3. 45.103
  18. libswscale 2. 2.100 / 2. 2.100
  19. libswresample 0. 17.102 / 0. 17.102
  20. libpostproc 52. 2.100 / 52. 2.100
  21. [mpegvideo @ 00000000020dd820] max_analyze_duration 5000000 reached at 5000000 m
  22. icroseconds
  23. [mpegvideo @ 00000000020dd820] Estimating duration from bitrate, this may be ina
  24. ccurate
  25. Input #0, mpegvideo, from 'OP1D.m1v':
  26. Duration: 00:00:06.19, bitrate: 104857 kb/s
  27. Stream #0:0: Video: mpeg1video, yuv420p, 640x448 [SAR 200:219 DAR 2000:1533]
  28. , 104857 kb/s, 24 fps, 24 tbr, 1200k tbn, 24 tbc
  29. [ac3 @ 00000000020deea0] max_analyze_duration 5000000 reached at 5024000 microse
  30. conds
  31. [ac3 @ 00000000020deea0] Estimating duration from bitrate, this may be inaccurat
  32. e
  33. Input #1, ac3, from 'OP1D.ac3':
  34. Duration: 00:02:27.30, start: 0.000000, bitrate: 448 kb/s
  35. Stream #1:0: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (clean effects)
  36.  
  37. [adx @ 000000000212c080] Estimating duration from bitrate, this may be inaccurat
  38. e
  39. Guessed Channel Layout for Input Stream #2.0 : stereo
  40. Input #2, adx, from 'OP1D.adx':
  41. Duration: 00:02:26.15, start: 0.000000, bitrate: 431 kb/s
  42. Stream #2:0: Audio: adpcm_adx, 48000 Hz, stereo, s16p, 432 kb/s
  43. File 'out.ts' already exists. Overwrite ? [y/N] y
  44. Output #0, mpegts, to 'out.ts':
  45. Metadata:
  46. encoder : Lavf55.0.100
  47. Stream #0:0: Video: mpeg1video, yuv420p, 640x448 [SAR 200:219 DAR 2000:1533]
  48. , q=2-31, 104857 kb/s, 24 fps, 90k tbn, 24 tbc
  49. Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), 448 kb/s (clean effects)
  50. Stream #0:2: Audio: adpcm_adx, 48000 Hz, stereo, 432 kb/s
  51. Stream mapping:
  52. Stream #0:0 -> #0:0 (copy)
  53. Stream #1:0 -> #0:1 (copy)
  54. Stream #2:0 -> #0:2 (copy)
  55. Press [q] to stop, [?] for help
  56. frame= 1957 fps=0.0 q=-1.0 size= 54816kB time=00:01:21.54 bitrate=5507.0kbits/
  57. Truncating packet of size 36 to 19
  58. frame= 3601 fps=0.0 q=-1.0 Lsize= 103203kB time=00:02:30.04 bitrate=5634.7kbits
  59. /s
  60. video:79272kB audio:15762kB subtitle:0 global headers:0kB muxing overhead 8.5967
  61. 89%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement