Skip to content

Commit

Permalink
Shorten preamble generator to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
srgoni committed Jun 29, 2023
1 parent 61a64b7 commit 50a4926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genpreamble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

ffmpeg \
-use_wallclock_as_timestamps 1 \
-t 5 -r 50 -f lavfi -i color=c=black:s=1280x720 \
-t 5 -f lavfi -i anullsrc=r=48000:cl=stereo \
-t 1 -r 50 -f lavfi -i color=c=black:s=1280x720 \
-t 1 -f lavfi -i anullsrc=r=48000:cl=stereo \
-pix_fmt:v yuv420p -color_range:v tv -color_primaries:v bt709 -colorspace bt709 -color_trc bt709 -profile:v high -b:v 3500000 -c:v libx264 \
-b:a 128000 -c:a aac \
-f mpegts -y out.ts

0 comments on commit 50a4926

Please sign in to comment.