Hi Experts,

I am using NVIDIA SDK decoder which has ffmpeg demuxer which takes both file
and udp input .
But for file input it is decoding{nvdec decoding } more then  real time . i
want to make demuxing and decoding to 1x not more the that .

Like in below example , *how to use -re option in ffmpg API code .
*
 ffmpeg.exe -v debug* -re *-i U4K_jurassic_world_fallen_kingdom_23M.ts -c
copy out.ts


API code snap:
I tried AVDictionary but no luck.

avformat_open_input(&ctx, (const char*)file.ts, NULL, NULL)..

file :
post.c <http://www.ffmpeg-archive.org/file/t378831/post.c>  

I have attached the file for more details .

Kindly help me out . its troubling me and quite urgent ,.

Thanks in advance .






--
Sent from: http://www.ffmpeg-archive.org/
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to