You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 25 in the avi_to_pmf.bat file
ffmpeg -i obj%~n1.MPS 2> obj\output.tmp
should be
%FF% -i obj%~n1.MPS 2> obj\output.tmp
In addition, if the pmf file does not contain audio, the program will make an error.