


profile High 4:4:4 Predictive, level 3.1, 4:2:0 8-bit using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX Nearest Neighbor / POINT scaler, from pal8 to yuv420p using MMX2 Output Messages ffmpeg -threads 2 -i track02.cdg -i track02.mp3 -f avi -acodec copy -vcodec libx264 -preset slower -qp 0 -b 450k -sws_flags print_info+neighbor -s 640x480 -r 30 -y track02.aviįfmpeg version N-34020-ga666752 Copyright (c) 2000-2012 the FFmpeg developersĬonfiguration: -enable-gpl -enable-libfaac -enable-libmp3lame -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-libtheora -enable-libvorbis -enable-libx264 -enable-nonfree -enable-version3 -enable-x11grab I've attached both the working and not-working command lines, version summaries and processing output below:Ĭommand Line: ffmpeg -threads 2 -i track02.cdg -i track02.mp3 -f avi -b:v 450k -acodec copy -vcodec libx264 -preset slower -qp 0 -b 450k -sws_flags print_info+neighbor -s 640x480 -r 30 -y track02.avi On my older machine, with an older build, everything works fine. I tried to lock down the input frame rate by using "-r 30", but it appears to be unsupported by the CDG decoder. After 30 seconds, the audio continues, but the video has ended. The problem is that in the output file, the audio plays back at the correct rate, but the video whizzes by about 7 times too fast, so it's comepletely out of sync with the audio.

I'm having a new issue with using ffmpeg to convert CDG to x264/AVI.
