View Single Post
Old 17th April 2015, 20:58   #49  |  Link
birdie
Artem S. Tashkinov
 
birdie's Avatar
 
Join Date: Dec 2006
Posts: 337
Code:
ffmpeg -i source.avi -f rawvideo -pix_fmt yuv420p pipe:1 | ./DivX265_1_5_8 -fps 15 -s 1024x768 -i - -aqo 5 -br 4000 -o dest.hevc
Value is outside DivX HEVC Profile: Frame rate. Must be a value listed in the profile
I'm confused. What does the encoder want?

Edit: fps 15 is not supported. Sigh. Since this encoder outputs raw video I wonder why any limitations exist at all.

Last edited by birdie; 17th April 2015 at 21:06.
birdie is offline   Reply With Quote