Advertisement
Guest User

tombbraindamage> ass not working

a guest
Feb 11th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. ffmpeg -i video.mkv -vf "ass=video.mkv" out.avi
  2. ffmpeg version 2.5.10-0ubuntu0.15.04.1 Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  4. configuration: --prefix=/usr --extra-version=0ubuntu0.15.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --shlibdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared --disable-stripping --enable-avresample --enable-avisynth --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libshine --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libwavpack --enable-libwebp --enable-libxvid --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzvbi --enable-libzmq --enable-frei0r --enable-libvpx --enable-libx264 --enable-libsoxr --enable-gnutls --enable-openal --enable-libopencv --enable-librtmp --enable-libx265
  5. libavutil 54. 15.100 / 54. 15.100
  6. libavcodec 56. 13.100 / 56. 13.100
  7. libavformat 56. 15.102 / 56. 15.102
  8. libavdevice 56. 3.100 / 56. 3.100
  9. libavfilter 5. 2.103 / 5. 2.103
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 1.100 / 1. 1.100
  13. libpostproc 53. 3.100 / 53. 3.100
  14. [aac @ 0x175cce0] This stream seems to incorrectly report its last channel as LFE[3], mapping to LFE[0]
  15. [aac @ 0x170a900] This stream seems to incorrectly report its last channel as LFE[3], mapping to LFE[0]
  16. Input #0, matroska,webm, from 'video.mkv':
  17. Metadata:
  18. encoder : libebml v0.7.7 + libmatroska v0.8.1
  19. creation_time : 2009-12-25 04:43:30
  20. Duration: 00:24:30.10, start: 0.000000, bitrate: 3861 kb/s
  21. Chapter #0:0: start 0.000000, end 90.412000
  22. Metadata:
  23. title : Opening
  24. Chapter #0:1: start 90.412000, end 671.962000
  25. Metadata:
  26. title : Part 1
  27. Chapter #0:2: start 671.962000, end 1380.046000
  28. Metadata:
  29. title : Part 2
  30. Chapter #0:3: start 1380.046000, end 1470.101000
  31. Metadata:
  32. title : Ending
  33. Stream #0:0: Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 59.94 tbc (default)
  34. Stream #0:1(eng): Audio: aac (LC), 48000 Hz, 5.1, fltp (default)
  35. Metadata:
  36. title : English Dolby Digital 5.1ch AAC
  37. Stream #0:2(jpn): Audio: aac (LC), 48000 Hz, 5.1, fltp
  38. Metadata:
  39. title : Japanese Dolby Digital 5.1ch AAC
  40. Stream #0:3(eng): Subtitle: ass (default)
  41. Metadata:
  42. title : English Lyrics/Signs
  43. Stream #0:4(eng): Subtitle: ass
  44. Metadata:
  45. title : English Subtitles
  46. Stream #0:5: Attachment: ttf
  47. Metadata:
  48. filename : BellGothicStd-Black.otf
  49. mimetype : application/x-truetype-font
  50. Stream #0:6: Attachment: ttf
  51. Metadata:
  52. filename : BellGothicStd-Bold.otf
  53. mimetype : application/x-truetype-font
  54. Stream #0:7: Attachment: ttf
  55. Metadata:
  56. filename : Brianne_s_hand.ttf
  57. mimetype : application/x-truetype-font
  58. Stream #0:8: Attachment: ttf
  59. Metadata:
  60. filename : ITCKabelStd-Medium.otf
  61. mimetype : application/x-truetype-font
  62. Stream #0:9: Attachment: ttf
  63. Metadata:
  64. filename : kkberktp.ttf
  65. mimetype : application/x-truetype-font
  66. Stream #0:10: Attachment: ttf
  67. Metadata:
  68. filename : POORICH.TTF
  69. mimetype : application/x-truetype-font
  70. Stream #0:11: Attachment: ttf
  71. Metadata:
  72. filename : X-SCALE.TTF
  73. mimetype : application/x-truetype-font
  74. Stream #0:12: Attachment: ttf
  75. Metadata:
  76. filename : YOUTHAN_.ttf
  77. mimetype : application/x-truetype-font
  78. Stream #0:13: Attachment: ttf
  79. Metadata:
  80. filename : YOUTHANI.ttf
  81. mimetype : application/x-truetype-font
  82. Stream #0:14: Attachment: ttf
  83. Metadata:
  84. filename : YOUTTX__.ttf
  85. mimetype : application/x-truetype-font
  86. [Parsed_ass_0 @ 0x1709fc0] Could not create a libass track when reading file 'video.mkv'
  87. [AVFilterGraph @ 0x177f740] Error initializing filter 'ass' with args 'video.mkv'
  88. Error opening filters!
  89. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement