sopel39 / audioconverter.js

Emscripten audio FFMPEG port with lame, vorbis/ogg, fdk-aac
quick-apps.com/audio
Other
107 stars 25 forks source link

Enable x264 for transcoding audio of container with x264 video tracks. #4

Open matbee-eth opened 10 years ago

matbee-eth commented 10 years ago

I would really like to see x264 enabled so I can "copy" the video tracks from the container, while only transcoding the audio tracks! :)

sopel39 commented 10 years ago

Have you looked at: http://bgrins.github.io/videoconverter.js? It is a FFmpeg port targeted at converting video. Should be fairy easy to combine their FFmpeg configuration with the one for audioconverter.js.