Skip to content
Snippets Groups Projects
Commit 76246658 authored by Lyubomir Marinov's avatar Lyubomir Marinov
Browse files

Re-enables Periodic Intra Refresh in the H.264 encoder which was (relatively)...

Re-enables Periodic Intra Refresh in the H.264 encoder which was (relatively) recently disabled during updates to the FFmpeg and x264 libraries. Contributed by Benoît Laniel.
parent 10637735
No related branches found
No related tags found
No related merge requests found
......@@ -501,6 +501,7 @@ else if("h264.profile".equals(k))
* FFmpeg will fail.
*/
//"crf" /* constant quality mode, constant ratefactor */, "0",
"intra-refresh", "1",
"partitions", "b8x8,i4x4,p8x8",
"preset", "ultrafast",
"thread_type", "slice",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment