{"id":30,"date":"2004-05-09T23:15:40","date_gmt":"2004-05-10T06:15:40","guid":{"rendered":""},"modified":"2020-11-06T11:58:39","modified_gmt":"2020-11-06T18:58:39","slug":"vcd-transcoding","status":"publish","type":"post","link":"https:\/\/emresaglam.com\/blog\/blog\/2004\/05\/09\/vcd-transcoding\/","title":{"rendered":"VCD transcoding"},"content":{"rendered":"<p>I have two video files that I want to transcode into VCD format. Both files` container formats are mpeg. (352&#215;288). For some reason <a href=\"http:\/\/k3b.org\" target=\"_blank\" rel=\"noopener noreferrer\">K3b<\/a> did not like them to burn to a VCD. So I had to use <a href=\"http:\/\/zebra.fh-weingarten.de\/~transcode\/\" target=\"_blank\" rel=\"noopener noreferrer\">transcode<\/a>. Here is the command line that I used.<\/p>\n<pre>transcode -V -y mpeg -F v,1 -E 44100 -b 224 \n-i input_file.mpeg -o test<\/pre>\n<p>This creates the video and audio files needed.<\/p>\n<p>And then you have to merge (or sync or whatever the term is <img src=\"\/blog.old\/images\/smiley\/laugh.gif\"> )these two files. To do that:<\/p>\n<pre>tcmplex -o test.mpg -i test.m1v -p test.mpa -m v<\/pre>\n<p>Voil\u00e0! Your file test.mpg is ready. <img src=\"\/blog.old\/images\/smiley\/wink.gif\"> Drag and drop to k3b and burn.<\/p>\n<p>More info<\/p>\n<pre>man transcode<\/pre>\n<p><img src=\"\/blog.old\/images\/smiley\/wink.gif\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have two video files that I want to transcode into VCD format. Both files` container formats are mpeg. (352&#215;288). For some reason K3b did not like them to burn to a VCD. So I had to use transcode. Here is the command line that I used. transcode -V -y mpeg -F v,1 -E 44100 &hellip; <a href=\"https:\/\/emresaglam.com\/blog\/blog\/2004\/05\/09\/vcd-transcoding\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">VCD transcoding<\/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":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/posts\/30"}],"collection":[{"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":1,"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/posts\/30\/revisions"}],"predecessor-version":[{"id":1274,"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/posts\/30\/revisions\/1274"}],"wp:attachment":[{"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/media?parent=30"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/categories?post=30"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emresaglam.com\/blog\/wp-json\/wp\/v2\/tags?post=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}