Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > New and alternative video codecs

Reply
 
Thread Tools Search this Thread Display Modes
Old 19th May 2011, 23:20   #1  |  Link
paulom
Registered User
 
Join Date: Jul 2009
Location: Brazil
Posts: 36
WebM, ffmpeg and Avisynth

I am trying to encode video clips from my cameras as WebM files, using ffmpeg.
I have clips in three different formats: mpg/mpeg1 files from a Sony camera, mov/mjpeg files and mts/avchd files from a Panasonic.

Inputting the files themselves (ffmpeg -i file.ext file.webm) works perfectly for all the three formats.

I use Avisynth to edit my clips. The mpg files are opened with DirectShowSource. The mov files are opened with QTInput(audio = 2). The mts files can be opened with DirectShowSource(fps = 29.97, convertfps = true) and Haali splitter installed.

Inputting avs script files (only one line with the opening function call) results in the following:
The mpg file causes the error:
Code:
[webm @ 02F03860] Application provided invalid, non monotonically increasing dts
 to muxer in stream 0: 33 >= 33
av_interleaved_write_frame(): Invalid argument
The mts files cause the error:
Code:
[webm @ 0E0D3940] Application provided invalid, non monotonically increasing dts
 to muxer in stream 0: 33 >= 33
av_interleaved_write_frame(): Invalid argument
The mov file is encoded without problems.

Can someone help me, please?

Last edited by paulom; 24th May 2011 at 23:06. Reason: typing mistake
paulom is offline   Reply With Quote
Old 24th May 2011, 23:20   #2  |  Link
paulom
Registered User
 
Join Date: Jul 2009
Location: Brazil
Posts: 36
I can see this is the only post in this forum with 0 answers. Maybe:

1 - It's not the place for this question.

2 - It's such a silly question that deserves no answer.

Please let me know if this is the case. Just say 1 or 2...
paulom is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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


All times are GMT +1. The time now is 22:47.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.