On Sun, Feb 2, 2014 at 11:24 AM, Dan Dennedy <d...@dennedy.org> wrote:

>
>
> On Sun, Feb 2, 2014 at 11:03 AM, Carl Karsten <c...@personnelware.com>wrote:
>
>> heh - encoding and such was someone elses problem until Thursday night
>> when they gave up and asked me it I could take over.  Friday morning we
>> were packing, driving, unpacking and setting up for the event.  What could
>> possibly go wrong?
>>
>> But this isn't the first time this has happens, so yeah, I should have a
>> better grip on tracking stable versions.
>>
>> Description:    Ubuntu 13.10
>> Codename:    saucy
>>
>>    wget https://github.com/CarlFK/dvsmon/raw/master/app_data/dv/test-1.dv
>>          melt test-1.dv -consumer avformat:/tmp/test-1.mp4
>>
>>
> That does not work as expected anyways because mp4 defaults to aac per
> libavformat, and aac is considered experimental per libavcodec. Running
> that gives me:
>
> [aac @ 0x7f44a8371dc0] The encoder 'aac' is experimental but experimental
> codecs are not enabled, add '-strict -2' if you want to use it.
>
>
> Now, MLT will automatically set strict=experimental if you add acodec=aac,
> or you can supply strict=experimental.
>
> I am not using the build script, but I just updated to today's FFmpeg git,
> and I am unable to reproduce the crash. Did you run the source-me script or
> the melt wrapper? Maybe you are running a version of melt
>
>
Now I just tested a build made with the build script, and it worked for me.
I ran a test using the wrapper script: ./melt
Also, I did a test using "source source-me" followed by a "gdb bin/melt"
with no problem.
Both times, I added a "acodec=aac" to your command line, and I used the dv
sample you provided.
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to