add: run video in pipe
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
h264:
|
||||
binary: "/usr/bin/cat"
|
||||
arguments:
|
||||
- "/home/charles/Downloads/simpsons_movie_1080p_hddvd_trailer/The Simpsons Movie - 1080p Trailer.mp4"
|
||||
ivf:
|
||||
binary: "/usr/bin/ffmpeg"
|
||||
arguments:
|
||||
- "-i"
|
||||
- "-"
|
||||
- "-g"
|
||||
- "30"
|
||||
- "-b:v"
|
||||
- "2M"
|
||||
- "-f"
|
||||
- "ivf"
|
||||
- "-"
|
||||
Reference in New Issue
Block a user