getting the best quality video exports?
-
- Posts: 43
- Joined: Tue Feb 10, 2015 9:17 pm
getting the best quality video exports?
I have a couple of videos I need to export for our local law enforcement... I've tried tweaking a few things (Bitrate, FPS, different file types) and I still get a lot of JPEG artifacts in the export. File size/bandwidth isn't an issue
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: getting the best quality video exports?
The following FFMPEG_OUTPUT_OPTIONS works for me:
If I need a different format, I just transcode it with avidemux.
Rather inefficient, but I seldom need to export myself.
There are other posts in this forum that discuss what settings worked well for others.
It generates an mpeg 1 file, and the quality is pretty good.-r 23.976 -qscale 1
If I need a different format, I just transcode it with avidemux.
Rather inefficient, but I seldom need to export myself.
There are other posts in this forum that discuss what settings worked well for others.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
-
- Posts: 43
- Joined: Tue Feb 10, 2015 9:17 pm
Re: getting the best quality video exports?
awe'some... thank you, huge difference in video quality