Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
I get it, the .flv file is already small so don't convert it to mp4. What do you recommend? I already tried to not convert it but the terminal complained about the raw video option not being able to play with that file format. Hm. I suppose mov would work. No? On Thu, Apr 21, 2022 at 9:37

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
I got a problem. It says I ran out of room but df says I am not out of room: michael@michael-desktop:~/Desktop/darktable training$ ffmpeg -i '2022-04-02 darktabletraining.flv' -vcodec rawvideo -pix_fmt bgr24 '2022-04-02 darktabletraining.mov' frame=54250 fps= 41 q=-0.0 size=146503168kB time=00:30

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
I spoke too soon It seems it filled the root partition and didn't put it in /home but it created /home/michael/Desktop/darktable training/2022-04-02 darktabletraining.mov in /home. How can I tell if /home is on my partition On Fri, Apr 22, 2022 at 2:56 PM Michael wrote: > I got a problem. It

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
sosorry /home is full got it taken care of. only 9% full now On Fri, Apr 22, 2022 at 3:04 PM Michael wrote: > I spoke too soon It seems it filled the root partition and didn't put > it in /home but it created /home/michael/Desktop/darktable > training/2022-04-02 darktabletraining.mov

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
well now, It filled 91% of 310GB in about half an hour. Bummer What can I do now? On Fri, Apr 22, 2022 at 3:31 PM Michael wrote: > sosorry /home is full got it taken care of. only 9% full now > > On Fri, Apr 22, 2022 at 3:04 PM Michael wrote: > >> I spoke too soon It seems it filled

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
correction... of 210GB which df now says ffmpegfilled 166 GB in what I estimate was half hour to 45 minutes. I'll stop with my inname ramblings now. On Fri, Apr 22, 2022 at 4:01 PM Michael wrote: > well now, It filled 91% of 310GB in about half an hour. Bummer What can I > do now? > > On Fri, Ap

Re: Should an opensource dev know Linux

2022-04-22 Thread Joseph Sinclair via PLUG-discuss
Call me biased, but, in my opinion, all software engineers (and programmers/coders too) should know, or be learning, *at least* enough about Linux to: edit and build their software at the command line configure and script an automated build (using a common tool like jenkins, Github actions,