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
For very long video, user may want to only pick certain part out of it. Using 2 textboxes to allow users to insert start & end time would be great in such use case. Previously I used another chrome script to do so, which looks like
The text was updated successfully, but these errors were encountered:
close: ScottSloan#78
Solution:
Add in time related parameters for FFMPEG command in MERGE process
I verified the following case:
1. Video: combination of w/ or w/o start time, w/ or w/o end time
2. Audio Only: combination of w/ or w/o start time, w/ or w/o end time
Signed-off-by: wjxiz <[email protected]>
Hi I came up with a naive solution for this. I proposed this all based my own requirement, maybe not considerate, let me know if you can any concern with it.
Uh oh!
There was an error while loading. Please reload this page.
For very long video, user may want to only pick certain part out of it. Using 2 textboxes to allow users to insert start & end time would be great in such use case. Previously I used another chrome script to do so, which looks like
The text was updated successfully, but these errors were encountered: