Video Formats

Expanded the list of video formats supported by ffmpeg
This commit is contained in:
Jordan Wages 2018-07-06 17:00:15 -05:00
parent df503fa44f
commit 49e081ff7e
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ namespace butterflow_ui
private void btnFilePicker_Click(object sender, RoutedEventArgs e)
{
var ofd = new OpenFileDialog();
ofd.Filter = "Supported Video Files|*.mp4;*.mkv";
ofd.Filter = "Supported Video Files|*.3g2;*.3gp;*.4xm;*.a64;*.aa;*.aac;*.acm;*.act;*.adf;*.adp;*.ads;*.adts;*.aea;*.afc;*.aix;*.alias_pix;*.anm;*.apc;*.ape;*.aqtitle;*.asf_o;*.asf_stream;*.avisynth;*.avi;*.avm2;*.avr;*.avs;*.bethsoftvid;*.bfi;*.bfstm;*.bin;*.bink;*.bmp_pipe;*.bmv;*.boa;*.brender_pix;*.brstm;*.c93;*.caca;*.cdg;*.cdxl;*.chromaprint;*.cine;*.concat;*.crc;*.dash;*.dcstr;*.dds_pipe;*.dfa;*.dpx_pipe;*.dsf;*.dsicin;*.dss;*.dtshd;*.dv1394;*.dvbsub;*.dvbtxt;*.dvd;*.dxa;*.ea;*.ea_cdata;*.epaf;*.exr_pipe;*.f4v;*.fifo;*.film_cpk;*.flic;*.framecrc;*.framehash;*.framemd5;*.frm;*.fsb;*.g729;*.genh;*.hash;*.hds;*.hls;*.hls;*.applehttp;*.hnm;*.idcin;*.idf;*.iec61883;*.iff;*.ingenient;*.ipmovie;*.ipod;*.ismv;*.iss;*.iv8;*.ivr;*.j2k_pipe;*.jack;*.jpeg_pipe;*.jpegls_pipe;*.jv;*.latm;*.lavfi;*.libcdio;*.libdc1394;*.libgme;*.libopenmpt;*.live_flv;*.lmlm4;*.loas;*.lvf;*.lxf;*.matroska;*.matroska;*.mkv;*.webm;*.md5;*.mgsts;*.mkvtimestamp_v2;*.mlv;*.mm;*.mov;*.mov;*.mp4;*.m4a;*.3gp;*.3g2;*.mj2;*.mp2;*.mp4;*.mpc;*.mpc8;*.mpeg1video;*.mpeg2video;*.mpegtsraw;*.mpegvideo;*.mpl2;*.mpsub;*.msf;*.msnwctcp;*.mtaf;*.mtv;*.musx;*.m4v;*.mv;*.mvi;*.mxf_d10;*.mxf_opatom;*.mxg;*.nc;*.nistsphere;*.nsv;*.null;*.nuv;*.oga;*.ogv;*.openal;*.opengl;*.opus;*.paf;*.pam_pipe;*.pbm_pipe;*.pcx_pipe;*.pgm_pipe;*.pgmyuv_pipe;*.pictor_pipe;*.pjs;*.pmp;*.png_pipe;*.ppm_pipe;*.psp;*.psxstr;*.pva;*.pvf;*.qcp;*.qdraw_pipe;*.r3d;*.realtext;*.redspark;*.rl2;*.rpl;*.rsd;*.rtp_mpegts;*.sami;*.sbg;*.sdl;*.sdl2;*.sdp;*.sdr2;*.segment;*.sgi_pipe;*.shn;*.siff;*.singlejpeg;*.sln;*.smk;*.smoothstreaming;*.smush;*.sol;*.spx;*.stl;*.stream_segment;*.ssegment;*.subviewer;*.subviewer1;*.sunrast_pipe;*.sup;*.svag;*.svcd;*.tak;*.tedcaptions;*.tee;*.thp;*.tiertexseq;*.tiff_pipe;*.tmv;*.tty;*.txd;*.uncodedframecrc;*.v210;*.v210x;*.v4l2;*.vag;*.vcd;*.video4linux2;*.v4l2;*.vivo;*.vmd;*.vob;*.vobsub;*.vpk;*.vplayer;*.vqf;*.wc3movie;*.webm;*.webm_chunk;*.WebM;*.webp;*.webp_pipe;*.wsaud;*.wsd;*.wsvqa;*.wve;*.x11grab;*.xa;*.xbin;*.xmv;*.xv;*.xvag;*.xwma;*.yop";
var result = ofd.ShowDialog(this);
if (result.HasValue && result.Value)