WinFF / winff

Automatically exported from code.google.com/p/winff
209 stars 50 forks source link

Request For Preset If Possible? -- THANKS #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I end up getting mkv videos and I want to play them on a PS3 or through my 
SmartTV I end up converting them with mkv2vob, which I'm hoping someone working 
on this project knows;

http://www.mkv2vob.com/

If no one is familiar with it, here's some info;

http://www.videohelp.com/tools/mkv2vob

It simply MUXS this, no transcoding to a mpg...

So is it possible to have a preset to MUX a mkv to a mpg?

THANKS

Original issue reported on code.google.com by das...@gmail.com on 8 Oct 2012 at 4:05

GoogleCodeExporter commented 9 years ago
Does the attached file do what you want?

The point is, muxing is easy.
-acodec copy -vcodec copy

Original comment by poipodec...@hotmail.com on 8 Oct 2012 at 6:19

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for this, really appreciated! But I wanted you guys to know that you 
should include this in the presets, this is a nice thing to have, I personally 
do this alot...

By the way;

<label>MKV to VOC</label> that's suppose to be VOB correct?

<category>MyOwn</category>

If this was an official preset you guys added in what Category name would you 
call it?

THANKS again! :)

Original comment by das...@gmail.com on 9 Oct 2012 at 12:24

GoogleCodeExporter commented 9 years ago
Hi,

This doesn't work, I only have audio and no video...

I also changed the extension from vob to mpg but no luck...

THANKS

Original comment by das...@gmail.com on 25 Oct 2012 at 7:36

GoogleCodeExporter commented 9 years ago
@dasfox

Please copy/paste the full output when you use that command. So we can help 
determine what is the problem.

Original comment by poipodec...@hotmail.com on 8 Nov 2012 at 8:43

GoogleCodeExporter commented 9 years ago
Well with the 1.4.3 out and a new 1.x version of ffmpeg, I'm still trying to 
figure out what's the best version of ffmpeg to compile and use...

Original comment by das...@gmail.com on 11 Nov 2012 at 8:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ok I'm back I compiled 1.4.3 and ffmpeg 0.11.2 that uses;

libavcodec 54. 23.100 / 54. 23.100

I have no audio or video.

Here's the preset;

<MKVtoVob>
    <label>MKV to VOB</label>
    <params>-acodec copy -vcodec copy</params>
    <extension>mpg</extension>
    <category>MKV</category>
  </MKVtoVob>

Here's the terminal output;

1.2 Copyright (c) 2000-2012 the FFmpeg developers
  built on Nov 18 2012 20:09:54 with gcc 4.7.1
  configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/man --disable-debug --disable-ffserver --enable-shared 
--disable-static --enable-nonfree --enable-pthreads --enable-libtheora 
--enable-libvorbis --enable-gpl --enable-version3 --enable-postproc 
--enable-swscale --enable-x11grab --enable-avfilter --enable-gnutls 
--enable-libcdio --arch=i486 --enable-libmp3lame --enable-libfaac 
--enable-libxvid --enable-libx264
  libavutil      51. 54.100 / 51. 54.100
  libavcodec     54. 23.100 / 54. 23.100
  libavformat    54.  6.100 / 54.  6.100
  libavdevice    54.  0.100 / 54.  0.100
  libavfilter     2. 77.100 /  2. 77.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, matroska,webm, from '/home/foo/looper/Looper.2012.DVDRip.x264.mkv':
  Metadata:
    creation_time   : 2012-11-15 10:23:12
  Duration: 01:53:45.56, start: 0.000000, bitrate: 1671 kb/s
    Stream #0:0(eng): Video: h264 (High), yuv420p, 720x288 [SAR 1:1 DAR 5:2], 25 fps, 25 tbr, 1k tbn, 50 tbc (default)
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), s16, 448 kb/s (default)
[mpeg @ 0x90fc4a0] VBV buffer size not set, muxing may fail
Output #0, mpeg, to '/home/foo/Looper.2012.DVDRip.x264.mpg':
  Metadata:
    creation_time   : 2012-11-15 10:23:12
    encoder         : Lavf54.6.100
    Stream #0:0(eng): Video: h264, yuv420p, 720x288 [SAR 1:1 DAR 5:2], q=2-31, 25 fps, 90k tbn, 25 tbc (default)
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), 448 kb/s (default)
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=10319 fps=0.0 q=-1.0 size=   90672kB time=00:06:52.68 
bitrate=1799.9kbits/frame=33927 fps=9590 q=-1.0 size=  288884kB 
time=00:22:37.00 
bitrate=1743.9kbits/s     

Original comment by das...@gmail.com on 19 Nov 2012 at 7:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Sorry I'm not a real pro here...

I went back and changed my presets with the mp4 extension and now it's working 
with that;

<MKVtoVob>
    <label>MKV to VOB</label>
    <params>-acodec copy -vcodec copy</params>
    <extension>mp4</extension>
    <category>MKV</category>
  </MKVtoVob>

But the Windows application mkv2vob muxes a mkv to mpg, so I'm not sure how I'd 
do this in WinFF and I guess mpg can't use ac3, so I'm assuming if that's 
detected mkv2vob converts it...

All I'm trying to accomplish is the same thing mkv2vob does if that's possible 
in WinFF?

THANKS

Original comment by das...@gmail.com on 19 Nov 2012 at 7:41

GoogleCodeExporter commented 9 years ago
[mpeg @ 0x90fc4a0] VBV buffer size not set, muxing may fail

Seems like ffmpeg gave you the answer. I don't know how to solve this without 
proper googling, which you may try yourself. (Maybe you can ask on the forum, 
more people read that).

Original comment by poipodec...@hotmail.com on 19 Nov 2012 at 6:07

GoogleCodeExporter commented 9 years ago
Are you familiar with mkv2vob for Windows?

The question is if you want to mux any MKV to a MPG what really is the proper 
preset to use for this?

Or is just changing this to a mp4 extension actually a simpler solution and 
just as good if not better than mpg, my understanding mp4 is a better 
container...

THANKS

Original comment by das...@gmail.com on 20 Nov 2012 at 12:07