Hi,
I was trying to encode a file using ffmpeg. But unfortunately, it does only encode a single file. If I try to encode another one, it freezes just before it would normally start to encode the file.
To get the next file, I need to reboot...
Any ideas?
My command-line (I pasted the parameters from somehwere, since I am still trying to get it to work reliably):
%ffmpeg% -i %original% -pix_fmt nv12 -c:v hevc_qsv -preset:v 7 -profile:v 1 -load_plugin 2 -level:v 5.1 -b:v 38M -maxrate:v 40M-1 -minrate:v 1M -bufsize:v 19M-1 -g:v 250 -bf:v 3 -refs:v 5 -bitrate_limit 1 -async_depth 4 out.qsv.mp4
Edit:
The initialization of the encoder seems to be just unstable: It works about 50% of the time.
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by Epaminaidos; 21st Sep 2016 at 16:13.
-
I think this is somehow related to opening and closing encoding session in QSV - some time is required to close session (IMHO - pure speculation - that's why i don't like QSV - looks like instability when compared to NVEnc - but maybe this is only in ffmpeg).
Try to introduce some delay before starting new session. -
-
On my Pentium g4500 I have no problem running your command line multiple times.
I compile FFmpeg myself, on Windows 7.
Need more info to help you.
Do you have the latest Intel® Media Server Studio installed ?
Do you compile your own FFmpeg or use a precompiled one?
What cpu do you have?
What OS do you use?
Try QSVEnc: https://onedrive.live.com/?id=6BDD4375AC8933C6%21482&cid=6BDD4375AC8933C6
With QSVEnc you can use a totally hardware de/encoding pipeline (with supported formats) including resizing if needed.Last edited by gregalan; 22nd Sep 2016 at 22:34.
-
I installed the latest version while trying to get it to work. When I realized, the setting was unstable, I uninstalled it. It did not change anything: Encording was still unstable.
Currently, it is not installed.
Do you compile your own FFmpeg or use a precompiled one?
What cpu do you have?
What OS do you use?
Can you tell me a little more about what this is?
I am not really comfortable downloading some executable from an unknown OneDrive-Account and executing it. -
If this make you more comfortable then read about software on author page:
http://rigaya34589.blog135.fc2.com/ -
-
-
IMHO important is graphics driver - Media Server Studio looks like not the most important component (and drivers provided with Studio are for MS Windows Server).
I really can't understand why companies like Intel and even way worse AMD completely ignore that good documentation is mandatory to promote their technologies.
From my perspective NVidia maybe is not best quality or most functionally advanced but NVidia documentation can be considered as reference.
Originally Posted by Epaminaidos
Similar Threads
-
How To Rip Blu Ray Movie To Single File? (Movie Is Not Single File)
By ripperz214 in forum Newbie / General discussionsReplies: 0Last Post: 7th Sep 2016, 16:01 -
A single .m4v file to a single DVD-Video disk?
By Hamstor in forum Authoring (DVD)Replies: 7Last Post: 25th Sep 2015, 14:37 -
ffmpeg multiple input (including pipeline) and single output
By z-machine95 in forum Video ConversionReplies: 9Last Post: 23rd Aug 2015, 17:52 -
batch file ffmpeg ffprobe export media info to text file
By doomtomb in forum Newbie / General discussionsReplies: 1Last Post: 21st Jan 2014, 20:57 -
Creating a video file with FFMPEG using a single image (Mask)
By GoldenMeanie in forum Video ConversionReplies: 7Last Post: 8th Jun 2013, 15:18