Hello, I am stabilizing some h.264/aac (quicktime) video using the info at http://public.hronopik.de/vid.stab/features.php?lang=en and I want to reconstruct the stabilized video into h.264/aac as well.
So after running `transcode -J stabilize -i MOVIE -y null,null -o dummy` I am now at the `transcode -J transform -i MOVIE OUTPUTOPTIONS -o STABILE` part. I made it to: transcode -J transform -i in.mp4 -w 14000 -y ffmpeg -F h264 -o out.avi And the output options are the hard part as libx264 complains: 'Default settings detected, using medium profile'; also the '-w' bitrate setting does not really have an effect on the output file size. The video quality of the output is not good either. So how do I get to correctly specify a profile and preset in this transcode/ffmpeg setup? Same question for the right way to specify a bitrate. I tried stuff via ffmpeg.cfg but that did not help yet... So please help me out. Thanks, Udo