Priest of the Order of the Butterfly
Posts: 602 from 2004/11/27
@ Fab
@ CISC
thanks very much for your help, i will try the "list lformat" then.
@ Fab
About the mp4 format: it seems that my encoded videos do still not work with a flash player
after having the video encoded with the following command line:
mencoder invideo.avi -o outvideo.mp4 -of lavf -lavfopts format=mp4 -ovc x264 -oac faac -x264encopts bitrate=300
The result of the above video seems to be:
"mp4" with h264 - yuv420p - 480x400.
What I would need is:
"mp4 h.264" with x264 h264 - 480x400.
So I tried to encode another video with the following command line:
mencoder invideo.avi -o outvideo.mp4 -of lavf -lavfopts format=h264 -ovc x264 -oac faac -x264encopts bitrate=300
I dont know if the video encoded with these values work yet, but I had a look on the net and didn't find a lot of comprehensive tutorials...
Do/would you have any further suggestions?
Best regards
Christoph