Re: flv to ogg

2022-04-23 Thread Michael via PLUG-discuss
>>>>>>>>> >>>>>>>>>> give me a conversion from flv (the original format) to mp4 with just >>>>>>>>>> a stream of pictures like we want? >>>>>>>>>> >>>>>>>>&g

Re: flv to ogg

2022-04-23 Thread Michael via PLUG-discuss
;>> On Thu, Apr 21, 2022 at 4:47 PM Michael wrote: >>>>>>>>> >>>>>>>>>> would this work? >>>>>>>>>> https://www.quora.com/How-can-you-decompress-a-video-file-in-FFmpeg >>>>>>>&

Re: flv to ogg

2022-04-23 Thread Bob Elzer via PLUG-discuss
-can-you-decompress-a-video-file-in-FFmpeg >>>>>>>>> >>>>>>>>> On Thu, Apr 21, 2022 at 4:40 PM Bob Elzer via PLUG-discuss < >>>>>>>>> plug-discuss@lists.phxlinux.org> wrote: >>>>>>>>> >>>>>

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
gt;>>>>>>>> is going to get.This from fileinfo.com: Before 2007, OGG >>>>>>>>> files were used to store various types of media, but since then the >>>>>>>>> Xiph.Org Foundation recommends that

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
you >>>>>>>> will >>>>>>>> most likely encounter only OGG files that store audio data compressed >>>>>>>> with >>>>>>>> Vorbis compression. >>>>>>>> >>>>>>>> Since the file is a

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
ion. >>>>>>> >>>>>>> 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 >>>>>

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
;> 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 >>

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
ime. 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. >>>>> >>>>> Since I've never tried to uncompress a video file, I

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
he 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. &g

Re: flv to ogg

2022-04-21 Thread Snyder, Alexander J via PLUG-discuss
r every time and probably still stutter. >>> >>> 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 >>> >>> On Thu,

Re: flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
uncompress video >> >> On Thu, Apr 21, 2022 at 11:56 AM Michael via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> >>> Okay these are the questions I will have concerning converting my >>> flv to ogg while scaling the resolution.

Re: flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
ists.phxlinux.org> wrote: > >> Okay these are the questions I will have concerning converting my flv >> to ogg while scaling the resolution. >> Is it as simple as stating: >> ffmpeg .flv -vf scale=-1:720 .ogg >> ? >> -- >> :-)~MIKE~(-: >> -

Re: flv to ogg

2022-04-21 Thread Bob Elzer via PLUG-discuss
uss@lists.phxlinux.org> wrote: > Okay these are the questions I will have concerning converting my flv > to ogg while scaling the resolution. > Is it as simple as stating: > ffmpeg .flv -vf scale=-1:720 .ogg > ? > -- > :-)~MIKE~(-: >

Re: flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
the questions I will have concerning converting my flv >> to ogg while scaling the resolution. >> Is it as simple as stating: >> ffmpeg .flv -vf scale=-1:720 .ogg >> ? >> -- >> :-)~MIKE~(-: >> --- &

Re: flv to ogg

2022-04-21 Thread Snyder, Alexander J via PLUG-discuss
How did the handbrake output look? Thanks, Alexander Sent from my Samsung Galaxy S22+ On Thu, Apr 21, 2022, 11:56 Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Okay these are the questions I will have concerning converting my flv > to ogg while scaling th

flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
Okay these are the questions I will have concerning converting my flv to ogg while scaling the resolution. Is it as simple as stating: ffmpeg .flv -vf scale=-1:720 .ogg ? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss

Re: flv to ogg

2022-04-08 Thread Michael via PLUG-discuss
The video starts and stops while th audio continues normally. On Fri, Apr 8, 2022 at 1:48 PM Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > I don't think there is any point in converting this file, it is already as > small as it is going to get. If you look at the file

Re: flv to ogg

2022-04-08 Thread Bob Elzer via PLUG-discuss
I don't think there is any point in converting this file, it is already as small as it is going to get. If you look at the file information it is already encoded as x264 video and aac audio. What problems do you have playing this video ? On Fri, Apr 8, 2022 at 10:13 AM Michael via PLUG-discuss

Re: flv to ogg

2022-04-08 Thread Michael via PLUG-discuss
Your sample command for conversion to x264 disappeared. Could you post it again? On Fri, Apr 8, 2022 at 11:23 AM Michael wrote: > when it finished converting to an ogg the size is 530MB but the video > sucked though the audio was fine. could you send me the x264? > > On Fri, Apr 8, 2022 at

Re: flv to ogg

2022-04-08 Thread Michael via PLUG-discuss
when it finished converting to an ogg the size is 530MB but the video sucked though the audio was fine. could you send me the x264? On Fri, Apr 8, 2022 at 11:14 AM Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > OK, I see a few issues here, first tell us again what

Re: flv to ogg

2022-04-08 Thread Bob Elzer via PLUG-discuss
OK, I see a few issues here, first tell us again what problems you are having trying to watch this video ? To start with, while the viewing length is an hour and 23 minutes, the size is only 171mb. When I record a tv show, a 1 hour show is 6GB, depending on what channel I'm recording. The reason

Re: flv to ogg

2022-04-07 Thread Snyder, Alexander J via PLUG-discuss
Sure! Thanks, Alexander Sent from my Samsung Galaxy S22+ On Thu, Apr 7, 2022, 11:32 Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > it is taking entirely too long. Are you still available to help? > >

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
it is taking entirely too long. Are you still available to help? https://drive.google.com/file/d/1nLCAf4DgbpIK_tq2qIH8n3CSfScl6y7L/view?usp=sharing On Thu, Apr 7, 2022 at 11:02 AM Snyder, Alexander J via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > If you need help converting, like

Re: flv to ogg

2022-04-07 Thread Bob Elzer via PLUG-discuss
I like to use the mp4 format because it is supported by HTML5 and I can embed it in a web page for streaming. mkv isn't as easy. On Thu, Apr 7, 2022 at 10:51 AM Brian Cluff via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > MP4, AVI, MOV, FLV...etc...etc are container formats. Think

Re: flv to ogg

2022-04-07 Thread Brian Cluff via PLUG-discuss
MP4, AVI, MOV, FLV...etc...etc are container formats.  Think of them as specialty file systems that hold the various "files" that make up of the video.  Those parts can include the video, the audio, subtitles, thumbnail images, meta data... etc...etc.. and often time multiple versions of any

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
I was wondering I was looking at the output and at the beginning it says: WARNING: library configuration mismatch do I need to worry about anything?? It is only a warning so probably not. how do I fix it if so? (after researching an answer to that I see it is a bug that doesn't

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
about converting it to x264. is this going to be an mp4 file? On Thu, Apr 7, 2022 at 10:53 AM Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > ok now try > > ffmpeg -i input.mp4 -codec:v libtheora -qscale:v 3 -codec:a libvorbis > -qscale:a 3 -f ogv output.ogg > > you

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
oh yeah... how long should converting an hour and a half video take? On Thu, Apr 7, 2022 at 11:30 AM Michael wrote: > thanks for the offer Alex. I'll just let it run on my weak computer. > > Thank you so much, bob, for giving me the instructions for how to do this. > I'll let you know if I have

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
thanks for the offer Alex. I'll just let it run on my weak computer. Thank you so much, bob, for giving me the instructions for how to do this. I'll let you know if I have problems. So, the input file is a flv and the output is an ogg. So it automatically knowa what file formats yo read/save too

Re: flv to ogg

2022-04-07 Thread Snyder, Alexander J via PLUG-discuss
If you need help converting, like horsepower, I have a stupidly over powered desktop with an Nvidia RTX A5000. It's got muscle, if you need some. Thanks, Alexander Sent from my Samsung Galaxy S22+ On Thu, Apr 7, 2022, 07:53 Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: >

Re: flv to ogg

2022-04-07 Thread Bob Elzer via PLUG-discuss
ok now try ffmpeg -i input.mp4 -codec:v libtheora -qscale:v 3 -codec:a libvorbis -qscale:a 3 -f ogv output.ogg you might also want to try converting it to x264 just google convert video to ffmpeg x264 On Wed, Apr 6, 2022 at 4:22 PM Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org>

Re: flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
forgot to mention the ones that would not load On Wed, Apr 6, 2022 at 7:19 PM Michael wrote: > I meant 1080 not 1099. > > On Wed, Apr 6, 2022 at 7:16 PM Michael wrote: > >> I did. Those ones stuttered. The other ones had 2 hour downloads. The >> 1099 ogg file stuttered. >> >> On Wed, Apr 6,

Re: flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
I meant 1080 not 1099. On Wed, Apr 6, 2022 at 7:16 PM Michael wrote: > I did. Those ones stuttered. The other ones had 2 hour downloads. The 1099 > ogg file stuttered. > > On Wed, Apr 6, 2022 at 7:10 PM Bob Elzer via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> I would try the

Re: flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
I did. Those ones stuttered. The other ones had 2 hour downloads. The 1099 ogg file stuttered. On Wed, Apr 6, 2022 at 7:10 PM Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > I would try the mp4 versions too > > > On Wed, Apr 6, 2022, 3:07 PM Michael via PLUG-discuss < >

Re: flv to ogg

2022-04-06 Thread Bob Elzer via PLUG-discuss
I would try the mp4 versions too On Wed, Apr 6, 2022, 3:07 PM Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > After further investigation I found 720p_stereo.ogg > > and 480p_stereo.ogg

flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
After further investigation I found 720p_stereo.ogg and 480p_stereo.ogg work. So I need to convert it to one of those