logo Sign In

Post #1261652

Author
Williarob
Parent topic
Star Wars 4K77 - Regraded - No DNR (Released)
Link to post in topic
https://originaltrilogy.com/post/id/1261652/action/topic#1261652
Date created
28-Dec-2018, 10:03 AM

Resolve supports MP4 and Mov, so I usually use ffmpeg to copy the video stream to an MP4 Container:

ffmpeg -i input.mkv -vcodec copy -an output.mp4

Takes about the same time as tsMuxer does to demux…