Opened 5 years ago
Closed 5 years ago
#8545 closed defect (invalid)
AMF PNG FRAMES TO MP4 FILE
Reported by: | Victor Augusto Tedesco | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | AMF |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
AMF cannot convert PNG frames to a MP4 video, but it can convert JPG frames to a MP4 video.
Using the command:
ffmpeg -i Camille%04d.png -codec h264_amf -cbr 0 Test.mp4
Getting the console error:
Stream mapping:
Press [q] to stop, ? for help
Output #0, mp4, to 'Test.mp4':
Metadata:
encoder : Lavf58.39.101
Stream #0:0: Video: h264 (h264_amf) (avc1 / 0x31637661), yuv420p, 2560x1440 [SAR 1:1 DAR 16:9], q=-1--1, 2000 kb/s, 25 fps, 12800 tbn, 25 tbc
Metadata:
encoder : Lavc58.73.102 h264_amf
[h264_amf @ 00000250369f3700] SubmitInput() failed with error 29
Video encoding failed
Conversion failed!
Using Windows 10, a R7 260X (Has support to AMF), and using the version: ffmpeg version git-2020-02-27-9b22254
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | ffmpeg-20200301-093555.log added |
---|
comment:1 by , 5 years ago
Component: | ffmpeg → undetermined |
---|---|
Keywords: | AMD removed |
Please show the working command line together with the complete, uncut console output.
comment:2 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
My GPU doesn´t support 1440p encoding because it has VCE 2.0, which only support at a maximum of 1920x1920, i discovered a hour ago
FFMPEG Log