Advertisement
Guest User

Untitled

a guest
Nov 14th, 2011
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. ffmpeg -analyzeduration 60000000 -i umwandeln.avi
  2. ffmpeg version 0.8.5, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Oct 3 2011 09:21:35 with gcc 4.6.1
  4. configuration: --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-nonfree --enable-libdirac --disable-decoder=libdirac --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-frei0r --enable-libopencv --enable-libfreetype --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/i386-linux-gnu --enable-libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable-vis --shlibdir=/usr/lib/i386-linux-gnu
  5. libavutil 51. 9. 1 / 51. 9. 1
  6. libavcodec 53. 7. 0 / 53. 7. 0
  7. libavformat 53. 4. 0 / 53. 4. 0
  8. libavdevice 53. 1. 1 / 53. 1. 1
  9. libavfilter 2. 23. 0 / 2. 23. 0
  10. libswscale 2. 0. 0 / 2. 0. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [avi @ 0x935cee0] Something went wrong during header parsing, I will ignore it and try to continue anyway.
  13. [avi @ 0x935cee0] probed stream 1 failed
  14. [avi @ 0x935cee0] max_analyze_duration 60000000 reached at 60000000
  15. Input #0, avi, from 'umwandeln.avi':
  16. Duration: 00:01:01.50, start: 0.000000, bitrate: 447 kb/s
  17. Stream #0.0: Video: IMM5 / 0x354D4D49, 704x576, 25 fps, 25 tbr, 25 tbn, 25 tbc
  18. Stream #0.1: Subtitle: [0][0][0][0] / 0x0000
  19. At least one output file must be specified
  20.  
  21.  
  22. ffmpeg -analyzeduration 60000000 -i umwandeln.avi umwandeln.mpg
  23. ffmpeg version 0.8.5, Copyright (c) 2000-2011 the FFmpeg developers
  24. built on Oct 3 2011 09:21:35 with gcc 4.6.1
  25. configuration: --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-nonfree --enable-libdirac --disable-decoder=libdirac --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-frei0r --enable-libopencv --enable-libfreetype --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/i386-linux-gnu --enable-libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable-vis --shlibdir=/usr/lib/i386-linux-gnu
  26. libavutil 51. 9. 1 / 51. 9. 1
  27. libavcodec 53. 7. 0 / 53. 7. 0
  28. libavformat 53. 4. 0 / 53. 4. 0
  29. libavdevice 53. 1. 1 / 53. 1. 1
  30. libavfilter 2. 23. 0 / 2. 23. 0
  31. libswscale 2. 0. 0 / 2. 0. 0
  32. libpostproc 51. 2. 0 / 51. 2. 0
  33. [avi @ 0x8ff7ee0] Something went wrong during header parsing, I will ignore it and try to continue anyway.
  34. [avi @ 0x8ff7ee0] probed stream 1 failed
  35. [avi @ 0x8ff7ee0] max_analyze_duration 60000000 reached at 60000000
  36. Input #0, avi, from 'umwandeln.avi':
  37. Duration: 00:01:01.50, start: 0.000000, bitrate: 447 kb/s
  38. Stream #0.0: Video: IMM5 / 0x354D4D49, 704x576, 25 fps, 25 tbr, 25 tbn, 25 tbc
  39. Stream #0.1: Subtitle: [0][0][0][0] / 0x0000
  40. File 'umwandeln.mpg' already exists. Overwrite ? [y/N] y
  41. [buffer @ 0x9038e40] Invalid pixel format string '-1'
  42. Error opening filters!
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement