mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.73k stars 2.93k forks source link

Need help for command line to use with mpv #3044

Closed emmtte closed 8 years ago

emmtte commented 8 years ago

Hello Before with mplayer I used this command line

mf://@files.lst -mf type=jpg:fps=3 -ovc lavc -lavcopts vcodec=mjpeg -nosound -o stopmotion.avi

But now I have this error

Error parsing option mf (option not found)
Setting commandline option --mf= failed.

What the way to use with mpv

ChrisK2 commented 8 years ago

Reading manual.

emmtte commented 8 years ago

best answer for a member, thanks a lot. I allready reading manual but without poor sample not possible to find my solution. Nevermind I'm returning on gui apps without learning more

ghost commented 8 years ago

-ovc lavc -lavcopts vcodec=mjpeg

Pointless/wrong.

-nosound

Renamed to -no-audio.

emmtte commented 8 years ago

thanks very mutch fo wm4 but not to ChrisK2