Marcus Johnson <bumblebritches57 at ...> writes: > I need to seek X bytes into a file, and I'm not > sure which function will do that? What kind of file? (For many file types, seeking X bytes makes not much sense.) You can try -skip_initial_bytes but you are probably searching for AVSEEK_FLAG_BYTE. Carl Eugen