On 20/03/15 16:10, Ondrej Novy wrote:
> 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?

I'm quite sure you can do that the last part might require you something
more than just invoking avconv but surely is feasible.

lu

_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to