[MEncoder-users] Multiplexing ffv1 and wav
Al Bogner
mencoder at ml093.pinguin.uni.cc
Sun Jun 27 00:55:26 CEST 2010
I have created with mencoder a pure ffv1-videofile from a dv1-file and
a wav-file with mplayer from the same dv1-file
Now I would like to mux the video and the audio-file together in a new
avi-file, so I can use it with kdenlive.
When I execute this:
mencoder "$FFV1FILE" -fps "$FPS" -aspect "$DAR" -ovc copy -oac copy \
-audiofile "$WAVFILE" -ofps "$FPS" -o "$SOURCEFILE_FOR_KDENLIVE"
I see
ODML: Aspect information not (yet?) available or unspecified, not
writing vprp header.
This message is very often found in the web, but I didn't find a
solution to get rid of this message.
I can play the result with mplayer, but with not any other program
like xine or vlc.
Al
More information about the MEncoder-users
mailing list