When I open one of our mp4 files taken from a hdmi capture card via ffmpeg we get the sound only, there is no picture displayed.
Background:
We have been using Smart Cutter for years to edit the output of our hauppauge recordings, setting start and end.
Due to hardware issues we are now moving to a 'blackmagic design intensity pro 4k' taking input from an hdmi cable.
This stream is run through ffmpeg to generate a mp4 file.
ffmpeg setting used are:
Code: Select all
ffmpeg <InputStuff> -c:v h264 -vf "yadif=0:-1:0" -pix_fmt yuv422p -crf 23 output.mp4
( video codec h264; deinterlace; colour space; constant rate factor )
When I open this file in Smart Cutter the program crashes, so I moved to MovieShop Framer where it opens but only plays the audio.
This movie plays fine in vlc player which says it is:
Code: Select all
Stream 0
Type: Video
Codec: H264 - MPEG-4 AVC (part 10)(avc1)
Resolution: 1920X1090
Display resolution: 1920X1080
Frame rate: 25
Decoded format: Planar 4:2:2 YUV
Stream 1 .... all the audio stuff.
Code: Select all
Fmt : Quicktime/MOV
Video : h264decoder
Dim : 1920X1074
Audio : faad
Does anyone have any idea where I may have gone wrong please?
Thanks,
Bryce Stenberg.