Assume I have an original video file (AVI, MP4 or MKV). I want to re-encode it to a new (lower) video bitrate.
When I enter at the command line a ffmpeg command and specify (beside input and output file name) only the new video bitrate: Will ffmpeg ALWAYS automatically take the remaining parameters from the existing video? In otehr words: Will e.g. the frames per second, the max keyframe interval, the resolution, the audio bitrate and codec always be the same as the original? If not: Can I tell ffmpeg explicitely, manually to use them? Similar to ffmpeg.exe -i .... -b:v 2200k -useotherparmsfrominput ...... Ben _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
