I don't know what's going on, but I have a video I'm trying to lower the size of...which I know how to do. But there's a problem. No matter what I do, when I lower the size of the video, the audio is out of sync. I checked the original video and the sound is perfectly fine.
https://123-movies.as/movie/spacecamp-6054
+ Reply to Thread
Results 1 to 30 of 32
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
I did a quick re-encode with ffmpeg and the audio was still in sync.
Code:ffmpeg -y -benchmark -init_hw_device qsv=hw -filter_hw_device hw -v verbose ^ -i %1 ^ -vf "scale=720:-4:flags=spline,hqdn3d=1.0:1.0:1.0:1.0" ^ -c:v libx264 -preset veryfast -crf 23 -g 50 ^ -profile:v high -level:v 4.2 -g 50 -colorspace bt709 -color_range tv ^ -acodec copy ^ "%~dpn1.avc.mkv"
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
"Programmers are human-shaped machines that transform alcohol into bugs."
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
Can someone who ISN'T rude please help me ? A person tried to "help" but just sent me a bunch of gibberish but refused to tell me what to do with it. He said it was command line but decided not to explain how to use the nonsense he posted.
Think about this. Once bread becomes toast, you can't make it back into bread. -
I was not trolling at all.
jagabo had already given you a good answer.
Many newbies don't get what they want because they use bad software, usually commercial cr@ppy software.
OR because they use the right application in a wrong way, go figure.
But be welcome to my Ignore List."Programmers are human-shaped machines that transform alcohol into bugs." -
Think about this. Once bread becomes toast, you can't make it back into bread.
-
Can ANYONE here help me ? No trolling answers like the ones already given. If you want to give me a block of text but actually tell me what to do with it, I welcome your assistance. Not a lot of helpful people here.
Think about this. Once bread becomes toast, you can't make it back into bread. -
create a new text file on the desktop and call it ffmpeg.txt.
Open it and copy in jagabo's lines (see below)
Download ffmpeg if you don't have it already and extract the files and put the folder on the desktop or downloads.
https://www.videohelp.com/software/ffmpeg
Edit the txt file to add the path where your ffmpeg.exe is located and add pause at the bottom
Code:"i:\bin\ffmpeg.exe" -y -benchmark -init_hw_device qsv=hw -filter_hw_device hw -v verbose ^ -i %1 ^ -vf "scale=720:-4:flags=spline,hqdn3d=1.0:1.0:1.0:1.0" ^ -c:v libx264 -preset veryfast -crf 23 -g 50 ^ -profile:v high -level:v 4.2 -g 50 -colorspace bt709 -color_range tv ^ -acodec copy ^ "%~dpn1.avc.mkv" pause
Drag your video file onto the bat file's icon and it will reencode and store the new file in the same folder as the old.
It will open a CMD box and the progress can be seen. Any errors will also appear there. -
You didn't even mention what software you've tried. As already implied by El Heggunte (who wasn't trolling), you should do that first thing, rather than just saying, "No matter what I do...".
If you don't understand command line tools and can't be bothered to investigate and learn, then try VidCoder. -
I want it to be an mp4 file. Also, WHERE do I put the file path ?
Just tried...I think. And it doesn't work. I dragged the video onto the icon and nothing happened except that it moved the file to the folder. Oh, well.
Another also...I changed the name of the file, but it was still a .txt file. It became ffmpeg.bat.txtLast edited by Spottedfeather; 24th Dec 2021 at 16:12.
Think about this. Once bread becomes toast, you can't make it back into bread. -
No it should be called ffmpeg.bat without the .txt extension
Make sure extensions are visible. In any Windows Explorer window, select view (at the top), options (right)/change folder and search options
View tab/deselect "hide extensions for known file types"
Here's a portion of my desktop with the bat file, right click, Edit and it opens in Notepad
On the otherhand, manono's choice of Vidcoder is a good choice if you don't want to be bothered with setting all this
up (it's easy to maintain/duplicate once you understand and get it working) -
Think about this. Once bread becomes toast, you can't make it back into bread.
-
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
Think about this. Once bread becomes toast, you can't make it back into bread.
-
It should be ffmpeg.bat, I've renamed it for you. You have to update the path to ffmpeg.exe as I showed earlier (on the first line),
also the hardcoding of the complete output file name on the last line will probably be OK, but it was the better the way it was;
the code generates an output name based the name of the source media file -
Think about this. Once bread becomes toast, you can't make it back into bread.
-
The first line must point to the ffmpeg.exe you downloaded and extracted into a folder somewhere.
Otherwise the command processor has nothing to execute when you drag a file to it.
In my system, ffmpeg.exe lives in i:\bin, edit your bat file accordingly
I agree, it's a bit complicated to set up for non-tech users.
But once you get it working, it's a very useful tool to have
Similar Threads
-
Audio sync problem — video goes out of sync after a while
By maxalfreeman in forum AudioReplies: 4Last Post: 12th Sep 2019, 13:07 -
Subtitle sync help
By vidblue in forum SubtitleReplies: 4Last Post: 22nd Jul 2018, 22:41 -
sync issue
By borofc71 in forum Newbie / General discussionsReplies: 13Last Post: 4th Jun 2018, 05:32 -
Sync Subs
By Alekos65 in forum SubtitleReplies: 1Last Post: 9th May 2018, 04:46 -
Sync subtitle from another one
By rowjekto in forum SubtitleReplies: 3Last Post: 25th Mar 2018, 12:22