Searched refs:frame_aspect_ratio (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 484 AVRational frame_aspect_ratio; member
|
D | ffmpeg_opt.c | 1673 char *frame_rate = NULL, *frame_aspect_ratio = NULL; in new_video_stream() local 1687 MATCH_PER_STREAM_OPT(frame_aspect_ratios, str, frame_aspect_ratio, oc, st); in new_video_stream() 1688 if (frame_aspect_ratio) { in new_video_stream() 1690 if (av_parse_ratio(&q, frame_aspect_ratio, 255, 0, NULL) < 0 || in new_video_stream() 1692 av_log(NULL, AV_LOG_FATAL, "Invalid aspect ratio: %s\n", frame_aspect_ratio); in new_video_stream() 1695 ost->frame_aspect_ratio = q; in new_video_stream()
|
D | ffmpeg.c | 1485 if (!ost->frame_aspect_ratio.num) in reap_filters() 3116 if (ost->frame_aspect_ratio.num) { // overridden by the -aspect cli option in init_output_stream_streamcopy() 3118 av_mul_q(ost->frame_aspect_ratio, in init_output_stream_streamcopy() 3354 ost->frame_aspect_ratio.num ? // overridden by the -aspect cli option in init_output_stream_encode() 3355 av_mul_q(ost->frame_aspect_ratio, (AVRational){ enc_ctx->height, enc_ctx->width }) : in init_output_stream_encode()
|