Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ffmpeg -i input.ts -vcodec copy -acodec copy -scodec copy -metadata:s:a:0 language=ENG -metadata:s:s:0 language=FIN -ss 00:23:00.000 -to 00:24:00.000 output.ts
  2.  
  3. ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
  4. built with gcc 4.9.2 (Debian 4.9.2-10)
  5. configuration: --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libspeex --enable-shared --enable-pthreads --enable-libopenjpeg --enable-nonfree
  6. libavutil 55. 34.100 / 55. 34.100
  7. libavcodec 57. 64.100 / 57. 64.100
  8. libavformat 57. 56.100 / 57. 56.100
  9. libavdevice 57. 1.100 / 57. 1.100
  10. libavfilter 6. 65.100 / 6. 65.100
  11. libswscale 4. 2.100 / 4. 2.100
  12. libswresample 2. 3.100 / 2. 3.100
  13. libpostproc 54. 1.100 / 54. 1.100
  14. [mpegts @ 0x21ef440] start time for stream 2 is not set in estimate_timings_from_pts
  15. Input #0, mpegts, from 'input.ts':
  16. Duration: 01:27:14.42, start: 1.417756, bitrate: 8207 kb/s
  17. Program 1
  18. Metadata:
  19. service_name : Service01
  20. service_provider: FFmpeg
  21. Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc
  22. Stream #0:1[0x101](fin): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 256 kb/s
  23. Stream #0:2[0x102](fin): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
  24. Output #0, mpegts, to 'output.ts':
  25. Metadata:
  26. encoder : Lavf57.56.100
  27. Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 50 fps, 50 tbr, 90k tbn, 90k tbc
  28. Stream #0:1(ENG): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, 256 kb/s
  29. Stream #0:2(FIN): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (copy)
  32. Stream #0:1 -> #0:1 (copy)
  33. Stream #0:2 -> #0:2 (copy)
  34. Press [q] to stop, [?] for help
  35. frame= 2981 fps=598 q=-1.0 Lsize= 59819kB time=00:00:59.98 bitrate=8169.8kbits/s speed= 12x
  36. video:53257kB audio:1886kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 8.479700%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement