Advertisement
Guest User

Untitled

a guest
Jun 6th, 2009
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. macbook:~ mike$ strings /Volumes/doubleTwist/doubleTwist.app/Contents/Resources/TranscodeTool | grep x264
  2. enables constant quality mode, and selects the quality (x264)
  3. minimum interval between IDR-frames (x264)
  4. x264 - core %d
  5. libx264
  6. libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  7. x264_macroblock_bipred_init
  8. x264_macroblock_cache_load
  9. x264_frame_pop
  10. x264_frame_shift
  11. x264_frame_push_unused
  12. x264_frame_pop_unused
  13. x264_cpu_detect
  14. x264 [warning]: unable to determine cacheline size
  15. x264_2pass.log
  16. x264 [%s]:
  17. x264_slicetype_analyse
  18. unknown SLICE_TYPE unsupported in x264_macroblock_write_cabac
  19. x264_mb_analyse_inter_p16x16
  20. x264_macroblock_analyse
  21. x264_ratecontrol_new
  22. x264_ratecontrol_start
  23. x264 - core %d%s - H.264/MPEG-4 AVC codec - Copyleft 2003-2009 - http://www.videolan.org/x264.html - options: %s
  24. your cpu does not support MMXEXT, but x264 was compiled with asm support
  25. to run x264, recompile without asm support (configure --disable-asm)
  26. x264_reference_build_list
  27. x264_encoder_close
  28. x264_slice_header_write
  29. x264
  30. macbook:~ mike$ strings /Volumes/doubleTwist/doubleTwist.app/Contents/MacOS/doubleTwist | grep x264
  31. libx264
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement