NReco is a collection of reusable components for .NET platform (.NET Framework and .NET Core)
Questions tagged [nreco]
143 questions
-1
votes
1 answer
Creating a thumbnail from MP4 video crashes on shared hosting but working fine locally
i am working on a web page to upload MP4 video and getting a thumbnail from the video
i am using NReco FFMpeg Converter to achieve this . it is working fine locally but upload it on a shared hosting it crashes at ffMpeg.GetVideoThumbnail
…

Mariam Nagy
- 75
- 2
- 11
-1
votes
1 answer
Regex in filepath
can u help me with regex in FFMpegConverter?
I have a bitmaps a saving them like it:
foreach (Bitmap printscreen in printscreeny)
{
printscreen.Save(Path.GetTempPath() + guid +"_"+ i);
i++;
}
then I want to convert them by NReco…

Vít Hněvkovský
- 31
- 6
-1
votes
2 answers
C# documentation about how to add an event handler
I am coding a video converter using NRECO and ffmpeg everything works but when it comes at to get the Progress time
i've tried
pgbConversion.Value = FFMpegConverter.ConvertProgress();
but it is impossible so i got !
**
**ConvertProgress is an…

franznkemaka
- 153
- 1
- 1
- 9
-1
votes
1 answer
NReco.PdfGenerator Incorrect pdf generation
I have a page in html which looks :
Next I'm using NReco.PdfGenerator library to generate html->pdf
The result of the above page:
My html code: