Re: [Flashcoders] Vob to FLV without Sound

2006-09-05 Thread Sönke Rohde

I will have look at VOB to Quicktime Animation to FLV.
What is your resource you can say that this way promises the best quality?

Cheers,
Sönke


Count Schemula schrieb:

Type VOB quicktime in google, a bunch of stuff came up.

The best quality will come from:

VOB - Quicktime Animation - FLV

Handbrake would be:

VOB - .mp4 - FLV

And some of your other ideas are:

VOB - MPEG-1 - FLV

VOB is already compressed MPEG-2, so you want to skip any intermediate
compression step, especially MPEG-1, with it rigid format structure
and wacky audio of its own.

On 9/4/06, Sönke Rohde [EMAIL PROTECTED] wrote:

Hi Count,
Thanks for the link. I tried handbrake but I get the error that no 
title is

found:

C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
VTS_02_1.vob -o test.mp4
grep: /proc/cpuinfo: No such file or directory
HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
1 CPU detected
Opening VTS_02_1.vob...
No title found.
HandBrake has exited.

Perhaps it's not working because it's only recently ported to Windows?
I guess my command looks right.

Anyway I am open for other possibilities. What I am looking for is a
workflow to encode from VOB to FLV with the best possible quality 
targeting

Flash Player 8 with video codec VP6.
Any input is appreciated.

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Count Schemula
 Sent: Sunday, September 03, 2006 3:17 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound

 There is a handbrake for Windows.

 http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7.
 0-cygwin.zip?download

 On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote:
 
   Sönke Rohde wrote:
Hi,
   
Thanks for clearing this up but I expected Squeeze to
   handle this internaly.
Does anybody know a solution where video and audio of
 Vob-files are
converted together?
   
Thanks,
Sönke
   
   
  
   Well this is a little bit of a 2 step process, but you could use
   handbrake if you are on a mac, and convert the VOB to MP4 (with
   audio), then squeeze it into the FLV.
 
  Thanks for the hint but I need a windows tool.
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


 --
 count_schemula

 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com







___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-05 Thread Latcho

VOB - virtualdub frame host/server  - flv
or best quality with a file is VOB - YUV(*) or uncompressed - flv

for example http://www.free-codecs.com/download/HuffYUV.htm [codec]

regards:latcho

Sönke Rohde wrote:

I will have look at VOB to Quicktime Animation to FLV.
What is your resource you can say that this way promises the best 
quality?


Cheers,
Sönke


Count Schemula schrieb:

Type VOB quicktime in google, a bunch of stuff came up.

The best quality will come from:

VOB - Quicktime Animation - FLV

Handbrake would be:

VOB - .mp4 - FLV

And some of your other ideas are:

VOB - MPEG-1 - FLV

VOB is already compressed MPEG-2, so you want to skip any intermediate
compression step, especially MPEG-1, with it rigid format structure
and wacky audio of its own.

On 9/4/06, Sönke Rohde [EMAIL PROTECTED] wrote:

Hi Count,
Thanks for the link. I tried handbrake but I get the error that no 
title is

found:

C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
VTS_02_1.vob -o test.mp4
grep: /proc/cpuinfo: No such file or directory
HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
1 CPU detected
Opening VTS_02_1.vob...
No title found.
HandBrake has exited.

Perhaps it's not working because it's only recently ported to Windows?
I guess my command looks right.

Anyway I am open for other possibilities. What I am looking for is a
workflow to encode from VOB to FLV with the best possible quality 
targeting

Flash Player 8 with video codec VP6.
Any input is appreciated.

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Count Schemula
 Sent: Sunday, September 03, 2006 3:17 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound

 There is a handbrake for Windows.

 http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7.
 0-cygwin.zip?download

 On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote:
 
   Sönke Rohde wrote:
Hi,
   
Thanks for clearing this up but I expected Squeeze to
   handle this internaly.
Does anybody know a solution where video and audio of
 Vob-files are
converted together?
   
Thanks,
Sönke
   
   
  
   Well this is a little bit of a 2 step process, but you could use
   handbrake if you are on a mac, and convert the VOB to MP4 (with
   audio), then squeeze it into the FLV.
 
  Thanks for the hint but I need a windows tool.
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


 --
 count_schemula

 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com







___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-05 Thread Count Schemula

Quicktime Animation is a lossless format.

MPEG-4 and MPEG-1 are compressed.

MPEG-4 in particular seems to crush the blacks, so you loose all your
shadow detail.

MPEG-1 has to be certain specified sizes as well.

You are skipping a whole compression step.

The file will be large though.

I've used Virtual Dub before, it's simple but quality was good.

On 9/5/06, Sönke Rohde [EMAIL PROTECTED] wrote:

I will have look at VOB to Quicktime Animation to FLV.
What is your resource you can say that this way promises the best quality?

Cheers,
Sönke


Count Schemula schrieb:
 Type VOB quicktime in google, a bunch of stuff came up.

 The best quality will come from:

 VOB - Quicktime Animation - FLV

 Handbrake would be:

 VOB - .mp4 - FLV

 And some of your other ideas are:

 VOB - MPEG-1 - FLV

 VOB is already compressed MPEG-2, so you want to skip any intermediate
 compression step, especially MPEG-1, with it rigid format structure
 and wacky audio of its own.

 On 9/4/06, Sönke Rohde [EMAIL PROTECTED] wrote:
 Hi Count,
 Thanks for the link. I tried handbrake but I get the error that no
 title is
 found:

 C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
 VTS_02_1.vob -o test.mp4
 grep: /proc/cpuinfo: No such file or directory
 HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
 1 CPU detected
 Opening VTS_02_1.vob...
 No title found.
 HandBrake has exited.

 Perhaps it's not working because it's only recently ported to Windows?
 I guess my command looks right.

 Anyway I am open for other possibilities. What I am looking for is a
 workflow to encode from VOB to FLV with the best possible quality
 targeting
 Flash Player 8 with video codec VP6.
 Any input is appreciated.

 Cheers,
 Sönke


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf
  Of Count Schemula
  Sent: Sunday, September 03, 2006 3:17 PM
  To: Flashcoders mailing list
  Subject: Re: [Flashcoders] Vob to FLV without Sound
 
  There is a handbrake for Windows.
 
  http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7.
  0-cygwin.zip?download
 
  On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote:
  
Sönke Rohde wrote:
 Hi,

 Thanks for clearing this up but I expected Squeeze to
handle this internaly.
 Does anybody know a solution where video and audio of
  Vob-files are
 converted together?

 Thanks,
 Sönke


   
Well this is a little bit of a 2 step process, but you could use
handbrake if you are on a mac, and convert the VOB to MP4 (with
audio), then squeeze it into the FLV.
  
   Thanks for the hint but I need a windows tool.
  
   Cheers,
   Sönke
  
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
 
 
  --
  count_schemula
 
  a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com





___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
count_schemula

a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Sönke Rohde
Hi Count,
Thanks for the link. I tried handbrake but I get the error that no title is
found:

C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
VTS_02_1.vob -o test.mp4
grep: /proc/cpuinfo: No such file or directory
HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
1 CPU detected
Opening VTS_02_1.vob...
No title found.
HandBrake has exited.

Perhaps it's not working because it's only recently ported to Windows?
I guess my command looks right.

Anyway I am open for other possibilities. What I am looking for is a
workflow to encode from VOB to FLV with the best possible quality targeting
Flash Player 8 with video codec VP6.
Any input is appreciated.

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Count Schemula
 Sent: Sunday, September 03, 2006 3:17 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound
 
 There is a handbrake for Windows.
 
 http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7.
 0-cygwin.zip?download
 
 On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote:
 
   Sönke Rohde wrote:
Hi,
   
Thanks for clearing this up but I expected Squeeze to
   handle this internaly.
Does anybody know a solution where video and audio of 
 Vob-files are
converted together?
   
Thanks,
Sönke
   
   
  
   Well this is a little bit of a 2 step process, but you could use
   handbrake if you are on a mac, and convert the VOB to MP4 (with
   audio), then squeeze it into the FLV.
 
  Thanks for the hint but I need a windows tool.
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
 -- 
 count_schemula
 
 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Count Schemula

I use it all the time on DVDs with no issue.

Is there a VIDEO_TS folder?

Are you using a command line? It has a GUI?

On 9/4/06, Sönke Rohde [EMAIL PROTECTED] wrote:

Hi Count,
Thanks for the link. I tried handbrake but I get the error that no title is
found:

C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
VTS_02_1.vob -o test.mp4
grep: /proc/cpuinfo: No such file or directory
HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
1 CPU detected
Opening VTS_02_1.vob...
No title found.
HandBrake has exited.

Perhaps it's not working because it's only recently ported to Windows?
I guess my command looks right.

Anyway I am open for other possibilities. What I am looking for is a
workflow to encode from VOB to FLV with the best possible quality targeting
Flash Player 8 with video codec VP6.
Any input is appreciated.

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Count Schemula
 Sent: Sunday, September 03, 2006 3:17 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound

 There is a handbrake for Windows.

 http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7.
 0-cygwin.zip?download

 On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote:
 
   Sönke Rohde wrote:
Hi,
   
Thanks for clearing this up but I expected Squeeze to
   handle this internaly.
Does anybody know a solution where video and audio of
 Vob-files are
converted together?
   
Thanks,
Sönke
   
   
  
   Well this is a little bit of a 2 step process, but you could use
   handbrake if you are on a mac, and convert the VOB to MP4 (with
   audio), then squeeze it into the FLV.
 
  Thanks for the hint but I need a windows tool.
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


 --
 count_schemula

 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
count_schemula

a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-04 Thread Count Schemula

Type VOB quicktime in google, a bunch of stuff came up.

The best quality will come from:

VOB - Quicktime Animation - FLV

Handbrake would be:

VOB - .mp4 - FLV

And some of your other ideas are:

VOB - MPEG-1 - FLV

VOB is already compressed MPEG-2, so you want to skip any intermediate
compression step, especially MPEG-1, with it rigid format structure
and wacky audio of its own.

On 9/4/06, Sönke Rohde [EMAIL PROTECTED] wrote:

Hi Count,
Thanks for the link. I tried handbrake but I get the error that no title is
found:

C:\Downloads\flash_video\HandBrake-0.7.0-cygwinHBTest.exe -f mp4 -i
VTS_02_1.vob -o test.mp4
grep: /proc/cpuinfo: No such file or directory
HandBrake 0.7.0 (2005110400) - http://handbrake.m0k.org/
1 CPU detected
Opening VTS_02_1.vob...
No title found.
HandBrake has exited.

Perhaps it's not working because it's only recently ported to Windows?
I guess my command looks right.

Anyway I am open for other possibilities. What I am looking for is a
workflow to encode from VOB to FLV with the best possible quality targeting
Flash Player 8 with video codec VP6.
Any input is appreciated.

Cheers,
Sönke


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Count Schemula
 Sent: Sunday, September 03, 2006 3:17 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound

 There is a handbrake for Windows.

 http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7.
 0-cygwin.zip?download

 On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote:
 
   Sönke Rohde wrote:
Hi,
   
Thanks for clearing this up but I expected Squeeze to
   handle this internaly.
Does anybody know a solution where video and audio of
 Vob-files are
converted together?
   
Thanks,
Sönke
   
   
  
   Well this is a little bit of a 2 step process, but you could use
   handbrake if you are on a mac, and convert the VOB to MP4 (with
   audio), then squeeze it into the FLV.
 
  Thanks for the hint but I need a windows tool.
 
  Cheers,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


 --
 count_schemula

 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
count_schemula

a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread Count Schemula

There is a handbrake for Windows.

http://prdownloads.sourceforge.net/tivo-mplayer/HandBrake-0.7.0-cygwin.zip?download

On 9/3/06, Sönke Rohde [EMAIL PROTECTED] wrote:


 Sönke Rohde wrote:
  Hi,
 
  Thanks for clearing this up but I expected Squeeze to
 handle this internaly.
  Does anybody know a solution where video and audio of Vob-files are
  converted together?
 
  Thanks,
  Sönke
 
 

 Well this is a little bit of a 2 step process, but you could use
 handbrake if you are on a mac, and convert the VOB to MP4 (with
 audio), then squeeze it into the FLV.

Thanks for the hint but I need a windows tool.

Cheers,
Sönke

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
count_schemula

a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread erixtekila

Ok, and which tool offers the best quality?
I would consider encode with ffmpeg but it's quite a little obscur in 
options.

Riva is nice and use ffmpeg.
Fabio Sonatti has a blog thread that gives you hint about the good 
options to use with ffmpeg for flv.


I wonder in ffmpeg can't directly demultiplex a vob file, no clue ?!
---
erixtekila
http://blog.v-i-a.net/

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread Sönke Rohde

  Ok, and which tool offers the best quality?
 I would consider encode with ffmpeg but it's quite a little obscur in 
 options.
 Riva is nice and use ffmpeg.
 Fabio Sonatti has a blog thread that gives you hint about the good 
 options to use with ffmpeg for flv.
 
 I wonder in ffmpeg can't directly demultiplex a vob file, no clue ?!

I have written the Riva FLV Encoder but FFMPEG does not support On2 VP6
which I want e encode for.

Cheers,
Sönke

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread erixtekila

I have written the Riva FLV Encoder but FFMPEG does not support On2 VP6
which I want e encode for.

Of course, lol.
---
erixtekila
http://blog.v-i-a.net/

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread Sönke Rohde
Hi,

Thanks for clearing this up but I expected Squeeze to handle this internaly.
Does anybody know a solution where video and audio of Vob-files are
converted together?

Thanks,
Sönke

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Count Schemula
 Sent: Friday, September 01, 2006 7:49 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound
 
 Vob files are multiplexed.
 
 A lot of times I have to rip the audio out as a seperate file, rip the
 VOB to an intermediate format like Quicktime Animation and then use a
 video editor to export the video track and the audio track back out as
 a single file and then go to final compression.
 
 
 On 9/1/06, Sönke Rohde [EMAIL PROTECTED] wrote:
  Hi,
 
  I tried to convert a Vob to FLV using Sorenson Squeeze 4.2. 
 The preview
  plays audio but when I try to encode it the sound is missing.
 
  Thanks,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
 -- 
 count_schemula
 
 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread Jim Berkey
I use Ulead Video Studio 10 for this. I import Vob, convert to mpeg1, then with 
the Flash Video Encoder I can convert mpeg1 to flv.
jimbo

*** REPLY SEPARATOR  ***

On 9/2/2006 at 1:18 PM Sönke Rohde wrote:

Hi,

Thanks for clearing this up but I expected Squeeze to handle this
internaly.
Does anybody know a solution where video and audio of Vob-files are
converted together?

Thanks,
Sönke

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Count Schemula
 Sent: Friday, September 01, 2006 7:49 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Vob to FLV without Sound

 Vob files are multiplexed.

 A lot of times I have to rip the audio out as a seperate file, rip the
 VOB to an intermediate format like Quicktime Animation and then use a
 video editor to export the video track and the audio track back out as
 a single file and then go to final compression.


 On 9/1/06, Sönke Rohde [EMAIL PROTECTED] wrote:
  Hi,
 
  I tried to convert a Vob to FLV using Sorenson Squeeze 4.2.
 The preview
  plays audio but when I try to encode it the sound is missing.
 
  Thanks,
  Sönke
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


 --
 count_schemula

 a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

i

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread erixtekila
I use Ulead Video Studio 10 for this. I import Vob, convert to mpeg1, 
then with the Flash Video Encoder I can convert mpeg1 to flv.

Hm, FVE is one pass CBR only.
Expect more quality with other tools.
---
erixtekila
http://blog.v-i-a.net/

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread dnk

Sönke Rohde wrote:

Hi,

Thanks for clearing this up but I expected Squeeze to handle this internaly.
Does anybody know a solution where video and audio of Vob-files are
converted together?

Thanks,
Sönke

  


Well this is a little bit of a 2 step process, but you could use 
handbrake if you are on a mac, and convert the VOB to MP4 (with 
audio), then squeeze it into the FLV.



d



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Vob to FLV without Sound

2006-09-01 Thread Count Schemula

Vob files are multiplexed.

A lot of times I have to rip the audio out as a seperate file, rip the
VOB to an intermediate format like Quicktime Animation and then use a
video editor to export the video track and the audio track back out as
a single file and then go to final compression.


On 9/1/06, Sönke Rohde [EMAIL PROTECTED] wrote:

Hi,

I tried to convert a Vob to FLV using Sorenson Squeeze 4.2. The preview
plays audio but when I try to encode it the sound is missing.

Thanks,
Sönke

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
count_schemula

a href=http://www.thelargeglass.com/flashNo0b/;files for No0bs/a
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com