* @return a {@link List} of Strings representing the FFmpeg output parameters for the renderer according
* to its TranscodeVideo profile.
*/
<<<<<<< HEAD
public List getTranscodeVideoOptions(RendererConfiguration renderer, DLNAMediaInfo media, OutputParams params) {
=======
public List getTranscodeVideoOptions(RendererConfiguration renderer, DLNAMediaInfo media, OutputParams params, String fileName) {
>>>>>>> b2582111ab649040c807832100ddb86177b197df
List transcodeOptions = new ArrayList<>();
if (renderer.isTranscodeToWMV()) { // WMV |