Guest User

Untitled

a guest
Aug 23rd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. ./ffmpeg -i input.mp4 -i forced.srt -i full.srt -map 0:0 -map 0:1 -map 0:2 -map 1:0 -map 2:0 -c:v copy -c:a copy -c:s:0 mov_text -c:s:1 mov_text -map_metadata -1 output.mp4
  2. ffmpeg version N-94600-g661a9b274b-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2019 the FFmpeg developers
  3. built with Apple LLVM version 10.0.1 (clang-1001.0.46.4)
  4. configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-config-flags=--static --disable-ffplay
  5. libavutil 56. 33.100 / 56. 33.100
  6. libavcodec 58. 55.100 / 58. 55.100
  7. libavformat 58. 31.101 / 58. 31.101
  8. libavdevice 58. 9.100 / 58. 9.100
  9. libavfilter 7. 58.100 / 7. 58.100
  10. libswscale 5. 6.100 / 5. 6.100
  11. libswresample 3. 6.100 / 3. 6.100
  12. libpostproc 55. 6.100 / 55. 6.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
  14. Metadata:
  15. major_brand : isom
  16. minor_version : 512
  17. compatible_brands: isomiso2avc1mp41
  18. encoder : Lavf58.20.100
  19. Duration: 00:42:06.55, start: 0.000000, bitrate: 6722 kb/s
  20. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 5908 kb/s, 23.98 fps, 23.98 tbr, 16k tbn, 47.95 tbc (default)
  21. Metadata:
  22. handler_name : VideoHandler
  23. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 162 kb/s (default)
  24. Metadata:
  25. handler_name : SoundHandler
  26. Stream #0:2(und): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, 5.1(side), fltp, 640 kb/s
  27. Metadata:
  28. handler_name : SoundHandler
  29. Side data:
  30. audio service type: main
  31. Input #1, srt, from 'forced.srt':
  32. Duration: N/A, bitrate: N/A
  33. Stream #1:0: Subtitle: subrip
  34. Input #2, srt, from 'full.srt':
  35. Duration: N/A, bitrate: N/A
  36. Stream #2:0: Subtitle: subrip
  37. [mp4 @ 0x7f93c0010c00] track 2: codec frame size is not set
  38. Output #0, mp4, to 'output.mp4':
  39. Metadata:
  40. encoder : Lavf58.31.101
  41. Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 5908 kb/s, 23.98 fps, 23.98 tbr, 16k tbn, 16k tbc (default)
  42. Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 162 kb/s (default)
  43. Stream #0:2: Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, 5.1(side), fltp, 640 kb/s
  44. Side data:
  45. audio service type: main
  46. Stream #0:3: Subtitle: mov_text (tx3g / 0x67337874)
  47. Metadata:
  48. encoder : Lavc58.55.100 mov_text
  49. Stream #0:4: Subtitle: mov_text (tx3g / 0x67337874)
  50. Metadata:
  51. encoder : Lavc58.55.100 mov_text
  52. Stream mapping:
  53. Stream #0:0 -> #0:0 (copy)
  54. Stream #0:1 -> #0:1 (copy)
  55. Stream #0:2 -> #0:2 (copy)
  56. Stream #1:0 -> #0:3 (subrip (srt) -> mov_text (native))
  57. Stream #2:0 -> #0:4 (subrip (srt) -> mov_text (native))
  58. Press [q] to stop, [?] for help
  59. [mp4 @ 0x7f93c0010c00] Application provided duration: 2367156000 / timestamp: 2380504000 is out of range for mov/mp4 format
  60. [mp4 @ 0x7f93c0010c00] pts has no value
  61. [mp4 @ 0x7f93c0010c00] Application provided duration: 2376665999 / timestamp: 2391599000 is out of range for mov/mp4 format
  62. [mp4 @ 0x7f93c0010c00] pts has no value
  63. [mp4 @ 0x7f93c0010c00] Application provided duration: 2378917998 / timestamp: 2396645000 is out of range for mov/mp4 format
  64. [mp4 @ 0x7f93c0010c00] pts has no value
  65. [mp4 @ 0x7f93c0010c00] Application provided duration: 2379000997 / timestamp: 2398272000 is out of range for mov/mp4 format
  66. [mp4 @ 0x7f93c0010c00] pts has no value
  67. [mp4 @ 0x7f93c0010c00] Application provided duration: 2379083996 / timestamp: 2401150000 is out of range for mov/mp4 format
  68. [mp4 @ 0x7f93c0010c00] pts has no value
  69. [mp4 @ 0x7f93c0010c00] Application provided duration: 2379167995 / timestamp: 2403027000 is out of range for mov/mp4 format
  70. [mp4 @ 0x7f93c0010c00] pts has no value
  71. [mp4 @ 0x7f93c0010c00] Application provided duration: 2382796994 / timestamp: 2407907000 is out of range for mov/mp4 format
  72. [mp4 @ 0x7f93c0010c00] pts has no value
  73. [mp4 @ 0x7f93c0010c00] Application provided duration: 2389303993 / timestamp: 2417875000 is out of range for mov/mp4 format
  74. [mp4 @ 0x7f93c0010c00] pts has no value
  75. [mp4 @ 0x7f93c0010c00] Application provided duration: 2404610992 / timestamp: 2434183000 is out of range for mov/mp4 format
  76. [mp4 @ 0x7f93c0010c00] pts has no value
  77. frame=60576 fps=31973 q=-1.0 Lsize= 2073383kB time=00:42:06.50 bitrate=6722.8kbits/s speed=1.33e+03x
  78. video:1822137kB audio:247475kB subtitle:16kB other streams:0kB global headers:0kB muxing overhead: 0.181433%
Add Comment
Please, Sign In to add comment