diff options
author | Martin Storsjö <martin@martin.st> | 2014-11-02 01:02:43 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2024-06-24 11:24:04 +0300 |
commit | 6ec22731ae7694d4db08fff556eea58aa3b990d3 (patch) | |
tree | 924014657e628b7649ca6fab286cb14a5f1e9e29 /tests/ref | |
parent | 4b8ddf71dcd3340c64649f7be3d23e8df517aae5 (diff) | |
download | ffmpeg-6ec22731ae7694d4db08fff556eea58aa3b990d3.tar.gz |
movenc: Add an option for resilient, hybrid fragmented/non-fragmented muxing
This allows ending up with a normal, non-fragmented file when
the file is finished, while keeping the file readable if writing
is aborted abruptly at any point. (Normally when writing a
mov/mp4 file, the unfinished file is completely useless unless it
is finished properly.)
This results in a file where the mdat atom contains (and hides)
all the moof atoms that were part of the fragmented file structure
initially.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/lavf/mov_hybrid_frag | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/lavf/mov_hybrid_frag b/tests/ref/lavf/mov_hybrid_frag new file mode 100644 index 0000000000..cd449712b9 --- /dev/null +++ b/tests/ref/lavf/mov_hybrid_frag @@ -0,0 +1,3 @@ +4871796f41234350f1b050317d0288a3 *tests/data/lavf/lavf.mov_hybrid_frag +358508 tests/data/lavf/lavf.mov_hybrid_frag +tests/data/lavf/lavf.mov_hybrid_frag CRC=0xbb2b949b |