Hi ca*s,
please I wonder if there is a way to do an hardware MJPEG encoding (to improove the speed) also using a special GPU on laptop pc's?
thanks
+ Reply to Thread
Results 1 to 11 of 11
-
-
NVidia should support mjpeg, other GPU's proably also (if they support MPEG-2 then i see no technical issues to support MJPEG).
Perhaps Intra MPEG-2 or Intra H.264 will be ok for you? -
mm mpeg-2 or other really not, I try to encode in mjpeg at the fastest way possibile so that I try to understand if is there a way to do an hardware encoding
-
Try PicVideo's MJPEG encoder. I get about 160 fps (i5 2500K) out of if when encoding 1920x1080p -- but I'm limited by reading the source. It supports YUV 4:4:4, 4:2:2 and 4:1:1, and interlaced encoding.
-
-
-
And it should be accessible through ffmpeg /avconv through vaapi if configured with support
A link for more info
https://wiki.libav.org/Hardware/vaapi -
4:2:0 for vaapi
MJPEG
The MJPEG encoder only accepts YUV 4:2:0 surfaces and encodes them as baseline DCT using the standard quantisation and huffman tables. The one usable option is global_quality, which sets JPEG quality (to scale the standard quantisation tables) in the range 1-100.
Similar Threads
-
ffmpeg mjpeg encoding: how to improve bitrate?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 13th Sep 2016, 03:05 -
MJPEG encoding using directshow codec
By marcorocchini in forum Newbie / General discussionsReplies: 11Last Post: 1st Jan 2015, 09:36 -
FFMPEG encoding MJPEG and CBR
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 5th Oct 2013, 17:06 -
Join Motion JPG (mjpeg/mjpg) without re-encoding
By giroro in forum EditingReplies: 13Last Post: 23rd Sep 2013, 09:25 -
FFMPEG: from .mxf to mjpeg encoding
By marcorocchini in forum Newbie / General discussionsReplies: 10Last Post: 11th Jul 2013, 16:52