[mythtv-users] How to convert NUV to FLV?

Michael T. Dean mtdean at thirdcontact.com
Fri Jun 2 15:40:45 UTC 2006


On 06/02/06 11:07, Phill Edwards wrote:

>Does anyone know how you can convert .nuv files to .flv files for
>playing as flash video? I just spent all night getting this working on
>a converted .mpg file - which is great except 90% of my recordings are
>.nuv and ffmpeg doesn't seem to want to convert them to flash video :(
>  
>

Are they for real MPEG-4 or RTJPEG in a NuppelVideo container or are 
they MPEG files with a ".nuv" extension?

file /path/to/file.nuv

should give you more information.  For example, here's a show recorded 
with 0.18:

$ file 1009_20050402210000_20050402230000.nuv
1009_20050402210000_20050402230000.nuv: MPEG system stream data

and here's a show recorded with 0.19:

$ file 1024_20060401160000.mpg
1024_20060401160000.mpg: MPEG system stream data

and here's a show recorded with 0.19 and transcoded to MPEG-4 in 
NuppelVideo:

$ file 1234_20051029195800.nuv
1234_20051029195800.nuv: data

Mike


More information about the mythtv-users mailing list