Advertisement
Guest User

Untitled

a guest
Apr 11th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. ffmpeg version N-51600-g2b26077 Copyright (c) 2000-2013 the FFmpeg developers
  2. built on Apr 5 2013 05:23:36 with gcc 4.6 (Debian 4.6.3-1)
  3. configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  4. libavutil 52. 24.100 / 52. 24.100
  5. libavcodec 55. 2.100 / 55. 2.100
  6. libavformat 55. 1.100 / 55. 1.100
  7. libavdevice 55. 0.100 / 55. 0.100
  8. libavfilter 3. 49.100 / 3. 49.100
  9. libswscale 2. 2.100 / 2. 2.100
  10. libswresample 0. 17.102 / 0. 17.102
  11. libpostproc 52. 2.100 / 52. 2.100
  12. Splitting the commandline.
  13. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  14. Reading option '-i' ... matched as input file with argument 'test.avi'.
  15. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'subtitles=filename=test.srt:charenc=windows-1250'.
  16. Reading option 'out.avi' ... matched as output file.
  17. Finished splitting the commandline.
  18. Parsing a group of options: global .
  19. Applying option v (set logging level) with argument debug.
  20. Successfully parsed a group of options.
  21. Parsing a group of options: input file test.avi.
  22. Successfully parsed a group of options.
  23. Opening an input file: test.avi.
  24. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x255a5c0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  25. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x255a5c0] ISO: File Type Major Brand: M4V
  26. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x255a5c0] File position before avformat_find_stream_info() is 30378
  27. [h264 @ 0x255ca00] Using externally provided dimensions
  28. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x255a5c0] All info found
  29. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x255a5c0] File position after avformat_find_stream_info() is 30848
  30. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.avi':
  31. Metadata:
  32. major_brand : M4V
  33. minor_version : 1
  34. compatible_brands: M4V M4A mp42isom
  35. creation_time : 2005-12-20 20:20:15
  36. Duration: 00:01:25.50, start: 0.000000, bitrate: 209 kb/s
  37. Stream #0:0(eng), 22, 1/44100: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 115 kb/s
  38. Metadata:
  39. creation_time : 2005-12-20 20:20:15
  40. handler_name : Apple Sound Media Handler
  41. Stream #0:1(eng), 1, 1/1000: Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 320x240, 1/2000, 90 kb/s, 10 fps, 10 tbr, 1k tbn, 2k tbc
  42. Metadata:
  43. creation_time : 2005-12-20 20:20:15
  44. handler_name : Apple Video Media Handler
  45. Successfully opened the file.
  46. Parsing a group of options: output file out.avi.
  47. Applying option vf (set video filters) with argument subtitles=filename=test.srt:charenc=windows-1250.
  48. Successfully parsed a group of options.
  49. Opening an output file: out.avi.
  50. File 'out.avi' already exists. Overwrite ? [y/N] y
  51. Successfully opened the file.
  52. [subtitles @ 0x2588980] Setting 'filename' to value 'test.srt'
  53. [subtitles @ 0x2588980] Setting 'charenc' to value 'windows-1250'
  54. [Parsed_subtitles_0 @ 0x255a4a0] Raster: FreeType 2.4.9
  55. [Parsed_subtitles_0 @ 0x255a4a0] Shaper: FriBidi 0.19.2 (SIMPLE)
  56. [Parsed_subtitles_0 @ 0x255a4a0] Initialized
  57. [srt @ 0x2586660] Format srt probed with size=2048 and score=100
  58. [srt @ 0x2586660] File position before avformat_find_stream_info() is 188
  59. [srt @ 0x2586660] All info found
  60. [srt @ 0x2586660] File position after avformat_find_stream_info() is 188
  61. [subrip @ 0x254b560] Unable to open iconv context with input character encoding "windows-1250"
  62. [AVIOContext @ 0x2559d60] Statistics: 188 bytes read, 0 seeks
  63. [AVFilterGraph @ 0x2560020] Error initializing filter 'subtitles' with args 'filename=test.srt:charenc=windows-1250'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement