<div dir="ltr">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<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 22, 2022 at 2:56 PM Michael <<a href="mailto:bmike1@gmail.com">bmike1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I got a problem. It says I ran out of room but df says I am not out of room:</div><div><br></div><div>michael@michael-desktop:~/Desktop/darktable training$ ffmpeg -i '2022-04-02 darktabletraining.flv' -vcodec rawvideo -pix_fmt bgr24 '2022-04-02 darktabletraining.mov'</div><div><cut><br></div><div>frame=54250 fps= 41 q=-0.0 size=146503168kB time=00:30:08.36 bitrate=663668.8kbiframe=54263 fps= 41 q=-0.0 size=146538240kB time=00:30:08.78 bitrate=663671.1kbiframe=54300 fps= 41 q=-0.0 size=146638336kB time=00:30:10.02 bitrate=663670.5kbiav_interleaved_write_frame(): No space left on device <span style="background-color:rgb(255,255,0)"><----</span><br>Error writing trailer of 2022-04-02 darktabletraining.mov: No space left on device<br>frame=54308 fps= 41 q=-0.0 Lsize=146659072kB time=00:30:10.30 bitrate=663662.6kbits/s speed=1.36x <br>video:146631600kB audio:28381kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown<br>[aac @ 0x55cb437537c0] Qavg: 244.916<br>Conversion failed!<br>michael@michael-desktop:~/Desktop/darktable training$ sudo df<br>[sudo] password for michael: <br>Filesystem 1K-blocks Used Available Use% Mounted on<br>udev 3844344 0 3844344 0% /dev<br>tmpfs 778220 1496 776724 1% /run<br>/dev/sda1 29168644 16265428 11398404 59% /<br>tmpfs 3891100 0 3891100 0% /dev/shm<br>tmpfs 5120 4 5116 1% /run/lock<br>tmpfs 3891100 0 3891100 0% /sys/fs/cgroup<br>/dev/sda5 200397080 190147672 92 100% /home<br>tmpfs 778220 24 778196 1% /run/user/1000<br>michael@michael-desktop:~/Desktop/darktable training$ ffmpeg -i '2022-04-02 darktabletraining.flv' -vcodec rawvideo -pix_fmt bgr24 '2022-04-02 darktabletraining.mov'<br><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 22, 2022 at 2:18 PM Michael <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">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. Hmmmmm..... I suppose mov would work. No?<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 21, 2022 at 9:37 PM Snyder, Alexander J <<a href="mailto:alexander@snyderfamily.co" target="_blank">alexander@snyderfamily.co</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">No. The "mp" in "mp4" stands for Moving Picture Experts Group (MPEG), which implies MPEG compression (<i>MPEG-4 Part 14</i>, specifically).<div dir="auto"><br></div><div dir="auto">Compression here is the opposite of what you're trying to achieve.<br><br><div dir="auto">Thanks,<br>Alexander<br><br>Sent from my Samsung Galaxy S22+</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 21, 2022, 15:06 Michael via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span><span style="box-sizing:border-box"><pre style="box-sizing:border-box;margin-left:0px;margin-right:0px"><span style="font-weight:normal;font-style:normal;background:rgba(0,0,0,0) none repeat scroll 0% 0%">ffmpeg -i input.mp4 -vcodec rawvideo -pix_fmt bgr24 output.avi</span> <br></pre><pre style="box-sizing:border-box;margin-left:0px;margin-right:0px"><span style="font-family:arial,sans-serif">should be the one. but would </span><span><span style="box-sizing:border-box"><pre style="box-sizing:border-box;margin-left:0px;margin-right:0px"><span style="font-weight:normal;font-style:normal;background:rgba(0,0,0,0) none repeat scroll 0% 0%">ffmpeg -i input.flv -vcodec rawvideo -pix_fmt bgr24 output.mp4 <br><br><span style="font-family:arial,sans-serif">give me a conversion from flv (the original format) to mp4 with just a stream of pictures like we want?</span></span></pre></span></span></pre></span></span></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 21, 2022 at 4:47 PM Michael <<a href="mailto:bmike1@gmail.com" rel="noreferrer" target="_blank">bmike1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">would this work? <a href="https://www.quora.com/How-can-you-decompress-a-video-file-in-FFmpeg" rel="noreferrer" target="_blank">https://www.quora.com/How-can-you-decompress-a-video-file-in-FFmpeg</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 21, 2022 at 4:40 PM Bob Elzer via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org" rel="noreferrer" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>OK, the file you are trying to convert is already as small as it is going to get. This from <a href="http://fileinfo.com" rel="noreferrer" target="_blank">fileinfo.com</a>:
Before 2007, OGG files were used to store various types of media, but
since then the Xiph.Org Foundation recommends that OGG files store only
audio data. Now, you will most likely encounter only OGG files that
store audio data compressed with Vorbis compression. <br></div><div><br></div><div>Since the file is already compressed the reason for your stuttering is that the player is trying to uncompress while playing and appears not to be powerful enough to do it smoothly. I think what you should be doing is uncompressing the file into its full uncompressed file size, then the video player doesn't have to do the work any more. The actual uncompress work would be done by ffmpeg which will probably take a long time. Changing the scale might help, but trying to reconvert it to another format is just going to make it bigger every time and probably still stutter.</div><div><br></div><div>Since I've never tried to uncompress a video file, I don't know what the settings would be. You have to do some googling to find that ffmpeg uncompress video <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 21, 2022 at 11:56 AM Michael via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org" rel="noreferrer" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Okay.... these are the questions I will have concerning converting my flv to ogg while scaling the resolution.</div><div>Is it as simple as stating:</div><div>ffmpeg <in file>.flv<code> -vf scale=-1:720 <out file>.ogg<br></code></div><div>?<br>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div></div></div>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" rel="noreferrer" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" rel="noreferrer" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" rel="noreferrer" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>