Hi, sorry I haven't found this answer elsewhere... All I want to do is use the Convert/Save dialog to save the result of rotating a video. I get as far as Media> Convert/Save> [InputFile]> Convert/Save, select File, enter OutFile.ext, select Profile (MP4 in this example), and I can get Generated stream output string as follows...
:sout=#duplicate{dst=std{access=file,mux=mp4,dst=C:\Users\MyProfile\Desktop\Movie.mp4}}
This is successful in converting, for instance, an MOV to an MP4 just fine. Trouble is my intent was to also correct the rotation. I'm trying to find the syntax needed to add something like "transform-type=180" somewhere in the Generated stream output string by manually editing the string. Most examples show using the command line options approach, which I don't think should be necessary.
Thanks!