Hi all,

    Thanks in advance for answering my question...

I understand that av_open_input_file can be used to open a file, stream,
etc.   Most of the files/streams I am working with are MPEG2-TS and I need
to do some pre-processing on the raw TS packets before I pass them to FFMpeg
for de-muxing, decoding, etc.

I was wondering if there was a way I could read from the file/socket myself
so I can run my own pre-processing on the TS packets, then pass the TS
packets to a function similar to av_read_frame to proceed as normal?
Essentially, I want to take av_open_input_file out of the loop and just open
the file/stream myself and proceed...

Thanks!
Tom
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to