bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.44k stars 8.11k forks source link

ffmpeg parameters #2416

Open gnanev opened 7 years ago

gnanev commented 7 years ago

Is it possible to pass some parameters to ffmpeg in the way it is done from console? Thanks

xinzhengzhang commented 7 years ago

ff_option has different category for passing param to av_codec av_format

gnanev commented 7 years ago

can I set something like filter_complex "[1:v]negate[a];[2:v]hflip[b]" ?

xinzhengzhang commented 7 years ago

Not familiar with ffmpeg.c