Advertisement
Guest User

Untitled

a guest
Jun 29th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. ffmpeg -i 00000.m2ts -vcodec copy -map 0:0 -map 0:1 -map 0:6 -acodec ac3 -ac 6 -ab 640k -t 60 output.mkv
  2. ffmpeg version git-2012-06-18-b90f83e Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 18 2012 16:23:38 with gcc 4.2.1 (Apple Inc. build 5646)
  4. configuration: --enable-nonfree --enable-libfaac --enable-libfreetype --enable-libmp3lame --enable-libvpx --enable-libx264 --enable-openssl --enable-zlib --enable-gpl
  5. libavutil 51. 58.100 / 51. 58.100
  6. libavcodec 54. 25.100 / 54. 25.100
  7. libavformat 54. 8.100 / 54. 8.100
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 81.100 / 2. 81.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [mpegts @ 0x10180ac00] max_analyze_duration 5000000 reached at 5000000
  14. [NULL @ 0x10184e200] start time is not set in estimate_timings_from_pts
  15. [NULL @ 0x101854400] start time is not set in estimate_timings_from_pts
  16. [NULL @ 0x10185a600] start time is not set in estimate_timings_from_pts
  17. Input #0, mpegts, from '00000.m2ts':
  18. Duration: 01:29:26.07, start: 11.609011, bitrate: 30138 kb/s
  19. Program 1
  20. Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 90k tbn, 48 tbc
  21. Stream #0:1[0x1100]: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, 5.1(side), s16, 1536 kb/s
  22. Stream #0:2[0x1101]: Audio: ac3 (AC[45]3 / 0x332D4341), 48000 Hz, 5.1(side), s16, 640 kb/s
  23. Stream #0:3[0x1102]: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, 5.1(side), s16, 1536 kb/s
  24. Stream #0:4[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
  25. Stream #0:5[0x1201]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
  26. Stream #0:6[0x1202]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
  27. [aformat @ 0x101315720] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'aformat'
  28. [auto-inserted resampler 0 @ 0x101315ce0] chl:5.1(side) fmt:s16 r:48000Hz -> chl:5.1 fmt:flt r:48000Hz
  29. Output #0, matroska, to 'output.mkv':
  30. Metadata:
  31. encoder : Lavf54.8.100
  32. Stream #0:0: Video: h264 (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 24 fps, 1k tbn, 90k tbc
  33. Stream #0:1: Audio: ac3, 48000 Hz, 5.1, flt, 640 kb/s
  34. Stream #0:2: Subtitle: ssa
  35. Stream mapping:
  36. Stream #0:0 -> #0:0 (copy)
  37. Stream #0:1 -> #0:1 (dca -> ac3)
  38. Stream #0:6 -> #0:2 (pgssub -> ass)
  39. Press [q] to stop, [?] for help
  40. frame= 1441 fps=138 q=-1.0 Lsize= 34274kB time=00:00:00.00 bitrate= 0.0kbits/s
  41. video:29556kB audio:4685kB subtitle:0 global headers:0kB muxing overhead 0.097348%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement