This file is indexed.

/usr/share/doc/libffms2-dev/ffms2-api.html is in libffms2-dev 2.19-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>
FFmpegSource2 API Documentation
</title>
<link href="style.css" media="screen" rel="Stylesheet" type="text/css" />
</head>
<body>
<div class="maincontent">
<h1>FFmpegSource2 API Documentation</h1>
<p>
FFmpegSource2 (FFMS2) is a wrapper library around Libav/FFmpeg, plus some additional components to deal with file formats libavformat has (or used to have) problems with. It gives you a convenient way to say "open and decompress this media file for me, I don't care how you do it", without having to bother with the sometimes less than straightforward and less than perfectly documented Libav/FFmpeg internals. May be frame and/or sample accurate on good days. The library is written in C++, but the public API is C-friendly and it is possible to simply include and link directly with a pure C application.</p>

<p>The source is MIT licensed and can be obtained from the Google Code project SVN; see <a href="http://code.google.com/p/ffmpegsource/source/checkout">http://code.google.com/p/ffmpegsource/source/checkout</a>.
</p>


<h2>Limitations</h2>
<p>
FFMS2 does not mux or encode anything. FFMS2 does not give you fine control over codec internals. FFMS2 does not let you demux raw compressed data, you get it decompressed or not at all. FFMS2 does not provide you with a good solution for realtime playback, since it needs to index the input file before you can retreive frames or audio samples. FFMS2 does not currently handle things like subtitles, file attachments or chapters. FFMS2's video frame and audio sample retrieval functions are not threadsafe; you may only have one request going at a time.
</p>


<h2>Compilation</h2>
<p>FFMS2 has the following dependencies:</p>
<ul>
<li><b><a href="http://www.libav.org">Libav</a></b> (sure, you can use the <b><a href="http://www.ffmpeg.org">FFmpeg</a></b> branch too if you really want)
<ul><li>At least 0.8 for libav and 0.9 for FFmpeg</li>
<li>Further recommended configuration options: <tt>--disable-debug --disable-muxers --disable-encoders --disable-filters --disable-hwaccels --disable-network --disable-devices --enable-runtime-cpudetect</tt> (runtime cpudetect in particular is a good idea if you are planning on distributing the library; not disabling debug results in a gigantic dll).</li>
</ul>
</li>
<li><b><a href="http://www.zlib.net/">zlib</a></b></li>
</ul>
<p>
Compiling the library itself is fairly straightforward. For the basics, just add the <tt>include</tt> folder to your include paths and compile everything in <tt>src/core</tt>; everything else can be skipped. <tt>src/avisynth</tt> contains code for some Avisynth filters (optional and Windows-only); <tt>src/config</tt> is some (mostly autogenerated) configuration headers; and <tt>src/index</tt> is a stand-alone indexing application (built separately and linked against the main FFMS2 library).
</p>
<h3>Windows-specific compilation notes</h3>
<p>
If you're compiling the library on Windows, it is suggested that you use the Microsoft Visual Studio 2008 solution file from SVN. Any version of MSVC2008 and MSVC2010 should work for compiling it, including the free Express Edition (but if you use that you must undefine HAALISOURCE or find a copy of the ATL libraries). The project file in question assumes that you have compiled Libav with MinGW (guides on how to do that are easy to find) and want to link FFMS2 with it statically (linking it dynamically is possible but not recommended since it usually leads to DLL hell). If you're using FFmpeg (as opposed to Libav), uncomment #define FFMS_USE_FFMPEG_COMPAT in ffmscompat.h, as this is not always automatically detected. Add your mingw/include and mingw/lib folders to MSVC's respective global directory settings (Tools menu -&gt; Options -&gt; Projects and Solutions -&gt; VC++ Directories) and you should be good to go.
</p>
<p>
Targetting x64 from msvc requires a little extra work. Building libav for x64 is much like for 32-bit, except with the relevant prefix information (which will be along the lines of --prefix=/mingw/x86_64-w64-mingw32/ --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32), and --extra-cflags="-D_SYSCRT" is <b>required</b> for the end result to be linkable from msvc. Note that you'll probably need to add /usr/local/x86_64-w64-mingw32/... to MSVC's directories rather than the usual paths.
</p>
<p>
If you're using anything else, you're on your own. It's possible to build the library using MinGW; there is an avisynth plugin available that uses the avisynth_c interface originally developed to target 64-bit avisynth (it is available in <tt>branches/c_plugin</tt> in svn). If you're rolling your own MSVC solution file, remember that you need to <tt>#define FFMS_EXPORTS</tt> somewhere when compiling the library. You may also <tt>#define HAALISOURCE</tt> if you want to make the library able to open MPEG TS/PS and OGM files using Haali's DirectShow splitter (if you do not define it, those files will be opened with libavformat instead, and that usually doesn't work out all that well). Note that if you do so, opening those files will fail unless the user has the <a href="http://haali.cs.msu.ru/mkv/">Haali Media Splitter</a> DirectShow filter installed. Both those defines are enabled by default in the solution file in SVN.
</p>


<h2>Quickstart guide for impatient people</h2>
<p>
If you don't want to know anything about anything and just want to open some video with FFMS2 in the absolutely simplest possible manner, without selective indexing, progress reporting, saved index files, keyframe or timecode reading or anything like that, here's how to do it with the absolutely bare minimum of code.</p>

<pre>
#include &lt;ffms.h&gt;
#ifdef _WIN32
#include &lt;objbase.h&gt;
#endif

int main (...) {
	/* If you are on Windows you should first initialize COM, or all MPEG-TS/PS and OGM
	files may return an error when you try to open them (if the library was built
	with HAALISOURCE defined). All other formats will work normally. */
#ifdef _WIN32
	bool com_inited = false;
	HRESULT res = CoInitializeEx(NULL, COINIT_MULTITHREADED);
	if (SUCCEEDED(res)) 
		com_inited = true;
	else if (res != RPC_E_CHANGED_MODE) {
		/* com initialization failed, handle error */
	}
#endif

	/* Initialize the library itself. */
	FFMS_Init(0, 0);

	/* Index the source file. Note that this example does not index any audio tracks. */
	char errmsg[1024];
	FFMS_ErrorInfo errinfo;
	errinfo.Buffer      = errmsg;
	errinfo.BufferSize  = sizeof(errmsg);
	errinfo.ErrorType   = FFMS_ERROR_SUCCESS;
	errinfo.SubType     = FFMS_ERROR_SUCCESS;
	const char *sourcefile = "somefilename";
	FFMS_Index *index = FFMS_MakeIndex(sourcefile, 0, 0, NULL, NULL, FFMS_IEH_ABORT, NULL, NULL, &amp;errinfo);
	if (index == NULL) {
		/* handle error (print errinfo.Buffer somewhere) */
	}

	/* Retrieve the track number of the first video track */
	int trackno = FFMS_GetFirstTrackOfType(index, FFMS_TYPE_VIDEO, &amp;errinfo);
	if (trackno &lt; 0) {
		/* no video tracks found in the file, this is bad and you should handle it */
		/* (print the errmsg somewhere) */
	}

	/* We now have enough information to create the video source object */
	FFMS_VideoSource *videosource = FFMS_CreateVideoSource(sourcefile, trackno, index, 1, FFMS_SEEK_NORMAL, &amp;errinfo);
	if (videosource == NULL) {
		/* handle error (you should know what to do by now) */
	}

	/* Since the index is copied into the video source object upon its creation,
	we can and should now destroy the index object. */
	FFMS_DestroyIndex(index);

	/* Retrieve video properties so we know what we're getting.
	As the lack of the errmsg parameter indicates, this function cannot fail. */
	const FFMS_VideoProperties *videoprops = FFMS_GetVideoProperties(videosource);

	/* Now you may want to do something with the info, like check how many frames the video has */
	int num_frames = videoprops->NumFrames;
	
	/* Get the first frame for examination so we know what we're getting. This is required
	because resolution and colorspace is a per frame property and NOT global for the video. */
	const FFMS_Frame *propframe = FFMS_GetFrame(videosource, 0, &amp;errinfo);

	/* Now you may want to do something with the info; particularly interesting values are:
	propframe-&gt;EncodedWidth; (frame width in pixels)
	propframe-&gt;EncodedHeight; (frame height in pixels)
	propframe-&gt;EncodedPixelFormat; (actual frame colorspace)
	*/

	/* If you want to change the output colorspace or resize the output frame size,
	now is the time to do it. IMPORTANT: This step is also required to prevent
	resolution and colorspace changes midstream. You can you can always tell a frame's 
	original properties by examining the Encoded* properties in FFMS_Frame. */
	/* See libavutil/pixfmt.h for the list of pixel formats/colorspaces.
	To get the name of a given pixel format, strip the leading PIX_FMT_
	and convert to lowercase. For example, PIX_FMT_YUV420P becomes "yuv420p". */
	
	/* A -1 terminated list of the acceptable output formats. */
	int pixfmts[2];
	pixfmts[0] = FFMS_GetPixFmt("bgra");
	pixfmts[1] = -1;
	
	if (FFMS_SetOutputFormatV2(videosource, pixfmts, propframe-&gt;EncodedWidth, propframe-&gt;EncodedHeight, FFMS_RESIZER_BICUBIC, &amp;errinfo)) {
		/* handle error */
	}

	/* now we're ready to actually retrieve the video frames */
	int framenumber = 0; /* valid until next call to FFMS_GetFrame* on the same video object */
	const FFMS_Frame *curframe = FFMS_GetFrame(videosource, framenumber, &amp;errinfo);
	if (curframe == NULL) {
		/* handle error */
	}
	/* do something with curframe */
	/* continue doing this until you're bored, or something */

	/* now it's time to clean up */
	FFMS_DestroyVideoSource(videosource);
#ifdef _WIN32
	if (com_inited)
		CoUninitialize();
#endif
	
	return 0;
}
</pre>

<p>
And that's pretty much it. Easy, ain't it?
</p>


<h2>Indexing and You</h2>
<p>
Before opening a media file with FFMS2, you <b>must</b> index it. This is to ensure that keyframe positions, timecode data and other interesting things are known so that frame-accurate seeking is easily possible. 
</p>
<p>
There are two ways to index a media file. The first one is really a backwards compatibility thing and uses <tt>FFMS_MakeIndex</tt>. You call the function with the source filename, a binary mask representing which audio tracks you want to index (all video tracks are always automatically indexed since the operation can't fail and takes no additional time), another binary mask representing which audio tracks you want to dump to Wave64 files on disk, an optional progress reporting callback and a likewise optional audio dump filename generation callback; and it will create an index object. With this method there is no way of telling ahead of time how many tracks the file has and hence the only two masks that are useful in practice are 0 (index nothing) and -1 (index everything). If you want to index only certain tracks you will have to redo the indexing after examining the index. This indexing method may be used if you only want to index video tracks, or if you want all the audio tracks regardless of how many they are, or if you already know the track layout of the file you're going to open.
</p>
<p>
The other method is a bit more sophisticated. First, you create an indexer object using <tt>FFMS_CreateIndexer</tt> and the source filename. You can then examine the indexer using <tt>FFMS_GetNumTracksI</tt>, <tt>FFMS_GetTrackTypeI</tt> and <tt>FFMS_GetCodecNameI</tt> to determine how many tracks there are and what their respective types are. When you have done so, you call <tt>FFMS_DoIndexing</tt>, which is exactly like <tt>FFMS_MakeIndex</tt> except you pass it the indexer object instead of the source filename. Since you now know the track layout, you are free to pass a more restrictive track mask to index only the tracks relevant to your interests. As with <tt>FFMS_MakeIndex</tt>, all video tracks are always indexed; the trackmask only applies to audio tracks. If you change your mind and decide there are no tracks interesting to you in the file, call <tt>FFMS_CancelIndexing</tt>. Both <tt>FFMS_DoIndexing</tt> and <tt>FFMS_CancelIndexing</tt> destroys the indexer object and frees its memory.
</p>
<p>
When you have indexed the file you can write the index object to a disk file using <tt>FFMS_WriteIndex</tt>, which is useful if you expect to open the same file more than once, since it saves you from reindexing it every time. It can be particularly time-saving with very large files or files with a lot of audio tracks, since both of those can take quite some time to index.
</p>
<p>
To create an index object from a saved disk file, use <tt>FFMS_ReadIndex</tt>. Note that the index file written has an internal version number; if you have a version of FFMS2 that isn't the same as the one that created the index, it will most likely not accept the index at all (the read function will fail). If you want to verify that a given index file actually is an index of the source file you think it is, use <tt>FFMS_IndexBelongsToFile</tt>.
</p>



<h2>Function Reference</h2>
<p>Most functions that can fail in one way or another (as well as some that should be able to but currently don't) support error reporting using the <tt>ErrorInfo</tt> parameter. Example:</p>
<pre>char errmsg[1024];
FFMS_ErrorInfo errinfo;
errinfo.Buffer      = errmsg;
errinfo.BufferSize  = sizeof(errmsg);
errinfo.ErrorType   = FFMS_ERROR_SUCCESS;
errinfo.SubType     = FFMS_ERROR_SUCCESS;

const FFMS_Frame *frame = FFMS_GetFrame(vb, frameno, &amp;errinfo);
/* failure? */
if (frame == NULL) {
	printf("failed to get frame number %d, error message: %s", frameno, errinfo.Buffer);
	/* etc... */
}</pre>
<p>
How many characters you want to allocate to the error message is up to you; if you allocate too few the messages may get truncated. 1024 should be enough for anyone.
</p>

<h3>FFMS_Init - initializes the library</h3>
<pre>void FFMS_Init(int CPUFeatures, int UseUTF8Paths)</pre>
<p>Initializes the FFMS2 library. This function must be called once at the start of your program, before doing any other FFMS2 function calls.</p>
<p>If you are on Windows, you should also initialize COM before calling this function, since the library might have been built with <tt>HAALISOURCE</tt>. If it was indeed built with <tt>HAALISOURCE</tt> but you do not intialize COM, all MPEG-TS/PS and OGM files will cause an error when you try to open them. All other file types will work normally. Typically, you'd initialize COM something like the following:</p>
<pre>#include &lt;objbase.h&gt;
/* later on, in the actual code... */
bool com_inited = false;
HRESULT res = CoInitializeEx(NULL, COINIT_MULTITHREADED);
if (SUCCEEDED(res)) 
	com_inited = true;
else if (res != RPC_E_CHANGED_MODE) {
	/* com initialization failed, handle error */
}
/* your code goes here */
/* and after you're done: */
if (com_inited)
	CoUninitialize();
</pre>
<h4>Arguments</h4>
<p><b><tt>int CPUFeatures</tt></b><br />
This argument is no longer used and is left only for API/ABI compatibility.  Pass 0.
<p><b><tt>int UseUTF8Paths</tt></b><br />
Controls filename handling on Windows; on all other operating systems this parameter does nothing and should be ignored.<br />
On Windows, setting this parameter to a true value will make FFMS assume that all filename strings passed to it are UTF-8 encoded; setting it to false will make it assume filenames are in the system default codepage for non-Unicode programs. Setting this to true is one of two known ways to make FFMS2 open files with filenames containing characters that are not expressible in said codepage; the other is using the short (DOS 8.3 notation) filename. You can use the Win32 API function <tt>WideCharToMultiByte()</tt> to convert your <tt>wchar_t*</tt> Unicode strings to UTF-8 in <tt>char*</tt>, if necessary.<br />
<b>NOTE:</b> setting this parameter to true will break most file open operations if you compiled FFMS in MinGW, because MinGW's <tt>std::fstream</tt> implementation doesn't support Unicode filenames.<br />
Prior to API version 2.14.0.0 this functionality was a compile-time option and was controlled via <tt>FFMS_USE_UTF8_PATHS</tt>.</p>

<h3>FFMS_GetLogLevel - gets FFmpeg message level</h3>
<pre>int FFMS_GetLogLevel()</pre>
<p>Retrieves FFmpeg's current logging/message level (i.e. how much diagnostic noise it prints to <tt>STDERR</tt>). If you want to make any sense of the returned value you'd better <tt>#include &lt;libavutil/log.h&gt;</tt> from the FFmpeg source tree to get the relevant constant definitions. Alternatively, just copy the relevant constant definitions into your own code and hope the FFmpeg devs doesn't change them randomly for no particular reason like they do with everything else.
</p>

<h3>FFMS_SetLogLevel - sets FFmpeg message level</h3>
<pre>void FFMS_SetLogLevel(int Level)</pre>
<p>Sets FFmpeg's logging/message level; see <tt>FFMS_GetLogLevel()</tt> for details.</p>

<h3>FFMS_CreateVideoSource - creates a video source object</h3>
<pre>FFMS_VideoSource *FFMS_CreateVideoSource(const char *SourceFile, int Track, FFMS_Index *Index,
	int Threads, int SeekMode, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Creates a <tt>FFMS_VideoSource</tt> object with the given properties. The <tt>FFMS_VideoSource</tt> object represents a video stream, and can be passed to other functions to retreive frames and metadata from said stream. The video stream in question must be indexed first (see the indexing functions). Note that the index object is copied into the <tt>FFMS_VideoSource</tt> object upon its creation, so once you've created the video source you can generally destroy the index object immediately, since all info you can retrieve from it is also retrievable from the <tt>FFMS_VideoSource</tt> object.
</p>
<h4>Arguments</h4>
<p><b><tt>const char *SourceFile</tt></b><br />
The source file to open. Can be an absolute or relative path.</p>
<p><b><tt>int Track</tt></b><br />
The track number of the video track to open, as seen by the relevant demuxer. See <tt>FFMS_GetNumTracks</tt>, <tt>FFMS_GetTrackType</tt>, <tt>FFMS_GetFirstTrackOfType</tt> and their variants for further information on how to determine this.</p>
<p><b><tt>FFMS_Index *Index</tt></b><br />
A pointer to a FFMS_Index object containing indexing information for the track you want to open.</p>
<p><b><tt>int Threads</tt></b><br />
The number of decoding threads to use. Passing funny values like 0 or -1 may lead to undefined behavior so you better sanity check the input if you let the user set this. Values &gt;1 have no effect if FFmpeg was not compiled with threading support.</p>
<p><b><tt>int SeekMode</tt></b><br />
Controls how seeking (random access) is handled and hence affects frame accuracy. You will almost always want to use <tt>FFMS_SEEK_NORMAL</tt>. Has no effect on Matroska files, where the equivalent of <tt>FFMS_SEEK_NORMAL</tt> is always used. For a list of valid values, see the Constants and Preprocessor Definitions section. <tt>FFMS_SEEK_LINEAR_NO_RW</tt> may come in handy if you want to open images.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns a pointer to the created <tt>FFMS_VideoSource</tt> object on success. Returns <tt>NULL</tt> and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_CreateAudioSource - creates an audio source object</h3>
<pre>FFMS_AudioSource *FFMS_CreateAudioSource(const char *SourceFile, int Track, FFMS_Index *Index, int DelayMode,
	FFMS_ErrorInfo *ErrorInfo)</pre>
<p>
Does exactly the same thing as <tt>FFMS_CreateVideoSource</tt>, but for audio tracks. Except for DelayMode, arguments and return values are identical.
</p>
<h4>Arguments</h4>
<p><b><tt>int DelayMode</tt></b></p>
<p>Controls how audio with a non-zero first PTS is handled; in other words what FFMS does about audio delay. Possible arguments are:</p>
<ul>
    <li><b>FFMS_DELAY_NO_SHIFT:</b> No adjustment is made; the first decodable audio sample becomes the first sample in the output. May lead to audio/video desync.</li>
    <li><b>FFMS_DELAY_TIME_ZERO:</b> Samples are created (with silence) or discarded so that sample 0 in the decoded audio starts at time zero.</li>
    <li><b>FFMS_DELAY_FIRST_VIDEO_TRACK:</b> Samples are created (with silence) or discarded so that sample 0 in the decoded audio starts at the same time as frame 0 of the first video track. This is what most users want and is a sane default.</li>
    <li><b>Any integer &gt;= 0:</b> Identical to <tt>FFMS_DELAY_FIRST_VIDEO_TRACK</tt>, but interprets the argument as a track number and adjusts the audio relative to the video track with that number (if the given track number isn't a video track, audio source creation will fail).</li>
</ul>

<h3>FFMS_DestroyVideoSource, FFMS_DestroyAudioSource - deallocates a video or audio source object</h3>
<pre>void FFMS_DestroyVideoSource(FFMS_VideoSource *V)
void FFMS_DestroyAudioSource(FFMS_AudioSource *A)</pre>
<p>
Deallocates the given <tt>FFMS_VideoSource</tt> or <tt>FFMS_AudioSource</tt> object and frees the memory allocated by <tt>FFMS_CreateVideoSource</tt> or <tt>FFMS_CreateAudioSource</tt>, respectively.
</p>

<h3>FFMS_GetVideoProperties - retrieves video properties</h3>
<pre>const FFMS_VideoProperties *FFMS_GetVideoProperties(FFMS_VideoSource *V)</pre>
<p>
Retreives the video properties from the given <tt>FFMS_VideoSource</tt> object and stores them in a <tt>FFMS_VideoProperties</tt> struct (see the Data Structures section below). Returns a pointer to said struct.
</p>

<h3>FFMS_GetAudioProperties - retrieves audio properties</h3>
<pre>const FFMS_AudioProperties *FFMS_GetAudioProperties(FFMS_AudioSource *A)</pre>
<p>Does the exact same thing as <tt>FFMS_GetVideoProperties</tt>, but for an <tt>FFMS_AudioSource</tt> object.
</p>

<h3>FFMS_GetFrame - retrieves a given video frame</h3>
<pre>const FFMS_Frame *FFMS_GetFrame(FFMS_VideoSource *V, int n, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Gets and decodes a video frame from the video stream represented by the given <tt>FFMS_VideoSource</tt> object and stores it in a <tt>FFMS_Frame</tt> struct. The colorspace and resolution of the frame can be changed by calling <tt>FFMS_SetOutputFormatV2</tt> with the appropriate parameters before calling this function. Note that this function is not threadsafe (you can only request one frame at a time from a given <tt>FFMS_VideoSource</tt> object) and that the returned pointer to the FFMS_Frame is a <i>const</i> pointer.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_VideoSource *V</tt></b><br />
A pointer to the <tt>FFMS_VideoSource</tt> object that represents the video stream you want to retrieve a frame from.</p>
<p><b><tt>int n</tt></b><br />
The frame number to get. Frame numbering starts from zero, and hence the first frame is number 0 (not 1) and the last frame is number <tt>FFMS_VideoProperties->NumFrames</tt> minus 1. Requesting a frame number beyond the stream end or before the stream start (i.e. negative) may cause undefined behavior.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns a pointer to the <tt>FFMS_Frame</tt> on success. Returns <tt>NULL</tt> and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_GetFrameByTime - retrieves a video frame at a given timestamp</h3>
<pre>const FFMS_Frame *FFMS_GetFrameByTime(FFMS_VideoSource *V, double Time, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Does the exact same thing as <tt>FFMS_GetFrame</tt> except instead of giving it a frame number you give it a timestamp in seconds, and it will retrieve the frame that starts closest to that timestamp. This function exists for the people who are too lazy to build and traverse a mapping between frame numbers and timestamps themselves.
</p>

<h3>FFMS_GetAudio - decodes a number of audio samples</h3>
<pre>int FFMS_GetAudio(FFMS_AudioSource *A, void *Buf, int64_t Start, int64_t Count, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Decodes the requested audio samples from the audio stream represented by the given <tt>FFMS_AudioSource</tt> object and stores them in the given buffer. Note that this function is not threadsafe; you can only request one decoding operation at a time from a given <tt>FFMS_AudioSource</tt> object.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_AudioSource *A</tt></b><br />
A pointer to the <tt>FFMS_AudioSource</tt> object that represents the audio stream you want to get samples from.</p>
<p><b><tt>void *Buf</tt></b><br />
A pointer to the buffer where the decoded samples will end up. You are responsible for allocating and freeing this buffer yourself, so you better check the <tt>FFMS_AudioProperties</tt> for the sample format, number of channels, channel layout etc first, so you know how much memory you need to allocate. The formula to calculate the required size of the buffer is (obviously) <tt>num_bytes = bytes_per_sample * num_channels * num_samples</tt>.</p>
<p><b><tt>int64_t Start, int64_t Count</tt></b><br />
The range of samples you want decoded. The output is <tt>Count</tt> samples long, starting from <tt>Start</tt> (inclusive). Like video frame numbers, sample numbers start from zero and hence the last sample in the stream is number <tt>FFMS_AudioProperties->NumSamples</tt> minus 1. Requesting samples beyond the stream end or before the stream start may result in undefined behavior.
</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns 0 on success. Returns non-0 and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_SetOutputFormatV2 - sets the output format for video frames</h3>
<pre>int FFMS_SetOutputFormatV2(FFMS_VideoSource *V, int *TargetFormats, int Width, int Height, int Resizer,
	FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Sets the colorspace and frame dimensions to be used for output of frames from the given <tt>FFMS_VideoSource</tt> by all further calls to <tt>FFMS_GetFrame</tt> and <tt>FFMS_GetFrameByTime</tt>, until next time you call <tt>FFMS_SetOutputFormatV2</tt> or <tt>FFMS_ResetOutputFormatV</tt>. You can change the output format at any time without having to reinitialize the <tt>FFMS_VideoSource</tt> object or anything else. Can be used to convert the video to grayscale or monochrome if you are so inclined. If you provided a list of more than one colorspace/pixelformat, you should probably check the <tt>FFMS_Frame</tt> properties afterwards to see which one got selected. And remember to do so for EVERY frame or you may get a nasty surprise. Added in version 2.16.3.0 and replaces <tt>FFMS_SetOutputFormatV</tt>.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_VideoSource *V</tt></b><br />
A pointer to the <tt>FFMS_VideoSource</tt> object that represents the video stream you want to change the output format for.</p>
<p><b><tt>int *TargetFormats</tt></b><br />
The desired output colorspace(s). It is a -1 terminated list of acceptable output colorspace to choose from. The destination that gives the least lossy conversion from the source colorspace will automatically be selected. ON A FRAME BASIS. To get the integer constant representing a given colorspace, see <tt>FFMS_GetPixFmt</tt>.
<br />Example:<pre>int targetformats[3];
targetformats[0] = pixfmt1;
targetformats[1] = pixfmt2;
targetformats[2] = -1;</pre></p>
<p><b><tt>int Width, int Height</tt></b><br />
The desired image dimensions, in pixels. If you do not want to resize just pass the input dimensions. Passing invalid dimensions (like 0 or negative) has undefined behavior.</p>
<p><b><tt>int Resizer</tt></b><br />
The desired image resizing algorithm, represented by an integer as enumerated in <tt>FFMS_Resizers</tt> (see the Constants and Preprocessor Definitions section). You must choose one even if you're not actually rescaling the image, because the video may change resolution mid-stream and then you will be using a resizer whether you want it or not (you will only know that the resolution changed after you actually decoded a frame with a new resolution), and it may also get used for rescaling subsampled chroma planes.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns 0 on success. Returns non-0 and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_ResetOutputFormatV - resets the video output format</h3>
<pre>void FFMS_ResetOutputFormatV(FFMS_VideoSource *V)</pre>
<p>
Resets the output format for the given <tt>FFMS_VideoSource</tt> object so that no conversion takes place. Note that the results of this function may vary wildly, particularly if the video changes resolution mid-stream. If you call it, you'd better call <tt>FFMS_GetFrame</tt> afterwards and examine the properties to see what you actually ended up with.
</p>

<h3>FFMS_SetInputFormatV - override the source format for video frames</h3>
<pre>int FFMS_SetInputFormatV(FFMS_VideoSource *V, int ColorSpace, int ColorRange, int PixelFormat,
    FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Override the source colorspace passed to SWScale for conversions and resizing for all further calls to <tt>FFMS_GetFrame</tt> and <tt>FFMS_GetFrameByTime</tt>, until next time you call <tt>FFMS_SetInputFormatV</tt> or <tt>FFMS_ResetInputFormatV</tt>. You can change the input format at any time without having to reinitialize the <tt>FFMS_VideoSource</tt> object or anything else. This is intended primarily for compatibility with programs which use the wrong YUV colorspace when converting to or from RGB, but can also be useful for files which have incorrect colorspace flags. Values passed are not checked for sanity; if you wish you may tell FFMS2 to pretend that a RGB files is actually YUV using this function, but doing so is unlikely to have useful results. This function only has an effect if the output format is also set with <tt>FFMS_SetOutputFormatV2</tt>. Added in version 2.17.1.0.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_VideoSource *V</tt></b><br />
A pointer to the <tt>FFMS_VideoSource</tt> object that represents the video stream you want to change the input format for.</p>
<p><b><tt>int ColorSpace</tt></b><br />
The desired input colorspace, or FFMS_CS_UNSPECIFIED to leave it unchanged.</p>
<p><b><tt>int ColorRange</tt></b><br />
The desired input colorrange, or FFMS_CR_UNSPECIFIED to leave it unchanged.</p>
<p><b><tt>int PixelFormat</tt></b><br />
The desired input pixel format; see <tt>FFMS_GetPixFmt</tt>. <tt>FFMS_GetPixFmt("")</tt> will leave the pixel format unchanged.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns 0 on success. Returns non-0 and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_ResetInputFormatV - resets the video input format</h3>
<pre>void FFMS_ResetInputFormatV(FFMS_VideoSource *V)</pre>
<p>
Resets the input format for the given <tt>FFMS_VideoSource</tt> object to the values specified in the source file.
</p>

<h3>FFMS_DestroyIndex - deallocates an index object</h3>
<pre>void FFMS_DestroyFFMS_Index(FFMS_Index *Index)</pre>
<p>Deallocates the given <tt>FFMS_Index</tt> object and frees the memory that was allocated when it was created.
</p>

<h3>FFMS_GetSourceType - gets which source module was used to open the given index</h3>
<pre>int FFMS_GetSourceType(FFMS_Index *Index)</pre>
<p>
Checks which source module (libavformat, Haali's Matroska parsing library, or Haali's DirectShow splitter) was used when opening the file represented by the given <tt>FFMS_Index</tt> and returns an integer (as enumerated in <tt>FFMS_Sources</tt>; see the Constants and Preprocessor Definitions section below) that represents it.
</p>

<h3>FFMS_GetSourceTypeI - gets which source module was used to open the given indexer</h3>
<pre>int FFMS_GetSourceTypeI(FFMS_Index *Indexer)</pre>
<p>
Does the same thing as <tt>FFMS_GetSourceType</tt>, but takes an indexer instead of an index.
</p>

<h3>FFMS_GetErrorHandling - gets which error handling mode was used when creating the given index</h3>
<pre>int FFMS_GetErrorHandling(FFMS_Index *Index)</pre>
<p>
Returns the value of the ErrorHandling parameter which was passed to FFMS_DoIndexing or FFMS_MakeIndex.
</p>

<h3>FFMS_GetFirstTrackOfType - gets the track number of the first track of a given type</h3>
<pre>int FFMS_GetFirstTrackOfType(FFMS_Index *Index, int TrackType, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Finds the first track of the given <tt>FFMS_TrackType</tt> in the given <tt>FFMS_Index</tt> and returns its track number, suitable for use as an argument to <tt>FFMS_CreateVideoSource</tt> or <tt>FFMS_CreateAudioSource</tt>, as well as to some other functions.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_Index *Index</tt></b><br />
A pointer to the <tt>FFMS_Index</tt> object that represents the media file you want to look for tracks in.</p>
<p><b><tt>int TrackType</tt></b><br />
The track type to look for. See <tt>FFMS_TrackType</tt> in the Constants and Preprocessor Definitions" section for valid values.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns the track number (an integer greater than or equal to 0) on success. Returns a negative integer and sets ErrorMsg on failure (i.e. if no track of the given type was found).</p>

<h3>FFMS_GetFirstIndexedTrackOfType - gets the track number of the first track of a given type</h3>
<pre>int FFMS_GetFirstIndexedTrackOfType(FFMS_Index *Index, int TrackType, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Does the exact same thing as <tt>FFMS_GetFirstTrackOfType</tt> but ignores tracks that have not been indexed.
</p>

<h3>FFMS_GetNumTracks - gets the number of tracks in a given index</h3>
<pre>int FFMS_GetNumTracks(FFMS_Index *Index)</pre>
<p>Returns the total number of tracks in the media file represented by the given <tt>FFMS_Index</tt>.
</p>

<h3>FFMS_GetNumTracksI - gets the number of tracks in a given indexer</h3>
<pre>int FFMS_GetNumTracksI(FFMS_Indexer *Indexer)</pre>
<p>Returns the total number of tracks in the media file represented by the given <tt>FFMS_Indexer</tt>. In other words, does the same thing as <tt>FFMS_GetNumTracks</tt> but does not require indexing the entire file first.
</p>

<h3>FFMS_GetTrackType - gets the track type of a given track</h3>
<pre>int FFMS_GetTrackType(FFMS_Track *T)</pre>
<p>Returns an integer representing the <tt>FFMS_TrackType</tt> (see the Constants and Preprocessor Definitions section) of the track represented by the given <tt>FFMS_Track</tt> object.
</p>

<h3>FFMS_GetTrackTypeI - gets the track type of a given track</h3>
<pre>int FFMS_GetTrackTypeI(FFMS_Indexer *Indexer, int Track)</pre>
<p>Returns an integer representing the <tt>FFMS_TrackType</tt> (see the Constants and Preprocessor Definitions section) of the track number <tt>Track</tt> in the media file represented by the given <tt>FFMS_Indexer</tt>. In other words, does the same thing as <tt>FFMS_GetTrackType</tt>, but does not require having indexed the file first. If you have indexed the file, use <tt>FFMS_GetTrackType</tt> instead since the <tt>FFMS_Indexer</tt> object is destructed when the index is created. Note that specifying an invalid track number may lead to undefined behavior.
</p>

<h3>FFMS_GetCodecNameI - gets the name of the codec used for a given track</h3>
<pre>const char *FFMS_GetCodecNameI(FFMS_Indexer *Indexer, int Track)</pre>
<p>Returns the human-readable name ("long name" in FFmpeg terms) of the codec used in the given track number in the media file represented by the given <tt>FFMS_Indexer</tt> object. Useful if you want to, say, pop up a menu asking the user which tracks he or she wishes to index. Note that specifying an invalid track number may lead to undefined behavior.
</p>

<h3>FFMS_GetFormatNameI - gets the name of the container format used in the given indexer</h3>
<pre>const char *FFMS_GetFormatNameI(FFMS_Indexer *Indexer)</pre>
<p>Returns the human-readable name ("long name" in FFmpeg terms) of the container format used by the file represented by the given <tt>FFMS_Indexer</tt>.
</p>

<h3>FFMS_GetNumFrames - gets the number of frames in a given track</h3>
<pre>int FFMS_GetNumFrames(FFMS_Track *T)</pre>
<p>Returns the number of frames in the track represented by the given <tt>FFMS_Track</tt>. For a video track this is the number of video frames, which can be useful; for an audio track it's the number of packets, which is almost never useful, since nothing in the API exposes those. A return value of 0 indicates the track has not been indexed.
</p>

<h3>FFMS_GetFrameInfo - gets information about a given frame</h3>
<pre>const FFMS_FrameInfo *FFMS_GetFrameInfo(FFMS_Track *T, int Frame)</pre>
<p>Gets information about the given frame (identified by its frame number) from the indexing information in the given <tt>FFMS_Track</tt> and stores it in a <tt>FFMS_FrameInfo</tt> struct. See the Data Structures section below for more information. Using this function on a <tt>FFMS_Track</tt> representing a non-video track has undefined behavior.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_Track *T</tt></b><br />
A pointer to the <tt>FFMS_Track</tt> object that represents the video track containing the frame you want to get information about.</p>
<p><b><tt>int Frame</tt></b><br />
The frame number to get information about. See <tt>FFMS_GetFrame</tt> for information about frame numbers. Requesting information about a frame before the start or after the end of the video track may result in undefined behavior, so don't do that.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns a pointer to the <tt>FFMS_FrameInfo</tt> struct on success. Returns <tt>NULL</tt> and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_GetTrackFromIndex - retrieves track info from an index</h3>
<pre>FFMS_Track *FFMS_GetTrackFromIndex(FFMS_Index *Index, int Track)</pre>
<p>Gets track data for the given track number from the given <tt>FFMS_Index</tt> object, stores it in a <tt>FFMS_Track</tt> object and returns a pointer to it. Use this function if you don't want to (or cannot) open the track with <tt>FFMS_CreateVideoSource</tt> or <tt>FFMS_CreateAudioSource</tt> first. If you already have a <tt>FFMS_VideoSource</tt> or <tt>FFMS_AudioSource</tt> object it's safer to use <tt>FFMS_GetTrackFromVideo</tt> or <tt>FFMS_GetTrackFromAudio</tt> (see below) instead. Note that specifying a nonexistent or invalid track number leads to undefined behavior (usually an access violation). Also note that the returned <tt>FFMS_Track</tt> object is only valid until its parent <tt>FFMS_Index</tt> object is destroyed.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_Index *Index</tt></b><br />
A pointer to the <tt>FFMS_Index</tt> object that represents the media file containing the track whose index information you want to get.</p>
<p><b><tt>int Track</tt></b><br />
The track number, as seen by the relevant demuxer (see <tt>FFMS_GetNumTracks</tt>, <tt>FFMS_GetTrackType</tt>, <tt>FFMS_GetFirstTrackOfType</tt> and their variants).</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns the <tt>FFMS_Track</tt> on success. Note that requesting indexing information for a track that has not been indexed will not cause an error, it will just return an empty <tt>FFMS_Track</tt> (check for >0 frames using <tt>FFMS_GetNumFrames</tt> to see if the returned object actually contains indexing information).</p>

<h3>FFMS_GetTrackFromVideo, FFMS_GetTrackFromAudio - retrieves track info from audio or video source</h3>
<pre>FFMS_Track *FFMS_GetTrackFromVideo(FFMS_VideoSource *V)
FFMS_Track *FFMS_GetTrackFromAudio(FFMS_AudioSource *A)</pre>
<p>Gets information about the track represented by the given <tt>FFMS_VideoSource</tt> or <tt>FFMS_AudioSource</tt> object and returns a pointer to a <tt>FFMS_Track</tt> object containing said information. It's generally safer to use these functions instead of <tt>FFMS_GetTrackFromIndex</tt>, since unlike that function they cannot cause access violations if you specified an nonexistent tracknumber, return a <tt>FFMS_Track</tt> that doesn't actually contain any indexing information, or return an object that ceases to be valid when the index is destroyed. Note that the returned <tt>FFMS_Track</tt> object is only valid until its parent <tt>FFMS_VideoSource</tt> or <tt>FFMS_AudioSource</tt> object is destroyed.
</p>

<h3>FFMS_GetTimeBase - retrieves the time base for the given track</h3>
<pre>const FFMS_TrackTimeBase *FFMS_GetTimeBase(FFMS_Track *T)</pre>
<p>Finds the basic time unit for the track represented by the given <tt>FFMS_Track</tt>, stores it in a <tt>FFMS_TrackTimeBase</tt> struct and returns a pointer to said struct. See the Data Structures section for information about the time base; note that it is only meaningful for video tracks.
</p>

<h3>FFMS_WriteTimecodes - writes timecodes for the given track to disk</h3>
<pre>int FFMS_WriteTimecodes(FFMS_Track *T, const char *TimecodeFile, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Writes Matroska v2 timecodes for the track represented by the given <tt>FFMS_Track</tt> to the given file. Only meaningful for video tracks.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_Track *T</tt></b><br />
A pointer to the <tt>FFMS_Track</tt> object that represents the video track you want to write timecodes for.</p>
<p><b><tt>const char *TimecodeFile</tt></b><br />
The filename to write to. Can be a relative or absolute path. The file will be truncated and overwritten if it already exists.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Return values</h4>
<p>Returns 0 on success. Returns non-0 and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_MakeIndex - indexes a given source file</h3>
<pre>FFMS_Index *FFMS_MakeIndex(const char *SourceFile, int IndexMask, int DumpMask,
	TAudioNameCallback ANC, void *ANCPrivate, int ErrorHandling,
	TIndexCallback IC, void *ICPrivate, FFMS_ErrorInfo *ErrorInfo);</pre>
<p>Indexes all video tracks and the given audio tracks in the given media file and returns a <tt>FFMS_Index</tt> object representing the file in question. Can also decode and write audio tracks to Wave64 files on disk while indexing.
</p>
<h4>Arguments</h4>
<p><b><tt>const char *SourceFile</tt></b><br />
The filename of the media file to index. Can be a relative or absolute path.</p>
<p><b><tt>int IndexMask, int DumpMask</tt></b><br />
Binary masks of the track numbers of the audio tracks to index and decode to disk, respectively. Pass 0 to index/decode no audio tracks, or -1 to index/decode all. Decoding a track means it will automatically be indexed regardless of what the <tt>IndexMask</tt> says, but indexing a track does not automatically mean that it will be decoded.</p>
<p><b><tt>TAudioNameCallback ANC</tt></b><br />
A function pointer to a callback function that will generate the filename(s) for the dumped audio tracks. To get the default filename(s), pass <tt>&amp;FFMS_DefaultAudioFilename</tt>. See <i>Callbacks</i> below for details if you want to write your own function. If the <tt>DumpMask</tt> is 0, you may pass <tt>NULL</tt> here.
</p>
<p><b><tt>void *ANCPrivate</tt></b><br />
A pointer of your choice that will be passed as an argument to the audio filename generation callback function. See <i>Callbacks</i> below for details. If <tt>DumpMask</tt> is 0, you may pass <tt>NULL</tt> here. If you are using <tt>FFMS_DefaultAudioFilename</tt>, you must pass a format string here. See the Audio Filename Format Strings section for details.
</p>
<p><b><tt>int ErrorHandling</tt></b><br />
Depending on the setting audio decoding errors will have different results. Use the FFMS_IEH_* constants to select the between the possible behaviors. FFMS_IEH_STOP_TRACK should be the best default to just make it work. Has no effect if the <tt>DumpMask</tt> is non-zero, in which case audio decoding errors will always cause the indexing to fail.</p>
<p><b><tt>TIndexCallback IC</tt></b><br />
A function pointer to a callback function that can be used to update progress. See <i>Callbacks</i> below for details.</p>
<p><b><tt>void *ICPrivate</tt></b><br />
A pointer of your choice that will be passed as an argument to the progress reporting callback function. See <i>Callbacks</i> below for details.</p>
<p><b><tt>FFMS_ErrorInfo *ErrorInfo</tt></b><br />
See above.</p>
<h4>Callbacks</h4>
<p>This function has two potential callbacks. One can, if you so desire, call your code back intermittently so you can see how the indexing is progressing. This is accomplished using a function pointer to a function with the following signature:
</p>
<pre>int FFMS_CC FunctionName(int64_t Current, int64_t Total, void *ICPrivate)</pre>
<p> The callback function's arguments are as follows:</p>
<ul>
<li><tt><b>int64_t Current, int64_t Total</b></tt> - The indexing progress (amount done/total amount).</li>
<li><tt><b>void *Private</b></tt> - the same pointer as the one you passed as the <tt>Private</tt> argument to <tt>FFMS_MakeIndex</tt>. Can be used for anything you like, but one example (in a GUI program) is to use it for passing a progress ticker object that you can update with each call to the indexing function.</li>
</ul>
<p>Return 0 from the callback function to continue indexing, non-0 to cancel indexing (returning non-0 will make <tt>FFMS_MakeIndex</tt> fail with the reason "indexing cancelled by user").
</p>
<p>
The other callback is used to generate the filename(s) of the audio file(s) written if <tt>DumpMask</tt> is non-zero. It has the following signature:
</p>
<pre>int FFMS_CC FunctionName(const char *SourceFile, int Track, const FFMS_AudioProperties *AP,
	char *FileName, int FNSize, void *Private)</pre>
<p>The callback function is called twice for each audio file generated. The first time <tt>FileName</tt> is <tt>NULL</tt>, and you should return the number of characters your generated filename will use plus one, and do nothing else. The second time <tt>FileName</tt> is a pointer to a pre-allocated array of char; you should write your generated filename to that and return the number of characters actually written plus one. Generally the easiest way to do this in both cases is to use <tt>snprintf</tt>. See the implementation of <tt>GenAudioFilename</tt> in ffmsindex.cpp for an example on how to do it.<br />
The callback function's arguments are as follows:</p>
<ul>
<li><tt><b>const char *SourceFile</b></tt> - The name of the source media file.</li>
<li><tt><b>int Track</b></tt> - The track number of the audio track being dumped.</li>
<li><tt><b>const FFMS_AudioProperties *AP</b></tt> - A pointer to the <tt>FFMS_AudioProperties</tt> struct containing information about the audio track being dumped. Note that the <tt>LastTime</tt> field is not defined since the last timestamp has not yet been encountered during indexing.</li>
<li><tt><b>char *FileName</b></tt> - A pointer to the string to which the callback function should write the generated filename (see above).</li>
<li><tt><b>int FNSize</b></tt> - The length of the <tt>FileName</tt> string.</li>
<li><tt><b>void *Private</b></tt> - The <tt>ANCPrivate</tt> pointer passed to <tt>FFMS_MakeIndex</tt>. Can be used to store data between calls, or to give audio tracks individual names that aren't just based on their properties.</li>
</ul>
<p>Most of the parameters may seem pointless since you don't need to use them, but they are passed so that you can easily generate a filename based on the audio track's properties if you want to.
</p>
<h4>Return values</h4>
<p>Returns a pointer to the created <tt>FFMS_Index</tt> on success. Returns <tt>NULL</tt> and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_DefaultAudioFilename - default callback for audio filename generation</h3>
<p>This function generates a default audio filename for use when dumping audio tracks to disk as Wave64 files during indexing. Its only use in the public API is as a default callback for <tt>FFMS_MakeIndex</tt> and <tt>FFMS_DoIndexing</tt>; you should never call it directly. See <tt>FFMS_MakeIndex</tt> for a description of its arguments.</p>

<h3>FFMS_CreateIndexer - creates an indexer object for the given file</h3>
<pre>FFMS_Indexer *FFMS_CreateIndexer(const char *SourceFile, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Creates a <tt>FFMS_Indexer</tt> object for the given <tt>SourceFile</tt> and returns a pointer to it. See Indexing and You for details on how to use the indexer. Is basically a shorthand for <tt>FFMS_CreateIndexerWithDemuxer(SourceFile, FFMS_SOURCE_DEFAULT, ErrorInfo)</tt>.</p>
<h4>Return values</h4>
<p>Returns a pointer to the <tt>FFMS_Indexer</tt> on success. Returns <tt>NULL</tt> and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_CreateIndexerWithDemuxer - creates an indexer object for the given file, using the given source module</h3>
<pre>FFMS_Indexer *FFMS_CreateIndexer(const char *SourceFile, int Demuxer, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Creates a <tt>FFMS_Indexer</tt> object for the given <tt>SourceFile</tt> using the given <tt>Demuxer</tt> (as enumerated in <tt>FFMS_Sources</tt>) and returns a pointer to it. See Indexing and You for details on how to use the indexer.<br />
The chosen demuxer gets used for both indexing and decoding later on. Only force one if you know what you're doing. Picking a demuxer that doesn't work on your file will not cause automatic fallback on lavf or automatic probing; it'll just cause indexer creation to fail.</p>
<h4>Return values</h4>
<p>Returns a pointer to the <tt>FFMS_Indexer</tt> on success. Returns <tt>NULL</tt> and sets <tt>ErrorMsg</tt> on failure.</p>

<h3>FFMS_DoIndexing - indexes the file represented by an indexer object</h3>
<pre>FFMS_Index *FFMS_DoIndexing(FFMS_Indexer *Indexer, int IndexMask, int DumpMask,
	TAudioNameCallback ANC, void *ANCPrivate, int ErrorHandling, TIndexCallback IC, void *ICPrivate,
	FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Does the exact same thing as <tt>FFMS_MakeIndex</tt>, but takes an indexer object instead of a source filename. Return values and arguments are identical to <tt>FFMS_MakeIndex</tt>; see that function for details. See the Indexing and You section for more details about indexing. Note that calling this function destroys the <tt>FFMS_Indexer</tt> object and frees the memory allocated by <tt>FFMS_CreateIndexer</tt> (even if indexing fails for any reason).</p>

<h3>FFMS_CancelIndexing - destroys the given indexer object</h3>
<pre>void FFMS_CancelIndexing(FFMS_Indexer *Indexer)</pre>
<p>Destroys the given <tt>FFMS_Indexer</tt> object and frees the memory allocated by <tt>FFMS_CreateIndexer</tt>.</p>

<h3>FFMS_ReadIndex - reads an index file from disk</h3>
<pre>FFMS_Index *FFMS_ReadIndex(const char *IndexFile, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Attempts to read indexing information from the given <tt>IndexFile</tt>, which can be an absolute or relative path. Returns the <tt>FFMS_Index</tt> on success; returns <tt>NULL</tt> and sets <tt>ErrorMsg</tt> on failure.
</p>

<h3>FFMS_IndexBelongsToFile - check if a given index belongs to a given file</h3>
<pre>int FFMS_IndexBelongsToFile(FFMS_Index *Index, const char *SourceFile, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Makes a heuristic (but very reliable) guess about whether the given <tt>FFMS_Index</tt> is an index of the given <tt>SourceFile</tt> or not. Useful to determine if the index object you just read with <tt>FFMS_ReadIndex</tt> is actually relevant to your interests, since the only two ways to pair up index files with source files are a) trust the user blindly, or b) comparing the filenames; neither is very reliable.
</p>
<h4>Arguments</h4>
<p><b><tt>FFMS_Index *Index</tt></b><br />
The index object to check.</p>
<p><b><tt>const char *SourceFile</tt></b><br />
The source file to verify the index against.</p>
<h4>Return values</h4>
<p>Returns 0 if the given index is determined to belong to the given file. Returns non-0 and sets <tt>ErrorMsg</tt> otherwise.</p>

<h3>FFMS_WriteIndex - writes an index object to disk</h3>
<pre>int FFMS_WriteIndex(const char *IndexFile, FFMS_Index *TrackIndices, FFMS_ErrorInfo *ErrorInfo)</pre>
<p>Writes the indexing information from the given <tt>FFMS_Index</tt> to the given <tt>IndexFile</tt> (which can be an absolute or relative path; it will be truncated and overwritten if it already exists). Returns 0 on success; returns non-0 and sets <tt>ErrorMsg</tt> on failure.
</p>

<h3>FFMS_GetPixFmt - gets a colorspace identifier from a colorspace name</h3>
<pre>int FFMS_GetPixFmt(const char *Name)</pre>
<p>Translates a given colorspace/pixel format <tt>Name</tt> to an integer constant representing it, suitable for passing to <tt>FFMS_SetOutputFormatV2</tt> (after some manipulation, see that function for details). This function exists so that you don't have to include a FFmpeg header file in every single program you ever write. For a list of colorspaces and their names, see <tt>libavutil/pixfmt.h</tt>. To get the name of a colorspace, strip the leading <tt>PIX_FMT_</tt> and convert the remainder to lowercase. For example, the name of <tt>PIX_FMT_YUV420P</tt> is <tt>yuv420p</tt>. It is strongly recommended to use this function instead of including pixfmt.h directly, since this function guarantees that you will always get the constant definitions from the version of FFmpeg that FFMS2 was linked against.
</p>
<h4>Arguments</h4>
<p><b><tt>const char *Name</tt></b><br />
The name of the desired colorspace/pixel format, as a nul-terminated ASCII string.</p>
<h4>Return values</h4>
<p>Returns the integer constant representing the given colorspace/pixel format on success. Returns the integer constant representing <tt>PIX_FMT_NONE</tt> (that is, -1) on failure (i.e. if no matching colorspace was found), but note that you can call <tt>FFMS_GetPixFmt("none")</tt> and get the same return value without it being a failed call, strictly speaking.</p>

<h3>FFMS_GetPresentSources - checks what source modules the library was compiled with</h3>
<pre>int FFMS_GetPresentSources()</pre>
<p>
Checks which source modules the library was compiled with and returns an integer by binary OR'ing the relevant constants from <tt>FFMS_Sources</tt> together.
</p>

<h3>FFMS_GetEnabledSources - checks what source modules are actually available for use</h3>
<pre>int FFMS_GetEnabledSources()</pre>
<p>
Does the same thing as <tt>FFMS_GetPresentSources</tt> but checks what source modules are actually available for use instead of which ones are compiled in.
</p>

<h3>FFMS_GetVersion - returns FFMS_VERSION constant</h3>
<pre>int FFMS_GetVersion()</pre>
<p>
Returns the FFMS_VERSION constant as defined in ffms.h as an integer.
</p>


<h2>Data Structures</h2>
<p>
The following public data structures may be of interest.
</p>

<h3>FFMS_Frame</h3>
<pre>typedef struct {
    uint8_t *Data[4];
    int Linesize[4];
    int EncodedWidth;
    int EncodedHeight;
    int EncodedPixelFormat;
    int ScaledWidth;
    int ScaledHeight;
    int ConvertedPixelFormat;
    int KeyFrame;
    int RepeatPict;
    int InterlacedFrame;
    int TopFieldFirst;
    char PictType;
    int ColorSpace;
    int ColorRange;
} FFMS_Frame;</pre>
<p>A struct representing a video frame. The fields are:</p>
<ul>
<li><b><tt>uint8_t *Data[4]</tt></b> - An array of pointers to the picture planes (fields containing actual pixel data). Planar formats use more than one plane, for example YV12 uses one plane each for the Y, U and V data. Packed formats (such as the various RGB32 flavors) use only the first plane. If you want to determine if plane <tt>i</tt> contains data or not, check for <tt>FFMS_Frame-&gt;Linesize[i] &gt; 0</tt>.</li>
<li><b><tt>int Linesize[4]</tt></b> - An array of integers representing the length of each scan line in each of the four picture planes, in bytes. In alternative terminology, this is the "pitch" of the plane. Usually, the total size in bytes of picture plane <tt>i</tt> is <tt>FFMS_Frame-&gt;Linesize[i] * FFMS_VideoProperties-&gt;Height</tt>, but do note that some pixel formats (most notably YV12) has vertical chroma subsampling, and then the U/V planes may be of a different height than the primary plane.</li>
<li><b><tt>int EncodedWidth; int EncodedHeight</tt></b> - The original resolution of the frame (in pixels), as encoded in the compressed file, before any scaling was applied. Note that must not necessarily be the same for all frames in a stream.</li>
<li><b><tt>int EncodedPixelFormat</tt></b> - The original pixel format of the frame, as encoded in the compressed file.</li>
<li><b><tt>int ScaledWidth; int ScaledHeight;</tt></b> - The output resolution of the frame (in pixels), i.e. the resolution of what is actually stored in the <tt>Data</tt> field. Same as <tt>FFMS_VideoProperties-&gt;Width/Height</tt>, but unlike that struct, this one gets updated automatically when you call <tt>FFMS_GetFrame</tt>, so you don't have to call <tt>FFMS_GetVideoProperties</tt> all the time to see if someone changed the output format while you weren't looking.</li>
<li><b><tt>int ConvertedPixelFormat</tt></b> - The output pixel format of the frame, i.e. the pixel format of what is actually stored in the <tt>Data</tt> field.</li>
<li><b><tt>int KeyFrame</tt></b> - Nonzero if the frame is a keyframe, 0 otherwise.</li>
<li><b><tt>int RepeatPict</tt></b> - An integer repesenting the RFF flag for this frame; i.e. the frame shall be displayed for <tt>1+RepeatPict</tt> time units, where the time units are expressed in the special RFF timebase available in <tt>FFMS_VideoProperties-&gt;RFFDenominator</tt> and <tt>FFMS_VideoProperties-&gt;RFFNumerator</tt>. Note that if you actually end up using this, you need to ignore the usual timestamps (calculated via the <tt>FFMS_TrackTimeBase</tt> and the frame PTS) since they are fundamentally incompatible with RFF flags.</li>
<li><b><tt>int InterlacedFrame</tt></b> - Nonzero if the frame was coded as interlaced, zero otherwise.</li>
<li><b><tt>int TopFieldFirst</tt></b> - Nonzero if the frame has the top field first, zero if it has the bottom field first. Only relevant if <tt>InterlacedFrame</tt> is nonzero.</li>
<li><b><tt>char PictType</tt></b> - A single character denoting coding type (I/B/P etc) of the compressed frame. See the Constants and Preprocessor Definitions section for more information about what the different letters mean.</li>
<li><b><tt>int ColorSpace</tt></b> - Identifies the YUV color coefficients used in the frame. Same as in the MPEG-2 specs; see the <tt>FFMS_ColorSpaces</tt> enum.</li>
<li><b><tt>int ColorRange</tt></b> - Identifies the luma range of the frame. See the <tt>FFMS_ColorRanges</tt> enum.</li>
</ul>

<h3>FFMS_TrackTimeBase</h3>
<pre>typedef struct {
    int64_t Num;
    int64_t Den;
} FFMS_TrackTimeBase;</pre>
<p>
A struct representing the basic time unit of a track, as a rational number where <tt>Num</tt> is the numerator and <tt>Den</tt> is the denominator. Note that while this rational number may occasionally turn out to be equal to 1/framerate for some CFR video tracks, it really has no relation whatsoever with the video framerate and you should definitely not assume anything framerate-related based on it.
</p>

<h3>FFMS_FrameInfo</h3>
<pre>typedef struct {
    int64_t PTS;
    int RepeatPict;
    int KeyFrame;
} FFMS_FrameInfo;</pre>
<p>A struct representing basic metadata about a given video frame. The fields are:</p>
<ul>
<li><b><tt>int64_t PTS</tt></b> - The decoding timestamp of the frame. To convert this to a timestamp in wallclock milliseconds, use the relation <tt>int64_t timestamp = (int64_t)((FFMS_FrameInfo-&gt;PTS * FFMS_TrackTimeBase-&gt;Num) / (double)FFMS_TrackTimeBase-&gt;Den)</tt>.</li>
<li><b><tt>int RepeatPict</tt></b> - RFF flag for the frame; same as in <tt>FFMS_Frame</tt>, see that structure for an explanation.</li>
<li><b><tt>int KeyFrame</tt></b> - Non-zero if the frame is a keyframe, zero otherwise.</li>
</ul>

<h3>FFMS_VideoProperties</h3>
<pre>typedef struct {
    int FPSDenominator;
    int FPSNumerator;
    int RFFDenominator;
    int RFFNumerator;
    int NumFrames;
    int SARNum;
    int SARDen;
    int CropTop;
    int CropBottom;
    int CropLeft;
    int CropRight;
    int TopFieldFirst;
    int ColorSpace; <span class="deprecated">[DEPRECATED]</span>
    int ColorRange; <span class="deprecated">[DEPRECATED]</span>
    double FirstTime;
    double LastTime;
} FFMS_VideoProperties;</pre>
<p>A struct containing metadata about a video track. The fields are:</p>
<ul>
<li><b><tt>int FPSDenominator; int FPSNumerator;</tt></b> - The nominal framerate of the track, as a rational number. For Matroska files, this number is based on the average frame duration of all frames, while for everything else it's based on the duration of the first frame. While it might seem tempting to use these values to extrapolate wallclock timestamps for each frame, you really shouldn't do that since it makes your code unable to handle variable framerate properly. The ugly reality is that these values are pretty much only useful for informational purposes; they are only somewhat reliable for antiquated containers like AVI. Normally they should never be used for practical purposes; generate individual frame timestamps from <tt>FFMS_FrameInfo-&gt;PTS</tt> instead.</li>
<li><b><tt>int RFFDenominator; int RFFNumerator;</tt></b> - The special RFF timebase, as a rational number. See <tt>RepeatPict</tt> in the <tt>FFMS_Frame</tt> documentation for more information.</li>
<li><b><tt>int NumFrames;</tt></b> - The number of frames in the video track.</li>
<li><b><tt>int SARNum; int SARDen;</tt></b> - The sample aspect ratio of the video frames, as a rational number where <tt>SARNum</tt> is the numerator and <tt>SARDen</tt> is the denominator. Note that this is a metadata setting that you are free to ignore, but if you want the proper display aspect ratio with anamorphic material, you should honor it. On the other hand, there are situations (like when encoding) where you should probably ignore it because the user expects it to be ignored.</li>
<li><b><tt>int CropTop; int CropBottom; int CropLeft; int CropRight;</tt></b> - The number of pixels in each direction you should crop the frame before displaying it. Note that like the SAR, this is a metadata setting and you are free to ignore it, but if you want things to display 100% correctly you should honor it.</li>
<li><b><tt>int TopFieldFirst</tt></b> - Nonzero if the stream has the top field first, zero if it has the bottom field first.</li>
<li><b><tt>int ColorSpace</tt></b> - Identifies the YUV color coefficients used in the stream. Same as in the MPEG-2 specs; see the <tt>FFMS_ColorSpaces</tt> enum. The ColorSpace property in FFMS_Frame should be instead of this, as this can vary between frames.</li>
<li><b><tt>int ColorRange</tt></b> - Identifies the luma range of the stream. See the <tt>FFMS_ColorRanges</tt> enum. The ColorRange property in FFMS_Frame should be instead of this, as this can vary between frames.</li>
<li><b><tt>double FirstTime; double LastTime;</tt></b> - The first and last timestamp of the stream respectively, in seconds. Useful if you want to know if the stream has a delay, or for quickly determining its length in seconds.</li>
</ul>

<h3>FFMS_AudioProperties</h3>
<pre>typedef struct {
    int SampleFormat;
    int SampleRate;
    int BitsPerSample;
    int Channels;
    int64_t ChannelLayout;
    int64_t NumSamples;
    double FirstTime;
    double LastTime;
} FFMS_AudioProperties;</pre>
<p>A struct containing metadata about an audio track. The fields are:</p>
<ul>
<li><b><tt>int SampleFormat</tt></b> - An integer that represents the audio sample format. See <tt>FFMS_SampleFormat</tt> in the Constants and Preprocessor Definitions section.</li>
<li><b><tt>int SampleRate</tt></b> - The audio samplerate, in samples per second.</li>
<li><b><tt>int BitsPerSample</tt></b> - The number of bits per audio sample. Note that this signifies the number of bits actually used to <i>code</i> each sample, not the number of bits used to <i>store</i> each sample, and may hence be different from what the <tt>SampleFormat</tt> would imply. Figuring out which bytes are significant and which aren't is left as an exercise for the reader.</li>
<li><b><tt>int Channels</tt></b> - The number of audio channels.</li>
<li><b><tt>int64_t ChannelLayout</tt></b> - The channel layout of the audio stream. Constructed by binary OR'ing the relevant integers from <tt>FFMS_AudioChannel</tt> together, which means that if the audio has the channel <tt>FFMS_CH_EXAMPLE</tt>, the operation <tt>(ChannelOrder &amp; FFMS_CH_EXAMPLE)</tt> will evaluate to true. The samples are interleaved in the order the channels are listed in the <tt>FFMS_AudioChannel</tt> enum; see that part of the Constants and Preprocessor Definitions sections for more details.</li>
<li><b><tt>int64_t NumSamples</tt></b> - The number of samples in the audio track.</li>
<li><b><tt>double FirstTime; double LastTime;</tt></b> - The first and last timestamp of the stream respectively, in milliseconds. Useful if you want to know if the stream has a delay, or for quickly determining its length in seconds.</li>
</ul>


<h2>Constants and Preprocessor Definitions</h2>
<p>The following constants and preprocessor definititions defined in ffms.h are suitable for public usage.</p>

<h3>FFMS_Errors</h3>
<pre>enum FFMS_Errors {
    // No error
    FFMS_ERROR_SUCCESS = 0,

    // Main types - where the error occurred
    FFMS_ERROR_INDEX = 1,           // index file handling
    FFMS_ERROR_INDEXING,            // indexing
    FFMS_ERROR_POSTPROCESSING,      // video postprocessing (libpostproc)
    FFMS_ERROR_SCALING,             // image scaling (libswscale)
    FFMS_ERROR_DECODING,            // audio/video decoding
    FFMS_ERROR_SEEKING,             // seeking
    FFMS_ERROR_PARSER,              // file parsing
    FFMS_ERROR_TRACK,               // track handling
    FFMS_ERROR_WAVE_WRITER,         // WAVE64 file writer
    FFMS_ERROR_CANCELLED,           // operation aborted

    // Subtypes - what caused the error
    FFMS_ERROR_UNKNOWN = 20,        // unknown error
    FFMS_ERROR_UNSUPPORTED,         // format or operation is not supported with this binary
    FFMS_ERROR_FILE_READ,           // cannot read from file
    FFMS_ERROR_FILE_WRITE,          // cannot write to file
    FFMS_ERROR_NO_FILE,             // no such file or directory
    FFMS_ERROR_VERSION,             // wrong version
    FFMS_ERROR_ALLOCATION_FAILED,   // out of memory
    FFMS_ERROR_INVALID_ARGUMENT,    // invalid or nonsensical argument
    FFMS_ERROR_CODEC,               // decoder error
    FFMS_ERROR_NOT_AVAILABLE,       // requested mode or operation unavailable in this binary
    FFMS_ERROR_FILE_MISMATCH,       // provided index does not match the file
    FFMS_ERROR_USER                 // problem exists between keyboard and chair
};
</pre>
<p>
Used to identify errors. Should be self-explanatory.
</p>

<h3>FFMS_Sources</h3>
<pre>enum FFMS_Sources {
    FFMS_SOURCE_DEFAULT     = 0x00,
    FFMS_SOURCE_LAVF        = 0x01,
    FFMS_SOURCE_MATROSKA    = 0x02,
    FFMS_SOURCE_HAALIMPEG   = 0x04,
    FFMS_SOURCE_HAALIOGG    = 0x08
};</pre>
<p>
Identifies source modules.
</p>
<ul>
<li><b><tt>FFMS_SOURCE_LAVF</tt></b> - libavformat (Libav/FFmpeg)</li>
<li><b><tt>FFMS_SOURCE_MATROSKA</tt></b> - Haali's BSD-licensed native Matroska parsing library</li>
<li><b><tt>FFMS_SOURCE_HAALIMPEG</tt></b> - Haali's closed-source DirectShow splitter (MPEG TS/PS)</li>
<li><b><tt>FFMS_SOURCE_HAALIOGG</tt></b> - Haali's closed-source DirectShow splitter (Ogg/OGM)</li>
</ul>

<h3>FFMS_CPUFeatures</h3>
<pre>enum FFMS_CPUFeatures {
    FFMS_CPU_CAPS_MMX       = 0x01,
    FFMS_CPU_CAPS_MMX2      = 0x02,
    FFMS_CPU_CAPS_3DNOW     = 0x04,
    FFMS_CPU_CAPS_ALTIVEC   = 0x08,
    FFMS_CPU_CAPS_BFIN      = 0x10,
    FFMS_CPU_CAPS_SSE2      = 0x20
};</pre>
<p>
No longer used by anything in FFMS2. This enumeration will go away at some point in the future.
</p>

<h3>FFMS_SeekMode</h3>
<pre>enum FFMS_SeekMode {
    FFMS_SEEK_LINEAR_NO_RW  = -1,
    FFMS_SEEK_LINEAR        = 0,
    FFMS_SEEK_NORMAL        = 1,
    FFMS_SEEK_UNSAFE        = 2,
    FFMS_SEEK_AGGRESSIVE    = 3
};</pre>
<p>Used in <tt>FFMS_CreateVideoSource</tt> to control the way seeking is handled. Explanation of the values:</p>
<ul>
<li><b><tt>FFMS_SEEK_LINEAR_NO_RW</tt></b> - Linear access without rewind; i.e. will throw an error if each successive requested frame number isn't bigger than the last one. Only intended for opening images but might work on well with some obscure video format.</li>
<li><b><tt>FFMS_SEEK_LINEAR</tt></b> - Linear access (i.e. if you request frame <tt>n</tt> without having requested frames 0 to <tt>n-1</tt> in order first, all frames from 0 to <tt>n</tt> will have to be decoded before <tt>n</tt> can be delivered). The definition of slow, but should make some formats "usable".</li>
<li><b><tt>FFMS_SEEK_NORMAL</tt></b> - Safe normal. Bases seeking decisions on the keyframe positions reported by libavformat.</li>
<li><b><tt>FFMS_SEEK_UNSAFE</tt></b> - Unsafe normal. Same as <tt>FFMS_SEEK_NORMAL</tt> but no error will be thrown if the exact destination has to be guessed.</li>
<li><b><tt>FFMS_SEEK_AGGRESSIVE</tt></b> - Aggressive. Seeks in the forward direction even if no closer keyframe is known to exist. Only useful for testing and containers where libavformat doesn't report keyframes properly.</li>
</ul>

<h3>FFMS_IndexErrorHandling</h3>
<pre>enum FFMS_IndexErrorHandling {
    FFMS_IEH_ABORT = 0,
    FFMS_IEH_CLEAR_TRACK = 1,
    FFMS_IEH_STOP_TRACK = 2,
    FFMS_IEH_IGNORE = 3
};</pre>
<p>
Used by the indexing functions to control behavior when a decoding error is encountered.
</p>
<ul>
<li><b><tt>FFMS_IEH_ABORT</tt></b> - abort indexing and raise an error</li>
<li><b><tt>FFMS_IEH_CLEAR_TRACK</tt></b> - clear all indexing entries for the track (i.e. return a blank track)</li>
<li><b><tt>FFMS_IEH_STOP_TRACK</tt></b> - stop indexing but keep previous indexing entries (i.e. return a track that stops where the error occurred)</li>
<li><b><tt>FFMS_IEH_IGNORE</tt></b> - ignore the error and pretend it's raining</li>
</ul>

<h3>FFMS_TrackType</h3>
<pre>enum FFMS_TrackType {
    FFMS_TYPE_UNKNOWN = -1,
    FFMS_TYPE_VIDEO,
    FFMS_TYPE_AUDIO,
    FFMS_TYPE_DATA,
    FFMS_TYPE_SUBTITLE,
    FFMS_TYPE_ATTACHMENT
};</pre>
<p>
Used for determining the type of a given track. Note that there are currently no functions to handle any type of track other than <tt>FFMS_TYPE_VIDEO</tt> and <tt>FFMS_TYPE_AUDIO</tt>. See <tt>FFMS_GetTrackType</tt>, <tt>FFMS_GetFirstTrackOfType</tt> and their variants.
</p>

<h3>FFMS_SampleFormat</h3>
<pre>enum FFMS_SampleFormat {
    FFMS_FMT_U8 = 0,
    FFMS_FMT_S16,
    FFMS_FMT_S32,
    FFMS_FMT_FLT,
    FFMS_FMT_DBL
};</pre>
<p>Identifies various audio sample formats.</p>
<ul>
<li><b><tt>FFMS_FMT_U8</tt></b> - One 8-bit unsigned integer (<tt>uint8_t</tt>) per sample.</li>
<li><b><tt>FFMS_FMT_S16</tt></b> - One 16-bit signed integer (<tt>int16_t</tt>) per sample.</li>
<li><b><tt>FFMS_FMT_S32</tt></b> - One 32-bit signed integer (<tt>int32_t</tt>) per sample.</li>
<li><b><tt>FFMS_FMT_FLT</tt></b> - One 32-bit (single precision) floating point value (<tt>float_t</tt>) per sample.</li>
<li><b><tt>FFMS_FMT_DBL</tt></b> - One 64-bit (double precision) floating point value (<tt>double_t</tt>) per sample.</li>
</ul>

<h3>FFMS_AudioChannel</h3>
<pre>enum FFMS_AudioChannel {
    FFMS_CH_FRONT_LEFT              = 0x00000001,
    FFMS_CH_FRONT_RIGHT             = 0x00000002,
    FFMS_CH_FRONT_CENTER            = 0x00000004,
    FFMS_CH_LOW_FREQUENCY           = 0x00000008,
    FFMS_CH_BACK_LEFT               = 0x00000010,
    FFMS_CH_BACK_RIGHT              = 0x00000020,
    FFMS_CH_FRONT_LEFT_OF_CENTER    = 0x00000040,
    FFMS_CH_FRONT_RIGHT_OF_CENTER   = 0x00000080,
    FFMS_CH_BACK_CENTER             = 0x00000100,
    FFMS_CH_SIDE_LEFT               = 0x00000200,
    FFMS_CH_SIDE_RIGHT              = 0x00000400,
    FFMS_CH_TOP_CENTER              = 0x00000800,
    FFMS_CH_TOP_FRONT_LEFT          = 0x00001000,
    FFMS_CH_TOP_FRONT_CENTER        = 0x00002000,
    FFMS_CH_TOP_FRONT_RIGHT         = 0x00004000,
    FFMS_CH_TOP_BACK_LEFT           = 0x00008000,
    FFMS_CH_TOP_BACK_CENTER         = 0x00010000,
    FFMS_CH_TOP_BACK_RIGHT          = 0x00020000,
    FFMS_CH_STEREO_LEFT             = 0x20000000,
    FFMS_CH_STEREO_RIGHT            = 0x40000000
};</pre>
<p>
Describes the audio channel layout of an audio stream. The names should be self-explanatory.<br />
As you might have noticed, these constants are the same as the ones used for the <tt>dwChannelMask</tt> property of Microsoft's <tt>WAVEFORMATEXTENSIBLE</tt> struct; see <a href="http://msdn.microsoft.com/en-us/library/dd757714%28v=vs.85%29.aspx">its MSDN documentation page</a> for more information.<br />
The exceptions to this convenient compatibility are <tt>FFMS_CH_STEREO_LEFT</tt> and <tt>FFMS_CH_STEREO_RIGHT</tt>, which are FFmpeg extensions.
</p>

<h3>FFMS_Resizers</h3>
<pre>enum FFMS_Resizers {
    FFMS_RESIZER_FAST_BILINEAR  = 0x01,
    FFMS_RESIZER_BILINEAR       = 0x02,
    FFMS_RESIZER_BICUBIC        = 0x04,
    FFMS_RESIZER_X              = 0x08,
    FFMS_RESIZER_POINT          = 0x10,
    FFMS_RESIZER_AREA           = 0x20,
    FFMS_RESIZER_BICUBLIN       = 0x40,
    FFMS_RESIZER_GAUSS          = 0x80,
    FFMS_RESIZER_SINC           = 0x100,
    FFMS_RESIZER_LANCZOS        = 0x200,
    FFMS_RESIZER_SPLINE         = 0x400
};</pre>
<p>
Describes various image resizing algorithms, as used in the arguments to <tt>FFMS_SetOutputFormatV2</tt>. The names should be self-explanatory.
</p>

<h3>FFMS_AudioDelayModes</h3>
<pre>enum FFMS_AudioDelayModes {
    FFMS_DELAY_NO_SHIFT           = -3,
    FFMS_DELAY_TIME_ZERO          = -2,
    FFMS_DELAY_FIRST_VIDEO_TRACK  = -1
};</pre>
<p>
Describes the different audio delay handling modes. See <tt>FFMS_CreateAudioSource</tt> for a detailed explanation.
</p>

<h3>FFMS_ColorSpaces</h3>
<pre>enum FFMS_ColorSpaces {
    FFMS_CS_RGB         = 0,
    FFMS_CS_BT709       = 1,
    FFMS_CS_UNSPECIFIED = 2,
    FFMS_CS_FCC         = 4,
    FFMS_CS_BT470BG     = 5,
    FFMS_CS_SMPTE170M   = 6,
    FFMS_CS_SMPTE240M   = 7,
};</pre>
<p>
Identifies the color coefficients used for a YUV stream. The numerical constants are the same as in the MPEG-2 specification.<br />
Some of these are specified or aliased in a number of places. Most importantly:<br />
"BT709" (ITU-T Rec. 709) is equivalent to ITU-R BT1361, IEC 61966-2-4 xvYCC709 and SMPTE RP177 Annex B;<br />
"BT470BG" (ITU-R BT. 470, also known as ITU-T Rec. 601) is equivalent to ITU-R BT601-6 625, ITU-R BT1358 625, ITU-R BT1700 625 PAL &amp; SECAM and IEC 61966-2-4 xvYCC601;<br />
"SMPTE170M" (SMPTE standard 170 M) is functionally the same as BT470BG, and is furthermore equivalent to ITU-R BT601-6 525, ITU-R BT1358 525, and ITU-R BT1700 NTSC.
</p>

<h3>FFMS_ColorRanges</h3>
<pre>enum FFMS_ColorRanges {
    FFMS_CR_UNSPECIFIED = 0,
    FFMS_CR_MPEG        = 1,
    FFMS_CR_JPEG        = 2,
};</pre>
<p>
Identifies the valid range of luma values in a YUV stream. <tt>FFMS_CR_MPEG</tt> is the standard "TV range" with head- and footroom. That is, valid luma values range from 16 to 235 with 8-bit color. <tt>FFMS_CR_JPEG</tt> is "full range"; all representable luma values are valid.
</p>


<h3>FFMS_CC</h3>
<pre>#ifdef _WIN32
#   define FFMS_CC __stdcall
#else
#   define FFMS_CC
#endif
</pre>
<p>
The calling convention used by FFMS2 API functions and callbacks. Defined to <tt>__stdcall</tt> if <tt>_WIN32</tt> is defined. Otherwise defined, but not used.
</p>


<h3>Picture types</h3>
<p>As stored in <tt>FFMS_Frame->PictType</tt>:</p>
<pre>I: Intra
P: Predicted
B: Bi-dir predicted
S: S(GMC)-VOP MPEG4
i: Switching Intra
p: Switching Predicted
b: FF_BI_TYPE (no good explanation available)
?: Unknown</pre>


<h2>Audio Filename Format Strings</h2>
<p>The following variables can be used:</p>
<ul>
<li><tt>%sourcefile%</tt> - same as the source file name, i.e. the file the audio is decoded from</li>
<li><tt>%trackn%</tt> - the track number</li>
<li><tt>%trackzn%</tt> - the track number zero padded to 2 digits</li>
<li><tt>%samplerate%</tt> - the audio sample rate</li>
<li><tt>%channels%</tt> - number of audio channels</li>
<li><tt>%bps%</tt> - bits per sample</li>
<li><tt>%delay%</tt> - delay, or more exactly the first timestamp encountered in the audio stream</li>
</ul>
<p>
Example string: <tt>%sourcefile%_track%trackzn%.w64</tt>
</p>

</div>

</body>
</html>