du -hd1 |sort -rh
맥에서는 du -h --max-depth=1 명령어를 사용할 수 없으니,
대신 du -hd1 을 사용한다.
이때 사이즈별로 나열이 필요할 경우 sort -rh를 사용한다.
du -hd1 |sort -rh
맥에서는 du -h --max-depth=1 명령어를 사용할 수 없으니,
대신 du -hd1 을 사용한다.
이때 사이즈별로 나열이 필요할 경우 sort -rh를 사용한다.
H.265란
H.260~H.279 패키지 안에 있으며, 현재의 H.261~H.264까지를 대응지원하면서, 미래환경(이젠 아주 가까운 미래환경)의 더욱 넓어진 네트워크/통신환경에 대응될 수 있도록 설계된 고압축 코덱.
Coding of moving video - H.260~H.279
Summary
Recommendation ITU-T H.265 represents an evolution of the existing video coding
Recommendations (ITU-T H.261, ITU-T H.262, ITU-T H.263 and ITU-T H.264) and was developed
in response to the growing need for higher compression of moving pictures for various applications
such as Internet streaming, communication, videoconferencing, digital storage media and television
broadcasting. It is also designed to enable the use of the coded video representation in a flexible
manner for a wide variety of network environments. The use of this Recommendation | International
Standard allows motion video to be manipulated as a form of computer data and to be stored on
various storage media, transmitted and received over existing and future networks and distributed on
existing and future broadcasting channels.
나머진 다음에 추가로 읽어보자.