SV650.org - SV650 & Gladius 650 Forum



Idle Banter For non SV and non bike related chat (and the odd bit of humour - but if any post isn't suitable it'll get deleted real quick).
There's also a "U" rating so please respect this. Newbies can also say "hello" here too.

Reply
 
Thread Tools
Old 25-09-08, 06:29 AM   #1
Baph
Guest
 
Posts: n/a
Default Calling all geeks...

Right then fountain of wisdom otherwise known as the .Org... a problem...

I'm looking to embed videos into a website (ala YouTube and Google Video), and I can do this easily with JW FLV. However, the clients want to record in MPEG4 (raw too), and don't want the hassle of converting before upload (why did I take this job on again?).

So, do any of you know anything like JW FLV that will allow me to playback in a format other than FLV (lets face it, FLV looses a fair bit of quality)? I can handle the conversion to almost any format other than FLV.

Alternatively, do any of you know a way to convert from AVI/MP4 to FLV on a Linux command line (note, it's specific to CLI for a reason)?

Adeally, a free solution without watermarks would be excellent, but I realise that I'm asking for rocking horse poo laid by the golden goose there. So I'd welcome solutions that cost, but I'd need opinions from folks that have used them too. That way I can properly evaluate before I turn around & slap the client with a bill (and eat into my own profits).

Cheers in advance. I'm not expecting answers, just hoping.
  Reply With Quote
Old 25-09-08, 08:10 AM   #2
Grinch
Guest
 
Posts: n/a
Default Re: Calling all geeks...

All I can say is good luck, they don't want much do they.
  Reply With Quote
Old 25-09-08, 08:49 AM   #3
timwilky
Member
Mega Poster
 
timwilky's Avatar
 
Join Date: Mar 2004
Location: Not in Yorkshire. (Thank God)
Posts: 4,116
Default Re: Calling all geeks...

how about looking at ffmpeg
__________________
Not Grumpy, opinionated.
timwilky is offline   Reply With Quote
Old 25-09-08, 09:15 AM   #4
SoulKiss
Member
Mega Poster
 
SoulKiss's Avatar
 
Join Date: Jul 2006
Location: Sunny Croydonia
Posts: 6,124
Default Re: Calling all geeks...

Quote:
Originally Posted by Baph View Post
Right then fountain of wisdom otherwise known as the .Org... a problem...

I'm looking to embed videos into a website (ala YouTube and Google Video), and I can do this easily with JW FLV. However, the clients want to record in MPEG4 (raw too), and don't want the hassle of converting before upload (why did I take this job on again?).

So, do any of you know anything like JW FLV that will allow me to playback in a format other than FLV (lets face it, FLV looses a fair bit of quality)? I can handle the conversion to almost any format other than FLV.

Alternatively, do any of you know a way to convert from AVI/MP4 to FLV on a Linux command line (note, it's specific to CLI for a reason)?

Adeally, a free solution without watermarks would be excellent, but I realise that I'm asking for rocking horse poo laid by the golden goose there. So I'd welcome solutions that cost, but I'd need opinions from folks that have used them too. That way I can properly evaluate before I turn around & slap the client with a bill (and eat into my own profits).

Cheers in advance. I'm not expecting answers, just hoping.
VLC is your buddy here

When I get a chance to play I will look into it forther - you could start here tho

http://wiki.videolan.org/Flv
__________________
Sent from my PC NOT using any Tapatalk type rubbish!!

█╬╬╬╬()i¯i▀▀▀▀▀█Ξ███████████████████████████████)
SoulKiss is offline   Reply With Quote
Old 25-09-08, 09:32 AM   #5
timwilky
Member
Mega Poster
 
timwilky's Avatar
 
Join Date: Mar 2004
Location: Not in Yorkshire. (Thank God)
Posts: 4,116
Default Re: Calling all geeks...

I think the issue with VLC is getting people to install apps/codecs etc. on their windoze platforms. In many corporate environment etc. they like to tie down the desktop and have a limited approved apps.

even doing it as a plugin or applet is likely to cause problems with software installation policies. Most accept flash. Even though many hate it. Especially those 100% flash sites. Perhaps it is easier to convert all output to a single form, than to manage multiple formats
__________________
Not Grumpy, opinionated.

Last edited by timwilky; 25-09-08 at 09:36 AM.
timwilky is offline   Reply With Quote
Old 25-09-08, 09:43 AM   #6
SoulKiss
Member
Mega Poster
 
SoulKiss's Avatar
 
Join Date: Jul 2006
Location: Sunny Croydonia
Posts: 6,124
Default Re: Calling all geeks...

You misunderstand Tim

You can use VLC to transcode to file using the CLI - I even found a page with a PERL script to batch convert.

VLC is great, but its not, as you say, something you should need to have installed to view web content.

The link I posted was instructions on how to stream a file as a FLV stream which any Flash player should be able to connect to - not what Baph wants, but a pointer in the direction and proof that VLC can do FLV
__________________
Sent from my PC NOT using any Tapatalk type rubbish!!

█╬╬╬╬()i¯i▀▀▀▀▀█Ξ███████████████████████████████)
SoulKiss is offline   Reply With Quote
Old 25-09-08, 10:00 AM   #7
Raf
Guest
 
Posts: n/a
Default Re: Calling all geeks...

Stop hassling and flaffing. JW FLV will use MP4 files directly if the video was encoded using H.264, so there is no need for conversion or anything if the source was created correctly. And what does you client mean by encoding MPEG4 raw!? The video or audio? MPEG4 part 2 or MPEG4 part 10 (you will want this one for minimum hassle)?
  Reply With Quote
Old 25-09-08, 10:20 AM   #8
SoulKiss
Member
Mega Poster
 
SoulKiss's Avatar
 
Join Date: Jul 2006
Location: Sunny Croydonia
Posts: 6,124
Default Re: Calling all geeks...

Quote:
Originally Posted by Raf View Post
Stop hassling and flaffing. JW FLV will use MP4 files directly if the video was encoded using H.264, so there is no need for conversion or anything if the source was created correctly. And what does you client mean by encoding MPEG4 raw!? The video or audio? MPEG4 part 2 or MPEG4 part 10 (you will want this one for minimum hassle)?
Stop over simplifying............

In the real world, you can guarantee that if 90% of all MP4 files should work, only 10% will.

The keywords in your response are "if the source was created correctly".

If you are looking to automate - like it looks like Baph is, the only way to do this is to assume that every file is not correct, and process them all.

If you believe that you cannot make the system 100% idiot proof (and idiots are VERY clever at finding ways of breaking things) then have the system correct their errors.
__________________
Sent from my PC NOT using any Tapatalk type rubbish!!

█╬╬╬╬()i¯i▀▀▀▀▀█Ξ███████████████████████████████)
SoulKiss is offline   Reply With Quote
Old 25-09-08, 10:52 AM   #9
stewie
Guest
 
Posts: n/a
Default Re: Calling all geeks...

He,s absolutely right you know and I think I may be able to offer some help as well, just need to know first whether the vieos, are VHS or Betamax ?.....





































Ill get me coat.............................................. .............................
  Reply With Quote
Old 25-09-08, 01:09 PM   #10
Baph
Guest
 
Posts: n/a
Default Re: Calling all geeks...

Quote:
Originally Posted by timwilky View Post
how about looking at ffmpeg
Quote:
Originally Posted by SoulKiss View Post
Combined, I could kiss you both!!

Just the ticket, use ffmpeg with VLC to stream, then point JW FLV at the stream VLC is offering. Might get a little processor intensive with loads of users wanting different streams, but I'll cross that bridge when I build it.

For the processor power, the client can foot the bill for a better server.

EDIT: Stewie, modern day equivalent, but Betamax.
  Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling camera geeks! Alpinestarhero Idle Banter 4 22-11-08 04:33 PM
calling geeks ... anna Idle Banter 25 12-08-08 09:34 PM
calling all geeks(in the nicest name calling way) jim@55 Idle Banter 11 25-06-07 08:55 AM
calling all geeks......pc hovis Idle Banter 18 31-01-07 05:18 PM
Calling XML geeks! Kate Idle Banter 20 08-11-06 03:40 PM


All times are GMT. The time now is 08:32 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.