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
If I try to cut from ffmpeg using time input from the playback,
e.g bring me the 10second to 25second part of the video ffmpeg -ss 10 -i test.mp4 -t 15 -c copy out.mp4
there are sometimes small time differences, which is propably normal!
Do you know if its possible to emulate the timings of ffmpeg to that of the module?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
If I try to cut from ffmpeg using time input from the playback,
e.g bring me the 10second to 25second part of the video
ffmpeg -ss 10 -i test.mp4 -t 15 -c copy out.mp4
there are sometimes small time differences, which is propably normal!
Do you know if its possible to emulate the timings of ffmpeg to that of the module?
Thanks a lot!
The text was updated successfully, but these errors were encountered: