Nicolas Krieger wrote:
> Hi,
> Is it possible to copy a video file without using av_codec_decode and
> av_codec_encode ? Just url_fopen, then copy.

like "ffmpeg -i <infile> -vcodec copy -acodec copy <outfile>"?
If yes, the code is in ffmpeg.c


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

Reply via email to