hi, i have this project: I'm receiving continuous mpeg2-ts and saving it to
disk splitted by size, for example 32 MB. Then i want to encode this input
to 3 profiles (bitrates/resolution) i-frame aligned, splitted by time (10s)
for HLS adaptive playing. It's  no problem to code something which reads
this chunks from disk, and send it to libav for
demuxing/decoding/encoding/muxing. But I want to have way to restart this
process and start from last encoded 10s chunk.

How can I know which data from input is already processed and which isn't?
It's good idea to use libav for this project?

Thank you.

-- 
Best regards
 Bc. Ondrej Novy

Email: [email protected]
Jabber: [email protected]
ICQ: 115-674-713
Facebook: http://www.facebook.com/onovy
Tel/Cell: +420 777 963 207
Datová schránka: aypqr6c
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to