<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">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">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" 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" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>