2023-11-28, 03:23 PM
I grabbed the demo of the MPEG2 Encoder and was following the examples, but I get an error when trying
Error:
[omx_enc_mp2v @ 0000020D0BC443C0] OMX error 0x8000100a
[omx_enc_mp2v @ 0000020D0BC443C0] Component cannot allocate buffers
[vost#0:0/omx_enc_mp2v @ 0000020D0BC44080] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Command:
"C:\Program Files\MainConcept\FFmpeg-PlugIns\bin\ffmpeg.exe" -i '.\Episode 01.avi' -c:v omx_enc_mp2v -omx_core omxil_core.dll -omx_name OMX.MainConcept.enc_mp2v.video -omx_param "preset=39:video_format=ntsc" ffmpeg_output.m2v
Just to be sure it wasn't something with my system I ran it with the HEVC Hybrid Encoder (which I have the full licensed version) and it ran fine
Command for that:
"C:\Program Files\MainConcept\FFmpeg-PlugIns\bin\ffmpeg.exe" -i '.\Episode 01.avi' -color_range 2 -c:v omx_enc_hevc -omx_core omxil_core.dll -omx_name OMX.MainConcept.enc_hevc.video -omx_param "force_omx_param=0:preset=main10:acc_type=nvenc:acc_mode=driven:perf_level=30" -b:v 3600k -maxrate 20M '.\Episode 01.hevc'
What am I missing?
Thanks!
Error:
[omx_enc_mp2v @ 0000020D0BC443C0] OMX error 0x8000100a
[omx_enc_mp2v @ 0000020D0BC443C0] Component cannot allocate buffers
[vost#0:0/omx_enc_mp2v @ 0000020D0BC44080] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Command:
"C:\Program Files\MainConcept\FFmpeg-PlugIns\bin\ffmpeg.exe" -i '.\Episode 01.avi' -c:v omx_enc_mp2v -omx_core omxil_core.dll -omx_name OMX.MainConcept.enc_mp2v.video -omx_param "preset=39:video_format=ntsc" ffmpeg_output.m2v
Just to be sure it wasn't something with my system I ran it with the HEVC Hybrid Encoder (which I have the full licensed version) and it ran fine
Command for that:
"C:\Program Files\MainConcept\FFmpeg-PlugIns\bin\ffmpeg.exe" -i '.\Episode 01.avi' -color_range 2 -c:v omx_enc_hevc -omx_core omxil_core.dll -omx_name OMX.MainConcept.enc_hevc.video -omx_param "force_omx_param=0:preset=main10:acc_type=nvenc:acc_mode=driven:perf_level=30" -b:v 3600k -maxrate 20M '.\Episode 01.hevc'
What am I missing?
Thanks!