Advertisement
Guest User

FFmpeg Fraps sample fail

a guest
Jan 18th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. FFmpeg fails:
  2.  
  3. e:\ffmpeg-3.2.2-win64-static\bin\ffmpeg.exe -i FRAPS_RGB_FPS1_1280x720p_30fps_39secs_noaudio.avi -y test.mp4 2>error.txt
  4.  
  5. ffmpeg version 3.2.2 Copyright (c) 2000-2016 the FFmpeg developers
  6. built with gcc 5.4.0 (GCC)
  7. configuration: --enable-gpl --enable-version3 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  8. libavutil 55. 34.100 / 55. 34.100
  9. libavcodec 57. 64.101 / 57. 64.101
  10. libavformat 57. 56.100 / 57. 56.100
  11. libavdevice 57. 1.100 / 57. 1.100
  12. libavfilter 6. 65.100 / 6. 65.100
  13. libswscale 4. 2.100 / 4. 2.100
  14. libswresample 2. 3.100 / 2. 3.100
  15. libpostproc 54. 1.100 / 54. 1.100
  16. [fraps @ 000000000054b040] Invalid frame length 922632 (should be 2764808)
  17. Last message repeated 5 times
  18. [avi @ 000000000053a980] decoding for stream 0 failed
  19. [avi @ 000000000053a980] Could not find codec parameters for stream 0 (Video: fraps (FPS1 / 0x31535046), none, 1280x720, 221620 kb/s): unspecified pixel format
  20. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  21. Input #0, avi, from 'FRAPS_RGB_FPS1_1280x720p_30fps_39secs_noaudio.avi':
  22. Duration: 00:00:39.20, start: 0.000000, bitrate: 221446 kb/s
  23. Stream #0:0: Video: fraps (FPS1 / 0x31535046), none, 1280x720, 221620 kb/s, 30 fps, 30 tbr, 30 tbn, 30 tbc
  24. [buffer @ 0000000002d4d100] Unable to parse option value "-1" as pixel format
  25. Last message repeated 1 times
  26. [buffer @ 0000000002d4d100] Error setting option pix_fmt to value -1.
  27. [graph 0 input from stream 0:0 @ 0000000002d4c8c0] Error applying options to the filter.
  28. Error opening filters!
  29.  
  30. ###
  31. Mediainfo:
  32. General
  33. Complete name : FRAPS_RGB_FPS1_1280x720p_30fps_39secs_noaudio.avi
  34. Format : AVI
  35. Format/Info : Audio Video Interleave
  36. File size : 1.01 GiB
  37. Duration : 39s 200ms
  38. Overall bit rate : 221 Mbps
  39.  
  40. Video
  41. ID : 0
  42. Format : Fraps
  43. Codec ID : FPS1
  44. Duration : 39s 200ms
  45. Bit rate : 221 Mbps
  46. Width : 1 280 pixels
  47. Height : 720 pixels
  48. Display aspect ratio : 16:9
  49. Frame rate : 30.000 fps
  50. Color space : RGB
  51. Bit depth : 8 bits
  52. Bits/(Pixel*Frame) : 8.009
  53. Stream size : 1.01 GiB (100%)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement