bmdtools
bmdtools copied to clipboard
FFMBC - Works with bmdcapture.
I had to compile gstreamer and ffmbc from source in order to get this to work correctly. I tried for a long time to get avconv and ffmpeg working, but they would drop capture after 5-10 mins of recording no matter what I did.
HDMI from a Canon R400 1080i/5997 camcorder with: bmdcapture -m 11 -C 0 -A 2 -V 3 -F nut -f pipe:1 | ffmbc -y -i - -b 145M -vcodec dnxhd -acodec pcm_s16le -threads 4 -an movie.mov
Thanks for the information. I wonder how Baptiste improved dnxhd now.
It's working good. But have you an issus to fix the audio encoding ? Ffmbc won't encoding audio because not raw as the video. Is there another option instead of -F nut to enable raw audio ?