Quantcast
Channel: VideoHelp Forum
Viewing all articles
Browse latest Browse all 45510

Converting .flv to .wav for CD

$
0
0
I am converting some youtube videos to wav or mp3 to burn to audio cd's and have found a strange problem. It seems like some files will only encode and burn correctly if I use a certain encoder ( I have ffmpeg , winx flv to mp3 , avidemux , format factory , and vlc player - one of these usually works ). The files I am converting use acc audio with a sample rate of 44100 and a bitrate of 131 kb/s according to ffmpeg. When I use ffmpeg I use the command lines :

Code:


ffmpeg -i inputFile.flv -ac 2 -vn outputFile.wav  //this command works for some files

ffmpeg -i inputFile.flv  -acodec pcm_s16le -ac 2 -ab 128 -vn -y outputFile.wav  //this command works for other files

Is there one set of ffmpeg commands that can convert all the audio for burning to cd ( I'd like to just use one encoder since I can't tell which one works properly until I burn the encoded files to a cd-rw disk to see if it plays properly )? Is there a way to look at the video's specifications to tell which command to use to encode it? Thanks for any information...

Viewing all articles
Browse latest Browse all 45510

Trending Articles