The cinematic is on youtube with lyrics, but I have no idea how to convert the mp3 (or mp4) file into bk2 which the game uses. Archived post. New comments cannot be posted and votes cannot be cast. That's the blink video format. You can get the tools from the publisher from here for the converter.
Hello guys I have an show recorded with over 200 Episodes. All files are .ts. I want to convert them to mp4 or mkv. Im aware of how to that with single files, but doing that with every single one of the 200 episodes seems like a headache. So if the new .mp4 file you create doesn't play, this may be the reason. You could re-encode the ADTS to another audio format that is supported in an .mp4, or if you can use the .mkv container format instead, first try remuxing your .ts to an .mkv and see if it works properly. MP3 is both a container and a codec. Vorbis and Opus use by default the Ogg container. M4A is a container, inside can be any of the above mentioned codecs. Ives always preferred V1 vbr. Use AAC (which is inside a .M4A file). A great and free program to use is Xmedia Recode. It takes a little getting used to. Thank you! The command that i used is "ffmpeg -i input.mp4 -c:v mpeg4 -vtag xvid -qscale:v 1 -c:a libmp3lame -qscale:a 1 output.avi", the output is 732 MB but it preserved the original video quality :) timthymol • 1 yr. ago. I'm not seeing a zero option for qscale. Which might mean it is defaulting to a less quality number.