Created
July 5, 2017 18:54
-
-
Save willuk2010/80713b22f333e2ec48dc1d8302ad45a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Works | |
| ./timelapse-remote.sh -framerate 25 -loglevel error -i "/media/saturn/OctoPi/tmp/v2cali~1_20170705061744-%d.jpg" -vcodec mpeg2video -threads 1 -r 25 -y -b 10000k -f vob -vf \'[in] format=yuv420p [out]\' "/media/saturn/OctoPi/v2cali~1_20170705061744.mpg" | |
| Doesnt Work | |
| ./timelapse-remote.sh -framerate 25 -loglevel error -i /media/saturn/OctoPi/tmp/v2cali~1_20170705061744-%d.jpg -vcodec mpeg2video -threads 1 -r 25 -y -b 12600k -f vob -vf '[in] format=yuv420p [out]' /media/saturn/OctoPi/v2cali~1_20170705061744.mpg | |
| Error | |
| [NULL @ 0x3bd7aa0] Unable to find a suitable output format for '[out]' | |
| [out]: Invalid argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment