240 发简信
IP属地:上海
  • ffmpeg 添加 sps pps

    分离某些封装格式(例如MP4/FLV/MKV等)中的H.264的时候,需要首先写入SPS和PPS,否则会导致分离出来的数据没有SPS、PPS而无...

  • FFmpeg参数

    1.语法结构 ffmpeg [options] [[infile options] -i infile]... {[outfile option...

  • 168. Excel Sheet Column Title

    1.描述 Given a positive integer, return its corresponding column title as ...

  • 171. Excel Sheet Column Number

    1.描述 Related to question Excel Sheet Column TitleGiven a column title as...

  • 38. Count and Say

    1.描述 The count-and-say sequence is the sequence of integers with the fir...

  • 111. Minimum Depth of Binary Tree

    1.描述 Given a binary tree, find its minimum depth. The minimum depth is t...

  • 《高效15法则谷歌、苹果都在用的深度工作法》笔记

    秘诀一:时间是你最宝贵也是最稀缺的资源。秘诀二:确定你最重要的任务,并且将它放在其他事情之前完成。秘诀三:根据日程表来做事而不要根据任务清单。秘...

  • 190. Reverse Bits

    1.描述 Reverse bits of a given 32 bits unsigned integer. For example, give...

  • 118. Pascal's Triangle

    1.描述 Given numRows, generate the first numRows of Pascal's triangle. For...