Interesting. I'm not sure what rdlibrary is looking for.
Is MPEG-2 an absolute requirement? It might be easier to just store/transcode WAV files. Hard disks are cheap these days!
Cheers, James Harrison On 14/10/12 20:34, Daniel & Lucinda Kahn wrote:
Hi James,I tried ffmpeg -i test.wav -f wav -acodec mp2 -ac 2 -ar 48000 -ab 256k "mp2.wavbut still no waveform in RDlibrary. I tried bwfmetaedit but didn't get anywhere with that.Maybe when you get access to a Rivendell install you can see what works and let us know.Danielffmpeg -i "$i" -f wav -acodec mp2 -ac 2 -ar 48000 -ab 256k "${i%.ext}.wav" That first loop with the above should do the trick for MPEG-2 wrapped up in a WAV container. bwfmetaedit shows the following: james at perfidy <http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev>:~$ bwfmetaedit --out-tech wywh-bwf.wav FileName,FileSize,Format,CodecID,Channels,SampleRate,BitRate,BitPerSample,Duration,UnsupportedChunks,bext,INFO,XMP,aXML,iXML,MD5Stored,MD5Generated,Errors,Information wywh-bwf.wav,10888016,Wave,0050,2,48000,256000,,00:05:40.248,fact,No,No,No,No,No Either this or the MP2 file output -should- be compatible with Rivendell. Try one file and see if it works - I've not got a Rivendell install to hand, sadly Cheers, James Harrison_______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
_______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
