전체 글43 [x264] 인코딩 옵션 x264 setting(x264 설정)This page explains the purpose and use of all x264 parameter. Parameters are ordered the same as their appearance in x264 --fullhelp.See also x264 Stats Output, x264 Stats File and x264 Encoding Suggestions. PresetA system designed to reduce the work needed to generate sane, Frame-type option--keyint [default:250]Sets the maximum interval between IDR-frames. --min-keyint [De.. 2016. 1. 27. [HEVC::Slice Data Syntax] 7.3.6 Slice data syntax7.3.6.1 General slice data syntaxslice_data() { do{ coding_tree_unit() end_of_slice_flag CtbAddrTS++ CtbAddrRS = CtbAddrTStoRS[CtbAddrTS] if(!end_of_slice_flag && ((tiles_enabled_flag && TileId[CtbAddrTS] != Tiled[CtbAddrTS - 1]) || (entrophy_coding_sync_enabled_flag && CtbAddrTS % PicWidthInCtbsY == 0))) byte_alignment() } while(!end_of_slice_flag)} 2015. 11. 1. [SDL] About [About SDL]Simple DirectMedia Layer(SDL) is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphic hardware via OpenGL and Direct3D. It is used by video play back software, emulators, and popular game including Valve.s award winning catalog and many Humble Bundle games. SDL officially supports Windows, Mac OS X. Linux, IOS, and .. 2015. 10. 12. [FFmpeg] AVPacket Structure Reference AVPacket Struct Reference [Detailed Description]This structure stores compressed data.It is typically exported by demuxers and then passed as input to decoders, or received as output from encoders and then passed to muxer.For video, it should typically contain one compressed frames. For audio, it may contains several compressed frames. Encoders are allowed to output empty packets, with no compre.. 2015. 10. 9. 이전 1 ··· 3 4 5 6 7 8 9 ··· 11 다음