vlc won't open mp4 files from conversion and upscale question

Started by 95girl, March 04, 2012, 06:54:30 PM

Previous topic - Next topic

95girl

1. I converted a flv file to mp4 in copy mode,it plays fine in Quicktime but vlc acts as it's recording the video (video plays but i cannot  see it)
2.how can i upscale without ruin the video?upscale from 360p to 576p,or if there are any other good open source programs that work fine on a mac

styrol

Quote1. I converted a flv file to mp4 in copy mode,it plays fine in Quicktime but vlc acts as it's recording the video (video plays but i cannot  see it)
What was the (video and audio) encoding of the source video? Use the i button in Avidemux to check (e.g. h.264/aac).
Do you use Perian QuickTime plugin for decoding? Do you really have to remux your flv video to mp4 (e.g. for compatibiliy to some hardware)?

Quote2.how can i upscale without ruin the video?upscale from 360p to 576p,or if there are any other good open source programs that work fine on a mac
Open source: MKVtoolnix (which outputs MKV as container format), mp4box (never used it, MP4 output), ffmpeg (CLI)
Commercial: QuickTime Pro (which outputs MOV as container format), SimpleMovieX (MP4 output)

You may also try iFFmpeg in demo mode.

zakk

just use Avidemux 2.6, mp4v2 output (or mkv if you want to configure width).

95girl

No idea about flv codec,just picked from yt.it works in vlc before i convert it.

styrol

QuoteNo idea about flv codec
You don't have to have any idea, just look what the video info says...

Quotejust use Avidemux 2.6, mp4v2 output
There is no static binary of ADM 2.6 for OS X.

nibbles

Hello.  I read your post where you asked how to get a bigger video.  You can start off with a bigger one.
On youtube, this is fun.  Here is how I do it:  Let's say I wanted to get some recent tornado updates, and I
know the video url.  Using Homebrew I can install movgrab, and then type:

$ movgrab -T http://www.youtube.com/watch?v=ERGeD92B6XY

Formats available for this Movie: webm:1920x1080 mp4:1920x1080 webm:1280x720 webm-3D:1280x720 mp4:1280x720 mp4-3D:1280x720 webm:854x480 flv-h264:854x480 webm:640x360 webm-3D:640x360 flv-h264:640x360 mp4:480x360 mp4-3D:640x360 flv:400x240

Selected format item:webm:1920x1080
TEST MODE: would have downloaded 'Tornado Outbreak - March 2, 2012 - TVN beta webisode' url=http://o-o.preferred.sjc07s15.v23.lscache4.c.youtube.com/videoplayback?sparams=cp%2Cid%2Cip%2Cipbits%2Citag%2Cratebypass%2Csource%2Cexpire&fexp=916405&itag=46&ip=173.0.0.0&signature=78DC0B47188869FA1649129C9B189E7C3FF626E0.601A8CEFD3A5C7DCEA5E89B12BBE8831AFB7DE14&sver=3&ratebypass=yes&source=youtube&expire=1331123607&key=yt1&ipbits=8&cp=U0hSRlFNUV9FUUNOMl9JR1VHOmtCWlkwYk0yZEYz&id=11119e0fdd81e976




After seeing what sizes they offer, I can choose the one I want like this:

$ movgrab -f flv-h264:854x480 http://www.youtube.com/watch?v=ERGeD92B6XY
...
Selected format item:flv-h264:854x480



There is an open pull request for movgrab on Homebrew.
They haven't got around to pulling it into their main repo.

If you're into it, you can build movgrab from source without Homebrew of course.  Once you have
a bigger video, shrinking it is much much much much better than enlarging.  Avidemux will do either.
Use MediInfo Gui to look at your videos if you want to see what codec they require or read avidemux
log output.