View Single Post
Old 25th January 2021, 22:22   #3  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,989
If you want to stick with industry standard formats you can use MPEG-TS to store ADPCM and MPEG-1.

Code:
ffmpeg -i "file.mp4" -vcodec mpeg1video -acodec adpcm_ms -f mpegts "output_file.ts"
Lots of tweaking will be needed (input scaling, etc).
Blue_MiSfit is offline   Reply With Quote