Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit d154549

Browse files
committed
Add ffmpeg command str
1 parent baaeb74 commit d154549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ffmpeg/ffmpeg.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ func (t *Transcoder) Start(opts transcoder.Options) (<-chan transcoder.Progress,
8383

8484
// Initialize command
8585
cmd := exec.Command(t.config.FfmpegBinPath, args...)
86+
fmt.Println("ffmpeg command is :", cmd.String())
8687

8788
// If progresss enabled, get stderr pipe and start progress process
8889
if t.config.ProgressEnabled && !t.config.Verbose {

0 commit comments

Comments
 (0)