Advertisement
Guest User

Untitled

a guest
May 27th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7600]
  2. Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
  3.  
  4. W:\Users\Henning>d:
  5.  
  6. D:\>cd asd\bin
  7.  
  8. D:\asd\bin>ffmpeg -i d:\schnitt.flv
  9. FFmpeg version SVN-r23280, Copyright (c) 2000-2010 the FFmpeg developers
  10. built on May 24 2010 04:15:57 with gcc 4.4.2
  11. configuration: --target-os=mingw32 --enable-runtime-cpudetect --enable-avisynt
  12. h --enable-gpl --enable-version3 --enable-bzlib --enable-libgsm --enable-libfaad
  13. --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libspeex --ena
  14. ble-libmp3lame --enable-libopenjpeg --enable-libxvid --enable-libschroedinger --
  15. enable-libx264 --enable-libopencore_amrwb --enable-libopencore_amrnb --cross-pre
  16. fix=i686-mingw32- --cc=ccache-i686-mingw32-gcc --arch=x86 --enable-memalign-hack
  17.  
  18. libavutil 50.16. 0 / 50.16. 0
  19. libavcodec 52.68. 3 / 52.68. 3
  20. libavformat 52.64. 1 / 52.64. 1
  21. libavdevice 52. 2. 0 / 52. 2. 0
  22. libavfilter 1.20. 0 / 1.20. 0
  23. libswscale 0.10. 0 / 0.10. 0
  24. [flv @ 0163bd10]max_analyze_duration reached
  25. [flv @ 0163bd10]Estimating duration from bitrate, this may be inaccurate
  26. Input #0, flv, from 'd:\schnitt.flv':
  27. Metadata:
  28. duration : 900
  29. width : 640
  30. height : 400
  31. videodatarate : 10
  32. framerate : 1000
  33. videocodecid : 4
  34. audiodatarate : 125
  35. audiosamplerate : 44100
  36. audiosamplesize : 16
  37. stereo : true
  38. audiocodecid : 2
  39. filesize : 48538110
  40. Duration: 00:15:00.00, start: 0.013000, bitrate: 138 kb/s
  41. Stream #0.0: Video: 0x0000, 10 kb/s, 1k tbr, 1k tbn, 1k tbc
  42. Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 128 kb/s
  43. At least one output file must be specified
  44.  
  45. D:\asd\bin>ffmpeg -i d:\ausgabe.flv
  46. FFmpeg version SVN-r23280, Copyright (c) 2000-2010 the FFmpeg developers
  47. built on May 24 2010 04:15:57 with gcc 4.4.2
  48. configuration: --target-os=mingw32 --enable-runtime-cpudetect --enable-avisynt
  49. h --enable-gpl --enable-version3 --enable-bzlib --enable-libgsm --enable-libfaad
  50. --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libspeex --ena
  51. ble-libmp3lame --enable-libopenjpeg --enable-libxvid --enable-libschroedinger --
  52. enable-libx264 --enable-libopencore_amrwb --enable-libopencore_amrnb --cross-pre
  53. fix=i686-mingw32- --cc=ccache-i686-mingw32-gcc --arch=x86 --enable-memalign-hack
  54.  
  55. libavutil 50.16. 0 / 50.16. 0
  56. libavcodec 52.68. 3 / 52.68. 3
  57. libavformat 52.64. 1 / 52.64. 1
  58. libavdevice 52. 2. 0 / 52. 2. 0
  59. libavfilter 1.20. 0 / 1.20. 0
  60. libswscale 0.10. 0 / 0.10. 0
  61. [flv @ 01abbd10]Estimating duration from bitrate, this may be inaccurate
  62. Input #0, flv, from 'd:\ausgabe.flv':
  63. Metadata:
  64. duration : 11641
  65. width : 640
  66. height : 400
  67. videodatarate : 10
  68. framerate : 1000
  69. videocodecid : 4
  70. audiodatarate : 125
  71. audiosamplerate : 44100
  72. audiosamplesize : 16
  73. stereo : true
  74. audiocodecid : 2
  75. filesize : 638087207
  76. Duration: 03:14:01.36, start: 0.000000, bitrate: 138 kb/s
  77. Stream #0.0: Video: vp6f, yuv420p, 640x400, 10 kb/s, 1k tbr, 1k tbn, 1k tbc
  78. Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 128 kb/s
  79. At least one output file must be specified
  80.  
  81. D:\asd\bin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement