extract only a small segment in the middle of an mpeg-TS movie
kilamski
malik.cisse at gmx.net
Fri Jun 21 16:34:51 UTC 2019
Hi,
I want to extract only a small segment in the middle of an mpeg-TS movie
using gstreamer library in c.
Using ffmpeg in a command line this can be done with following command:
ffmpeg -ss 00:01:00 -i video.ts -to 00:02:00 -c copy -copyts cut.ts
How can I do this using Gstreamer?
Please help
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list