You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/src/commands/video/edit.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ export default defineCommand({
81
81
},
82
82
],
83
83
examples: [
84
-
'bl video edit --video https://example.com/input.mp4 --prompt "Convert the entire scene to claymation style"',
84
+
'bl video edit --video https://example.com/input.mp4 --prompt "Convert the entire scene to claymation style"',
85
85
'bl video edit --video https://example.com/input.mp4 --prompt "Replace the outfit with the style shown in the image" --ref-image https://example.com/clothes.png',
86
86
'bl video edit --video https://example.com/input.mp4 --prompt "Convert to anime style" --resolution 720P --download output.mp4',
87
87
'bl video edit --video https://example.com/input.mp4 --prompt "Put clothes on the kitten in the video" --watermark false',
0 commit comments