smirnov

play video from compressed tar

Jun 26th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Create
  2. $ tar --remove-files -I 'xz -9e' -cf example.tar.xz example/
  3.  
  4. # Listing
  5. $ tar -tvJf example.tar.xz
  6.  
  7. # Play
  8. $ tar -OxJf example.tar.xz 'example/video.mp4' | mpv -
Add Comment
Please, Sign In to add comment