Hello,
We are using ffmpeg in one of our applications for slicing a video. The
slicing part is working fine but the data rate, video & audio bit rates
are decreasing in the sliced output video. Following is the command we
are using for slicing:
ffmpeg.exe -i inputVideo.mp4 -ss StartTime -t StopTime -async 1 -strict
-2 -y OutputVideo.mp4
Pls advise how to resolve this issue.
Thx in advance
Praveen
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".