I'm sure I saw a document somewhere about that, but I can't find it anymore.
So, the question is : what's the recommended encoding for video and audio ? I'm asking because I currently use mjpeg and pcm, and get a lot of complains from veejay, related to audio. However, everything works :-/.
to get everything correct. If I don't do that, in veejay, the last frame of videos does not pass through the effect chain. Since I use the flip frame effect, it look weird :).
> So, the question is : what's the recommended encoding for video and > audio ? I'm asking because I currently use mjpeg and pcm, and get a lot > of complains from veejay, related to audio. However, everything works > :-/.
> to get everything correct. If I don't do that, in veejay, the last frame > of videos does not pass through the effect chain. Since I use the flip > frame effect, it look weird :).
> Any advice/hint welcome !
Maybe you can try a different encoder, see if there's something going on with libav* You will need mplayer and the mjpegtools for this
> -- > You received this message because you are subscribed to the Google Groups > "veejay-discussion" group. > To post to this group, send email to veejay-discussion@googlegroups.com. > To unsubscribe from this group, send email to > veejay-discussion+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/veejay-discussion?hl=en.
>> So, the question is : what's the recommended encoding for video and >> audio ? I'm asking because I currently use mjpeg and pcm, and get a lot >> of complains from veejay, related to audio. However, everything works >> :-/.
>> to get everything correct. If I don't do that, in veejay, the last frame >> of videos does not pass through the effect chain. Since I use the flip >> frame effect, it look weird :).
>> Any advice/hint welcome !
> Maybe you can try a different encoder, see if there's something going on > with libav* > You will need mplayer and the mjpegtools for this
> 2. second terminal, read YUV pipe and write to MJPEG file > $ cat stream.yuv |yuv2lav -f a -o mjpeg-movie.avi > $ lavaddwav <...>
> Good luck,
>> Cheers, >> Charles
>> -- >> You received this message because you are subscribed to the Google Groups >> "veejay-discussion" group. >> To post to this group, send email to veejay-discussion@googlegroups.com. >> To unsubscribe from this group, send email to >> veejay-discussion+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/veejay-discussion?hl=en.
Niels Elburg wrote:
> Maybe you can try a different encoder, see if there's something going on
> with libav*
> You will need mplayer and the mjpegtools for this