Hi James,

I tried ffmpeg -i test.wav -f wav -acodec mp2 -ac 2 -ar 48000 -ab 256k "mp2.wav
but 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.

Daniel
ffmpeg -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

Reply via email to