mirror of https://github.com/mpv-player/mpv
bb7a485c09
``` dd if=/dev/zero of=/tmp/10g.empty bs=1 seek=10G count=0 dd if=/dev/zero of=/tmp/10m.empty bs=1 seek=10M count=0 time mpv /tmp/10{g,m}.empty ``` I keep files with the name format `${name}-${hash}.${ext}.empty` around, where the original is removed, and a sparse file with the size of the original is created instead. A lot of time is wasted on such files when going through playlists/directories that include some of them. This admittedly may not be that common of a use-case. Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com> |
||
---|---|---|
.. | ||
cookies.c | ||
cookies.h | ||
dvb_tune.c | ||
dvb_tune.h | ||
dvbin.h | ||
stream.c | ||
stream.h | ||
stream_avdevice.c | ||
stream_bluray.c | ||
stream_cb.c | ||
stream_cdda.c | ||
stream_concat.c | ||
stream_dvb.c | ||
stream_dvdnav.c | ||
stream_edl.c | ||
stream_file.c | ||
stream_lavf.c | ||
stream_libarchive.c | ||
stream_libarchive.h | ||
stream_memory.c | ||
stream_mf.c | ||
stream_null.c | ||
stream_slice.c |