diff options
author | Ben Sima <ben@bsima.me> | 2018-06-20 08:40:15 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-20 08:40:15 -0700 |
commit | f6444ff704b73e16977b1e0188a924e225a3ce3c (patch) | |
tree | 90acda09dbdf4894cdf783454917875f3ce18f6b | |
parent | 63f96918aa7f43f187df5a6f9053c4a4e9a5094a (diff) |
Turn off logging and use nix script
-rwxr-xr-x | seeme | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ -#!/usr/bin/env sh - -ffplay -f video4linux2 -i /dev/video0 -video_size 320x240 -noborder +#! /usr/bin/env nix-shell +#! nix-shell -i bash -p ffmpeg-full +ffplay -f video4linux2 -i /dev/video0 \ + -video_size 640x480 -noborder \ + -loglevel 0 |