Hi! I have a problem encoding WAV and M2V together to AVI with high quality video.
I have been trying to do this with FFMPEG in Terminal
when it starts encoding there comes text:Code:ffmpeg -i file.wav -i file.m2v file.avi
(the frames, q, size, time and bitrate are changing of course while it encodes)Code:FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr libavutil version: 1d.49.3.0 libavcodec version: 1d.51.38.0 libavformat version: 1d.51.10.0 built on Jul 23 2008 22:38:24, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7) Input #0, wav, from 'file.wav': Duration: 00:03:23.9, start: 0.000000, bitrate: 1535 kb/s Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s Input #1, yuv4mpegpipe, from 'file.m2v': Duration: N/A, bitrate: N/A Stream #1.0: Video: rawvideo, yuv420p, 500x500, 29.97 fps(r) Output #0, avi, to 'file.avi': Stream #0.0: Video: mpeg4, yuv420p, 500x500, q=2-31, 200 kb/s, 29.97 fps(c) Stream #0.1: Audio: mp2, 48000 Hz, stereo, 64 kb/s Stream mapping: Stream #1.0 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop encoding frame= 467 q=31.0 Lsize= 871kB time=15.6 bitrate= 458.6kbits/s
The ready project will come up to my home folder successfully. The new AVI works well but the video is blurry, so the video has lost quality.
It's maybe because while encoding, there reads in lowest line
"q=31.0" propably means that the quality is 30% .. not sure...Code:frame= 467 q=31.0 Lsize= 871kB time=15.6 bitrate= 458.6kbits/s
When I tried to fix this thing by searching different kind of resolutions I found following command line:
I tried encode with that but the result was same: AVI file was blurry so the video still lost some quality.Code:ffmpeg -i file.wav -i file.m2v file.avi -flags +ilme+ildct+alt -top 0/1 -o
If you could get me some code for FFMPEG which will encode WAV and M2V to AVI with high quality,
it would be great!
And if the code is not for FFMPEG, it's okay. I can try downloading and installing other coders too.
All resolutions welcome!
You can reply here at forums or straight to my e-mail: amppu94@hotmail.com
Thank you for your time!
+ Reply to Thread
Results 1 to 3 of 3
-
-
I would download a gui/frontend like winff and check what ffmpeg settings it uses. More guis: https://www.videohelp.com/tools/ffmpeg#download . Then just copy and try those settings.
-
okay ty very much for your reply.. i first tried to just convert it with winff and the blurriness didn't go off..
then i went back to my video editor, cinelerra and rendered the original clip from 500x500 pixels to 1000x1000 pixels.
after that i converted again and the blurriness was gone!
i found winff very useful tool and i think i will solve my other video making problems with that too.
thank you very much!
Similar Threads
-
high quality mpeg-2 encoding
By deadrats in forum Video ConversionReplies: 202Last Post: 19th Jun 2012, 17:58 -
High Quality Encoding AVI -> MPEG2
By vl0001 in forum MacReplies: 2Last Post: 21st Jan 2012, 08:40 -
Tutorial on encoding for YouTube high quality - feedback requested
By webvideopro in forum Video Streaming DownloadingReplies: 8Last Post: 24th Sep 2008, 08:19 -
h264 and xvid encoding for: near-lossless and high quality ?
By vhelp in forum Video ConversionReplies: 10Last Post: 14th Sep 2008, 15:31 -
Encoding RM to AVI (high Quality)
By hzgg2 in forum Video ConversionReplies: 2Last Post: 22nd Apr 2008, 14:11