Mission planner command line log converting

I need to convert .BIN logs to .LOG format on multiple files of a field day.
Is there a way to call missionplanner.exe from the windows command line to convert a file or list of files?

Or is there a detailed manual for mission planner command line options?

1 Like

MP is not a command line tool. Use mavlogdump.py from pymavlink GitHub - ArduPilot/pymavlink: python MAVLink interface and utilities. There’s a “–format csv” option.
Mission Planner documentation is sparse at best. But you can always check the source code.

Thank you András

You help a lot. I will check the python script.

Did it work?
I have the same problem and i want to convert .bin to .log without opening Mission planner.
I checked the mavlogdump.py -Skript but i dont know how to use it…
Can you give an example?

In the parsers i found the -format option, but no option to specify the input and output pathes.
I think there must be the possibility for a command like: python mavlogdump.py -format csv -input pathToBin -output pathToLog

I need to convert CSV file into the tlog file format. How to convert it. Plz help me in this