You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ffmpeg sees a video stream in here, but we're telling it to save that video stream as h264 into a .mp4, which can't actually hold an h264 video stream as far as ffmpeg can tell. If I change the output extension to .avi, I get a legit video file; VLC can't play the video, but mplayer plays a single frame video of some nice album art.
gnomecast generated this ffmpeg command for my mp3:
ffmpeg sees a video stream in here, but we're telling it to save that video stream as h264 into a .mp4, which can't actually hold an h264 video stream as far as ffmpeg can tell. If I change the output extension to
.avi
, I get a legit video file; VLC can't play the video, butmplayer
plays a single frame video of some nice album art.Here's the log:
Here's the file:
https://laipower.xyz/wp-content/uploads/2019/12/Lai-Power-Anemia-Spaghetti-Junction-Remix.mp3
Here's the ffprobe result:
File: 06-Lai-Power-Anemia-Spaghetti-Junction-Remix.mp3
Video: Video #1 (mjpeg)
Audio: Audio #1 (mp3/stereo)
Subtitles:
Device: Chromecast Ultra (None)
Chromecast: v1.9.11
FileMetadata(fn:/home/anovak/Downloads/06-Lai-Power-Anemia-Spaghetti-Junction-Remix.mp3, ready:True, thumbnail_fn:/tmp/gnomecast_pid1050110_thumbnail_j21emmei.jpg, container:mp3, video_streams:[StreamMetadata(index:0:1, codec:mjpeg, title:Video #1)], audio_streams:[AudioMetadata(index:0:0, codec:mp3, title:Audio #1, channels:2)], subtitles:[])
The text was updated successfully, but these errors were encountered: