| Summary: | Add '-xn' option to ffmpeg string | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | for.ksarv |
| Component: | Transcoding | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | matej, teo |
| Priority: | NOR | ||
| Version First Reported In: | 2.8.0 | ||
| Target Milestone: | 2.9 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/amarok/1669a01e1379dc0353800462ae98ec7fbde09dbc | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
for.ksarv
2013-09-13 09:12:50 UTC
Thanks for the report. Your proposal makes sense to me. I don't think we realized that a video file is being generated I'll look into it soon. I'm sorry, ffmpeg has like 3 million parameters and I can't find -xn. Could you please paste the relevant parts of the man page here? Sorry. My fail. It's '-vn' option. http://www.ffmpeg.org/ffmpeg.html#Stream-selection Git commit 088cb0f0c5e3930a008d09bb1623671db1712ff1 by Mark Kretschmann. Committed on 15/09/2013 at 13:32. Pushed by markey into branch 'master'. When transcoding to Vorbis, never generate video stream. When an image is embedded in the track, FFmpeg generates a video stream. This breaks playback on some devices. M +2 -2 src/core/transcoding/formats/TranscodingVorbisFormat.cpp http://commits.kde.org/amarok/088cb0f0c5e3930a008d09bb1623671db1712ff1 Git commit 1669a01e1379dc0353800462ae98ec7fbde09dbc by Vedant Agarwala, on behalf of Mark Kretschmann. Committed on 15/09/2013 at 13:32. Pushed by vedanta into branch 'tagguessing'. When transcoding to Vorbis, never generate video stream. When an image is embedded in the track, FFmpeg generates a video stream. This breaks playback on some devices. M +2 -2 src/core/transcoding/formats/TranscodingVorbisFormat.cpp http://commits.kde.org/amarok/1669a01e1379dc0353800462ae98ec7fbde09dbc |