ZakariasBW
Results
1
comments of
ZakariasBW
try with: ``` castnow ./sample.mkv --tomp4 --ffmpeg-vcodec copy --ffmpeg-acodec vorbis --ffmpeg-ac 2 --ffmpeg-strict experimental --ffmpeg-f mp4 --ffmpeg-movflags frag_keyframe+faststart ``` --tomp4 is needed to use the transcoding plugin. note: seeking is...