Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Lilljedahl <[email protected]>
  • Loading branch information
marcosnils committed Mar 8, 2024
1 parent 384715f commit d161a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// container utils module

//
// This file contains the container utils module, which is a set of functions that
// can be used to modify a container and enhance its functionality in different ways.
package main
Expand Down
2 changes: 1 addition & 1 deletion videostitch/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// stitches multiple videos together

//
// This is a simple example of a Dagger function that stitches multiple videos together using ffmpeg.
// It takes a directory as input and looks for all .mp4 files in it. It then uses ffmpeg to
// concatenate them into a single .mp4 file.
Expand Down

0 comments on commit d161a53

Please sign in to comment.