Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Mar 10, 2021
1 parent a9686cf commit ec18268
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminaltools",
"version": "1.5.0",
"version": "1.5.1",
"description": "terminaltools allows you to do tricks in the terminal like play videos, show images and more.",
"main": "tools.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tools/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ async function framify(video) {
var process = new ffmpeg(video);
process.then(function (video) {
fps = video.metadata.fps
video.setVideoSize(p.stdout.columns + "x" + p.stdout.rows, true, false)
video.fnExtractFrameToJPG("frames", {
every_n_frames : 1
}, function() {
Expand Down

0 comments on commit ec18268

Please sign in to comment.