Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. % ffmpeg -i concat:"$VOBFILES" -c:s:0:6 copy subtitles
  2. ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
  4. configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-avresample --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libsoxr --enable-libspeex --enable-libass --enable-libbluray --enable-lzma --enable-gnutls --enable-fontconfig --enable-libfreetype --enable-libfribidi --disable-indev=jack --disable-outdev=xv --enable-audiotoolbox --enable-sdl2 --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --enable-vda --enable-videotoolbox --arch=x86_64 --enable-yasm --enable-libx265 --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid --enable-nonfree --enable-libfdk-aac
  5. libavutil 55. 34.101 / 55. 34.101
  6. libavcodec 57. 64.101 / 57. 64.101
  7. libavformat 57. 56.101 / 57. 56.101
  8. libavdevice 57. 1.100 / 57. 1.100
  9. libavfilter 6. 65.100 / 6. 65.100
  10. libavresample 3. 1. 0 / 3. 1. 0
  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. Input #0, mpeg, from 'concat:movie/VIDEO_TS/VTS_01_1.VOB|movie/VIDEO_TS/VTS_01_2.VOB|movie/VIDEO_TS/VTS_01_3.VOB|movie/VIDEO_TS/VTS_01_4.VOB|movie/VIDEO_TS/VTS_01_5.VOB|movie/VIDEO_TS/VTS_01_6.VOB|movie/VIDEO_TS/VTS_01_7.VOB':
  15. Duration: 01:40:10.94, start: 0.300300, bitrate: 9111 kb/s
  16. Stream #0:0[0x1bf]: Data: dvd_nav_packet
  17. Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, top first), 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  18. Stream #0:2[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
  19. Stream #0:3[0x81]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
  20. Stream #0:4[0x82]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
  21. Stream #0:5[0x83]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
  22. [NULL @ 0x7fabd1079400] Unable to find a suitable output format for 'subtitles'
  23. subtitles: Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement