Advertisement
Guest User

ffmpeg subtitles codec error

a guest
Mar 23rd, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. $ ffmpeg -i input.m4v -an -vn -scodec ass out.ass
  2.  
  3. ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Feb 26 2012 15:53:55 with gcc 4.5.0 20100604 [gcc-4_5-branch revision 160292]
  5. configuration: --prefix=/home/mneumann/local --enable-libmp3lame --enable-libx 264 --enable-gpl --extra-ldflags=-L/home/mneumann/local/lib --disable-devices
  6. libavutil 51. 34.101 / 51. 34.101
  7. libavcodec 53. 60.100 / 53. 60.100
  8. libavformat 53. 31.100 / 53. 31.100
  9. libavdevice 53. 4.100 / 53. 4.100
  10. libavfilter 2. 60.100 / 2. 60.100
  11. libswscale 2. 1.100 / 2. 1.100
  12. libswresample 0. 6.100 / 0. 6.100
  13. libpostproc 52. 0.100 / 52. 0.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.m4v':
  15. Metadata:
  16. major_brand : M4V
  17. minor_version : 1
  18. compatible_brands: M4V M4A mp42isom
  19. creation_time : 2011-01-28 15:29:29
  20. title : This is the reception!-LU SD
  21. episode_id : 000
  22. hd_video : 0
  23. media_type : 0
  24. gapless_playback: 0
  25. Duration: 00:01:03.08, start: 0.000000, bitrate: 1529 kb/s
  26. Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yu v420p, 640x360, 1430 kb/s, 25 fps, 25 tbr, 2500 tbn, 5k tbc
  27. Metadata:
  28. creation_time : 2011-01-28 15:29:29
  29. handler_name : Apple Video Media Handler
  30. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 91 kb/s
  31. Metadata:
  32. creation_time : 2011-01-28 15:29:29
  33. handler_name : Apple Sound Media Handler
  34. Stream #0:2(eng): Subtitle: mov_text (tx3g / 0x67337874)
  35. Metadata:
  36. creation_time : 2011-02-04 11:52:01
  37. handler_name :
  38. Output #0, ass, to 'out.ass':
  39. Metadata:
  40. major_brand : M4V
  41. minor_version : 1
  42. compatible_brands: M4V M4A mp42isom
  43. creation_time : 2011-01-28 15:29:29
  44. title : This is the reception!-LU SD
  45. episode_id : 000
  46. hd_video : 0
  47. media_type : 0
  48. gapless_playback: 0
  49. Stream #0:0(eng): Subtitle: ssa
  50. Metadata:
  51. creation_time : 2011-02-04 11:52:01
  52. handler_name :
  53. Stream mapping:
  54. Stream #0:2 -> #0:0 (? -> ass)
  55. Decoder (codec mov_text) not found for input stream #0:2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement