Advertisement
Guest User

Untitled

a guest
Aug 18th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. file:/Users/Matt/git/cisc226game/SpaceGame/bin/res/Final.mp4
  2. true
  3. ffmpeg: ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  4. ffmpeg: built on Jun 9 2012 15:43:10 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
  5. ffmpeg: configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --arch=x86_64 --enable-runtime-cpudetect
  6. ffmpeg: libavutil 51. 54.100 / 51. 54.100
  7. ffmpeg: libavcodec 54. 23.100 / 54. 23.100
  8. ffmpeg: libavformat 54. 6.100 / 54. 6.100
  9. ffmpeg: libavdevice 54. 0.100 / 54. 0.100
  10. ffmpeg: libavfilter 2. 77.100 / 2. 77.100
  11. ffmpeg: libswscale 2. 1.100 / 2. 1.100
  12. ffmpeg: libswresample 0. 15.100 / 0. 15.100
  13. ffmpeg: libpostproc 52. 0.100 / 52. 0.100
  14. ffmpeg: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/Matt/git/cisc226game/SpaceGame/bin/res/Final.mp4':
  15. ffmpeg: Metadata:
  16. ffmpeg: major_brand : mp42
  17. ffmpeg: minor_version : 0
  18. ffmpeg: compatible_brands: mp42mp41
  19. ffmpeg: creation_time : 2012-04-22 21:19:28
  20. ffmpeg: Duration: 00:02:13.63, start: 0.000000, bitrate: 5120 kb/s
  21. ffmpeg: Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 5052 kb/s, 24 fps, 24 tbr, 24k tbn, 48 tbc
  22. ffmpeg: Metadata:
  23. ffmpeg: creation_time : 2012-04-22 21:19:28
  24. ffmpeg: handler_name : Mainconcept MP4 Video Media Handler
  25. ffmpeg: Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 61 kb/s
  26. ffmpeg: Metadata:
  27. ffmpeg: creation_time : 2012-04-22 21:19:28
  28. ffmpeg: handler_name : Mainconcept MP4 Sound Media Handler
  29. ffmpeg: At least one output file must be specified
  30. Audio hourly sync error: 0.01sec, using pattern of 5 switches
  31. Audio metadata: 44100Hz, 2 channels, 16 bit / sample, 0 samples
  32. Video buffering...
  33. Video metadata: VideoMetadata[1920x1080 @ 24.0fps]
  34. PBO allowed: yes
  35. Enabled PBO.
  36. Audio buffering...
  37. Exception in thread "VideoPlayer-DisplayLoop" java.lang.IllegalStateException: released item that was already in the pool
  38. at craterstudio.util.Pool.release(Pool.java:67)
  39. at craterstudio.util.Pool$1.release(Pool.java:126)
  40. at net.indiespot.media.VideoPlayback.runDisplayLoop(VideoPlayback.java:231)
  41. at net.indiespot.media.VideoPlayback$1.run(VideoPlayback.java:80)
  42. at java.lang.Thread.run(Thread.java:680)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement