Quote:
Originally Posted by josem84
You can use concat in ffmpeg to concatenate multiple files. You can also use Avidemux to the same thing. Make sure the video properties from both files are exactly the same (frame size, video/audio codecs...). Make sure those codecs are supported by the chosen container format. Why do you use avi for h265 video streams instead of mp4 or mkv?
|
Honestly, I only used AVI because that was the output from the x265 codec on VD2. Any downsides to that?
To confirm that I joined the videos correctly, in Avidemux my settings were:
Video Decoder: Lavcodec DXVA2
Video Output: Copy
Audio Output: Copy
Output Format: AVI Muxer
My joined file was 220,438,440 bytes vs the two original files were 220,161,736 bytes.
Would the above indicate that I lost no quality in the joining of the two videos? Thanks so much for your help!