{"id":360,"date":"2010-07-18T08:39:00","date_gmt":"2010-07-18T08:39:00","guid":{"rendered":"http:\/\/thomas.w-p.me.uk\/blog\/2010\/07\/making-videos-for-the-wii-photo-channel-1-1-using-ffmpeg\/"},"modified":"2010-07-18T08:39:00","modified_gmt":"2010-07-18T08:39:00","slug":"making-videos-for-the-wii-photo-channel-1-1-using-ffmpeg","status":"publish","type":"post","link":"https:\/\/thomas.w-p.me.uk\/blog\/2010\/07\/making-videos-for-the-wii-photo-channel-1-1-using-ffmpeg\/","title":{"rendered":"Making videos for the Wii Photo Channel (1.1) using ffmpeg"},"content":{"rendered":"<p>I have been struggling with this all day but here is the command line that finally made something that had audio and video that worked. \u00a0The video is OK and the audio a bit hissy, so more work to be done there.<\/p>\n<p>ffmpeg.exe -i california.mp4 -vcodec mjpeg -acodec pcm_s16le -ac 2 -ar 44100 california.avi<\/p>\n<p>The video with this command line is terribly blocky and pixelated, so more needs to be done to get it totally right. \u00a0My 3 minute video is 130MB with that setup. \u00a0I can improved the quality by using\u00a0<b>-qscale 1<\/b>\u00a0(see below) but the size balloons to over 400MB. \u00a0Since the Wii can only take 2GB cards that is a slight problem. \u00a0A trade off I guess. \u00a0I will have a play*.<\/p>\n<p>ffmpeg.exe -i california.mp4 -vcodec mjpeg\u00a0<b>-qscale 1<\/b>\u00a0-acodec pcm_s16le -ac 2 -ar 44100 california.avi<\/p>\n<p>Hopefully this will be indexed by google and can help others.<\/p>\n<p>* results of the play &#8211; my movie is 3:47 long and as mp4 is 42MB<br \/>-qscale 1 and -qscale 2 give identical results at 474MB<br \/>-qscale 4 @ 330MB and pretty much the same as 1 and 2<br \/>-qscale 6 @ 271MB and still pretty good<br \/>-qscale 8 @ 233MB and quality has deteriorated slightly<\/p>\n<p><a href=\"http:\/\/www.kilobitspersecond.com\/2007\/05\/24\/ffmpeg-quality-comparison\/\">http:\/\/www.kilobitspersecond.com\/2007\/05\/24\/ffmpeg-quality-comparison\/<\/a>\u00a0was interesting once I had found qscale as a search term.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have been struggling with this all day but here is the command line that finally made something that had audio and video that worked. \u00a0The video is OK and the audio a bit hissy, so more work to be done there. ffmpeg.exe -i california.mp4 -vcodec mjpeg -acodec pcm_s16le -ac 2 -ar 44100 california.avi The &hellip; <a href=\"https:\/\/thomas.w-p.me.uk\/blog\/2010\/07\/making-videos-for-the-wii-photo-channel-1-1-using-ffmpeg\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Making videos for the Wii Photo Channel (1.1) using ffmpeg<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-360","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/posts\/360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/comments?post=360"}],"version-history":[{"count":0,"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/posts\/360\/revisions"}],"wp:attachment":[{"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/media?parent=360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/categories?post=360"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thomas.w-p.me.uk\/blog\/wp-json\/wp\/v2\/tags?post=360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}