Preserving Data
Running a simple FFmpeg filter command:
>ffmpeg -i input.vid -filter_complex “[v:0]copy” output.vid
… one might expect the output video to be the same as the input video. Note that both input and output videos use the same container format (file name extension), and the command just uses the “copy” (do nothing) filter, . . . → Read More: FFmpeg lossless filtering