Lines Matching defs:file
4 * This file is part of FFmpeg.
22 * To create a simple file for smooth streaming:
33 * file can be set with the -ismc-prefix option similarly.
36 * any extra server support, create the ismv file as above, and split it:
38 * This step creates a file Manifest and directories QualityLevel(...),
414 const char *file, int split, int ismf,
422 if ((err = avio_open2(&f, file, AVIO_FLAG_READ, NULL, NULL)) < 0)
450 fprintf(stderr, "Unable to read the MFRA atom in %s (%s)\n", file, err_str);
496 static int handle_file(struct Tracks *tracks, const char *file, int split,
505 err = avformat_open_input(&ctx, file, NULL, NULL);
508 fprintf(stderr, "Unable to open %s: %s\n", file, errbuf);
515 fprintf(stderr, "Unable to identify %s: %s\n", file, errbuf);
520 fprintf(stderr, "No streams found in %s\n", file);
530 st->id, file);
550 track->name = file;
551 if ((ptr = strrchr(file, '/')))
564 track->track_id, file);
608 err = read_mfra(tracks, orig_tracks, file, split, ismf, basename,