Page 2 of 2
Re: Video Export returned with status 12
Posted: Tue Jul 21, 2015 2:34 pm
by DasBrot
Thats much better. The Framerate from the Camera is 25 but the Files have ~12 or less Frames ... is the Computer to slow ? (New Core I5 with 12 gb Ram)
in the life view the Picture slowdown too sometimes
Re: Video Export returned with status 12
Posted: Sat Jan 23, 2016 4:10 pm
by RyGy7
Hello! I need to jump in on this because I am having difficulties and not sure where to go. When I generate the video it fails and tells me to check the ffmpeg.log as it did for the earlier posting. The log returns
usr/bin/avonv: not found.
My first guess is it is a permissions issue but i'm not familiar enough to make the judgement.
-rwxr-xr-x 1 root root 131080 Mar 16 2015 avconv
Any help would be appreciated. ubuntu 14 / zone 1.26
Re: Video Export returned with status 12
Posted: Sat Jan 23, 2016 4:14 pm
by knight-of-ni
RyGy7 wrote:Hello! I need to jump in on this because I am having difficulties and not sure where to go. When I generate the video it fails and tells me to check the ffmpeg.log as it did for the earlier posting. The log returns
usr/bin/avonv: not found.
You've got a spelling error and the path should be absolute.
It should be /usr/bin/avconv
Re: Video Export returned with status 12
Posted: Sun Jan 24, 2016 3:40 pm
by RyGy7
sorry bout that, only a typo in my post the error is correctly
sh: 1: user/bin/avconv: not found
my bad, still not working.
Re: Video Export returned with status 12
Posted: Sun Jan 24, 2016 4:58 pm
by knight-of-ni
sh: 1: user/bin/avconv: not found
And this is still not right.
Go back and look at what I said to enter. Then compare that to what you actually entered.
You need to correct
both the syntax error
and make the path absolute.
Re: Video Export returned with status 12
Posted: Mon Jan 25, 2016 2:38 pm
by RyGy7
WOW, total duh on my part! Sorry I overlooked that and was looking at the 'c' missing. Thank you!
Making progress, got a new error, "unable to find a suitable output format for /usr/bin/avconv I'm trying some different formats as well as the Additional output options you had suggested earlier but no luck. Googling away from here.