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: size difference

2022-04-07 Thread Bob Elzer via PLUG-discuss
It all depends on your settings, you'll have to play around with them to see how good they look vs size These are the settings I use for x264 ffmpeg -i infile.mp4 -channel_layout 5.1 -c:v libx264 -vf yadif -crf 28 -force_key_frames "expr:gte(t,n_forced*4)" -x264-params log-level=none -c:a aac

size difference

2022-04-07 Thread Michael via PLUG-discuss
How much bigger is an ogg file than an flv? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: https://lists.phxlinux.org/mailman/listinfo/plug-discuss

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: FOSSASIA tonight +

2022-04-07 Thread der.hans via PLUG-discuss
Am 07. Apr, 2022 schwätzte greg zegan so: moin moin, Hello,  Is this remote via WebEx or something like that? It's in Big Blue Button and also live-streaming on YouTube. https://www.youtube.com/channel/UCQprMsG-raCIMlBudm20iLQ Tonight it's starting at 19:00 AZ time, then running until

Re: FOSSASIA tonight +

2022-04-07 Thread greg zegan via PLUG-discuss
Hello,  Is this remote via WebEx or something like that? On Wednesday, April 6, 2022, 10:18:10 PM MST, der.hans via PLUG-discuss wrote: moin moin, FOSSASIA is most of a day ahead of us, so their Thursday conference started tonight at 22:00 for us. I enjoyed the conference last year

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>