comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » high quality videos with idlffvideowrite?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
high quality videos with idlffvideowrite? [message #84009] Wed, 24 April 2013 14:07 Go to next message
George.millward is currently offline  George.millward
Messages: 26
Registered: October 2012
Junior Member
Hi there,

Can anyone point me to some documentation on how to make a high quality
video with idlffvideowrite - I'm sure Exelis put one together - but, as is often the case, I can't find it.

I can easily create videos with iflffvideowrite - but they are usually very horrible and compressed. I have replaced all of the ffmpeg .dll files as described in the reference manual and so I have lots of codecs and formats to work with... (I'm on windows7 btw)

...but I never seem to get anything other than a really poor quality movie. Surely this can't be that hard ?!?

Cheers

George.
Re: high quality videos with idlffvideowrite? [message #84055 is a reply to message #84009] Thu, 25 April 2013 23:06 Go to previous messageGo to next message
tushar is currently offline  tushar
Messages: 3
Registered: April 2013
Junior Member
Does this command IDLffvideowrite works on IDL 7.1 or is their any other command for the same purpose ?? any one who knows that....
Re: high quality videos with idlffvideowrite? [message #84065 is a reply to message #84009] Thu, 25 April 2013 12:12 Go to previous messageGo to next message
George.millward is currently offline  George.millward
Messages: 26
Registered: October 2012
Junior Member
On Thursday, April 25, 2013 12:05:08 PM UTC-6, David Fanning wrote:
> AndrewM writes:
>
>
>
>> I'm not sure why your videos wouldn't be working in Quicktime Player. If you're using one of the lossless presets, it may not support those files. You might try out VLC Media Player (http://www.videolan.org/) just to see that the files are valid- VLC is remarkably good about being able to play just about anything you throw at it.
>
>
>
> Alas, it doesn't seem to want to play the simple AVI file I created to
>
> illustrate how easy it is to create movies with IDLffVideoWrite. :-(
>
>
>
> http://www.idlcoyote.com/gallery/index.html#AVI_MOVIE
>
>
>
> It loads it, and plays the "frames", but there is no animation.
>
> Plays great in Windows Media Player. (And I downloaded all the
>
> DivX codecs previously.)
>
>
>
> Cheers,
>
>
>
> David
>
>
>
> P.S. Video just seems to be one of those things, like fonts and a couple
>
> of other things I can think of, that are designed from the start to be
>
> especially frustrating.
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")

I think when a video loads - but you just don't see anything - that's a codec problem (unsupported ?) - as you say, designed to be fustrating!
Re: high quality videos with idlffvideowrite? [message #84066 is a reply to message #84009] Thu, 25 April 2013 12:10 Go to previous messageGo to next message
George.millward is currently offline  George.millward
Messages: 26
Registered: October 2012
Junior Member
On Thursday, April 25, 2013 11:43:44 AM UTC-6, Andrew Magill wrote:
> My favorite source for 'kitchen sink' builds of FFmpeg is http://ffmpeg.zeranoe.com/builds/
>
>
>
> FFmpeg is constantly being worked on and updated, but they only increment that number in the libraries' filenames when they make a change that would make them incompatible with older versions. So unfortunately you do have to stick with an older version for now, but the next release of IDL will use a much newer version.
>
> I think this one (from Jan 2012) ought to work for you:
>
> http://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-git-01f cbdf-win32-shared.7z
>
> I developed your version of IDLffVideoWrite with FFmpeg 0.8.3, which came around Sept 2012.
>
>
>
> I really wish we could distribute files like that so you didn't have to go through all this, but video technology is a minefield of copyright and patent issues and there's a lot of features in there we just can't distribute.
>
>
>
> I'm not sure why your videos wouldn't be working in Quicktime Player. If you're using one of the lossless presets, it may not support those files. You might try out VLC Media Player (http://www.videolan.org/) just to see that the files are valid- VLC is remarkably good about being able to play just about anything you throw at it.
>
>
>
> -Andrew Magill
>
> ExelisVIS

Andrew

I do have the '01fcbdf' build (from zeranoe) - so that's correct - but I'm using the win64 (shared) versions. That's because I'm using idl64. That's correct yeh ? I realize your limitations with this are due to the licensing issues - not your fault. This is a bit of a side project for me right now - so my progress is a little slow - but I'll figure something out.

David is right, video is staggeringly frustrating. What I think is needed is some solid examples of creating the 'needed' formats. To me these would be:

video for powerpoint presentations (both windows and Mac)
video for iToys (phone ipad etc.)
video for HDTV 1920 * 1080
video for internet (html 5?)

Anyhow, thanks for your help,

George.
Re: high quality videos with idlffvideowrite? [message #84068 is a reply to message #84009] Thu, 25 April 2013 11:05 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
AndrewM writes:

> I'm not sure why your videos wouldn't be working in Quicktime Player. If you're using one of the lossless presets, it may not support those files. You might try out VLC Media Player (http://www.videolan.org/) just to see that the files are valid- VLC is remarkably good about being able to play just about anything you throw at it.

Alas, it doesn't seem to want to play the simple AVI file I created to
illustrate how easy it is to create movies with IDLffVideoWrite. :-(

http://www.idlcoyote.com/gallery/index.html#AVI_MOVIE

It loads it, and plays the "frames", but there is no animation.
Plays great in Windows Media Player. (And I downloaded all the
DivX codecs previously.)

Cheers,

David

P.S. Video just seems to be one of those things, like fonts and a couple
of other things I can think of, that are designed from the start to be
especially frustrating.

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Re: high quality videos with idlffvideowrite? [message #84072 is a reply to message #84009] Thu, 25 April 2013 10:43 Go to previous messageGo to next message
AndrewM is currently offline  AndrewM
Messages: 5
Registered: July 2011
Junior Member
My favorite source for 'kitchen sink' builds of FFmpeg is http://ffmpeg.zeranoe.com/builds/

FFmpeg is constantly being worked on and updated, but they only increment that number in the libraries' filenames when they make a change that would make them incompatible with older versions. So unfortunately you do have to stick with an older version for now, but the next release of IDL will use a much newer version.
I think this one (from Jan 2012) ought to work for you:
http://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-git-01f cbdf-win32-shared.7z
I developed your version of IDLffVideoWrite with FFmpeg 0.8.3, which came around Sept 2012.

I really wish we could distribute files like that so you didn't have to go through all this, but video technology is a minefield of copyright and patent issues and there's a lot of features in there we just can't distribute.

I'm not sure why your videos wouldn't be working in Quicktime Player. If you're using one of the lossless presets, it may not support those files. You might try out VLC Media Player (http://www.videolan.org/) just to see that the files are valid- VLC is remarkably good about being able to play just about anything you throw at it.

-Andrew Magill
ExelisVIS
Re: high quality videos with idlffvideowrite? [message #84077 is a reply to message #84009] Thu, 25 April 2013 09:22 Go to previous messageGo to next message
George.millward is currently offline  George.millward
Messages: 26
Registered: October 2012
Junior Member
On Wednesday, April 24, 2013 5:51:21 PM UTC-6, george....@yahoo.com wrote:
> On Wednesday, April 24, 2013 5:29:41 PM UTC-6, AndrewM wrote:
>
>> Yup, libx264 is the one you want for H.264 encoding. Still, though, increasing BIT_RATE is the first thing to try. It's going to take a lot more than 2 Mbps to get good quality 1920x1080 video. Let me know if that doesn't work out.
>
>
>
> Yes, i did try bit_rate and it does make a big difference. I guess I'd assumed that the h264 'presets' would override any stated bit rate.
>
>
>
> I agree with David... this needs a tutorial, or a much more complete set of examples - these days HD is almost standard and (for instance) the iPad goes way beyond HD.

Andrew,

I'm not sure I have the libx264 thing working - with this option I end up creating an .mp4 that won't load into quicktime. As i understand it from the documentation to bet 264 working I have to replace 4 dll files in the idl /bin directory. I did this - but I'm not sure it is correct.

One issue - replacing these files:

avcodec-53.dll
avformat-53.dll
avutil-51.dll
swscale-2.dll

I searched for windows ffmpeg builds and can find these files - but the 53 and 51 are now really old versions. I used the latest versions (55 I think) but then idl doesn't like them - complains that it can't find avutil-51.dll (because mine is avutil-55.dll). I went back through older builds of ffmpeg and found the 53/51 versions - these were from January 2012. Am I doing this right ? It all seems like a right hack !!

Is there somewhere I can get builds of these .dll files that definitely work ?

Cheers - still plugging away.....

George.
Re: high quality videos with idlffvideowrite? [message #84136 is a reply to message #84055] Fri, 26 April 2013 09:35 Go to previous message
George.millward is currently offline  George.millward
Messages: 26
Registered: October 2012
Junior Member
On Friday, April 26, 2013 12:06:33 AM UTC-6, tusha...@gmail.com wrote:
> Does this command IDLffvideowrite works on IDL 7.1 or is their any other command for the same purpose ?? any one who knows that....

I think it arrived with IDL8.1 - so, no, not 7.1. I'm not sure of any previous options.
Re: high quality videos with idlffvideowrite? [message #84138 is a reply to message #84055] Fri, 26 April 2013 09:34 Go to previous message
Phillip Bitzer is currently offline  Phillip Bitzer
Messages: 223
Registered: June 2006
Senior Member
On Friday, April 26, 2013 1:06:33 AM UTC-5, tusha...@gmail.com wrote:
> Does this command IDLffvideowrite works on IDL 7.1 or is their any other command for the same purpose ?? any one who knows that....

Introduced 8.1. See http://www.exelisvis.com/docs/IDLffVideoWrite.html
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Contour overlay - control orientation?
Next Topic: Re: Contour overlay - control orientation?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 09:15:41 PDT 2025

Total time taken to generate the page: 0.00703 seconds